rwa_multichain.supply tracks total outstanding supply per token per chain as a daily series. Grain: one row per token per chain per day. Use it for AUM and supply trends instead of aggregating every holder balance.
Why use it over aggregating balances
Summingbalance from balances gives the same answer, but it scans every holder row for every day in the window — expensive for a metric you often want across all assets and a long history. This table is pre-aggregated, so supply trends and AUM charts read one row per token per day.
It also carries supply_usd already valued with rwa_multichain.prices, so per-product AUM does not require a manual point-in-time join.
Table schema
Supply is per chain, not per asset
An asset deployed on several chains has one row per chain per day. Cross-chain total supply for a single asset means summing acrossblockchain:
token_standard = 'tip20', not erc20. They inherit the balance reconstruction support boundary of 2026-05-05, which should not be interpreted as Tempo’s start date.