Skip to main content
rwa_multichain.balances is the cross-chain holder snapshot table. Grain: one row per holder per token per chain per day, keyed on (blockchain, day, address, token_id). Use it to measure holder counts, concentration, and AUM.

Table schema

USD valuation

balance_usd applies Dune’s curated RWA price for the snapshot date. If you need the price type and provenance explicitly, join prices on the normalized cross-chain key:

Zero balances are retained

Rows persist after a holder empties a position, so balance = 0 rows appear in the snapshot. Filter balance > 0 when counting holders, or you will count every address that ever held the asset.

Example query

Top holders across all chains: