Skip to main content
rwa_multichain.prices is the cross-chain valuation surface for tokenized RWAs. Grain: one row per (blockchain, token_id, valid_from), with non-overlapping [valid_from, valid_to) windows. This is the table to use for AUM and point-in-time USD joins. Unlike nav_intervals, this view exposes a normalized textual token_id and prices whose basis is one on-chain token unit. It standardizes chain-specific address representation and unit conversions. rwa_multichain.supply.supply_usd is calculated from this table.

Table schema

Point-in-time join

Use a LEFT JOIN to retain all balance rows while attaching the price in force for each snapshot.

value_kind matters

All values are USD per token unit, but they do not all mean accounting NAV: Keep value_kind in reconciliations and methodology notes. It tells downstream users what financial claim the USD number represents.