Skip to main content
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

Summing balance 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 across blockchain:
Reading a single chain’s row as the asset’s total supply is the most common mistake on this table.

Example query

Net supply change over the last 30 days, by asset class: