The asset classes and metrics supported will be updated over time to include
more classes and categories. Please refer to this documentation for the latest
metrics coverage.The complete coverage of RWA tokens is available in the
rwa.registry.deployments table.Tables
All new RWA work should build on therwa.* schema below. It replaces the crosschain.rwa.* tables (see Legacy Tables at the bottom of this page), which are deprecated but still queryable.
| Table Name | Description |
|---|---|
rwa.registry.catalog | Product-grain registry of tracked RWA tokens with public-safe taxonomy — issuer, asset class/type, and deployment count. |
rwa.registry.deployments | Deployment-grain registry of RWA token contracts across chains, including native vs. variant (bridged/wrapped) classification, underlying asset ticker, and active status. |
rwa.core.transfers | Raw RWA token transfer events across chains with sender, receiver, token metadata, and USD valuation. |
rwa.core.supply_daily | Daily RWA token supply, price, and market cap by chain and token, with issuer/platform/product metadata. |
rwa.core.supply_latest | Most recent (last 3 days) daily supply snapshot per chain/token, deduplicated to one row per token. |
rwa.core.supply_change | RWA token supply change (mint/burn) events across chains with token metadata and USD valuation. |
rwa.core.balances_daily | Daily forward-filled RWA token balances by holder address across chains, with circulating-supply classification. |
rwa.core.balances_latest | Most recent end-of-day RWA token balance per holder address/token, joined to product/issuer registry metadata and latest price. |
RWA Classification
Products are classified by a two-levelasset_class / asset_type pair:
Blockchain Coverage
RWA data is available for the following blockchains:Legacy Tables
Legacy Tables
The tables below live under
crosschain.rwa.*. They are deprecated in favor of the rwa.* tables above, but remain queryable for existing use cases.| Table Name | Description | Replacement |
|---|---|---|
crosschain.rwa.tokens | Master reference table for RWA tokens with metadata, issuer, and platform information. | rwa.registry.deployments |
crosschain.rwa.transfers | All transfers of RWA tokens across different blockchains. | rwa.core.transfers |
crosschain.rwa.supply | Daily supply snapshots of RWA tokens across different blockchains. | rwa.core.supply_daily |
crosschain.rwa.supply_latest | Latest supply snapshot per RWA token. | rwa.core.supply_latest |
crosschain.rwa.supply_change | Transfers that resulted in supply changes (mints and burns) of RWA tokens. | rwa.core.supply_change |
crosschain.rwa.balances_daily | Daily historical balances for RWA token holders across different blockchains. | rwa.core.balances_daily |
crosschain.rwa.balances_latest | Latest balances for RWA token holders. | rwa.core.balances_latest |
crosschain.rwa.metrics_daily | Daily metrics combining supply, transfer, transaction, and user activity metrics for RWA tokens. | No replacement yet — table remains available |
crosschain.rwa.trades | All RWA trades across different blockchains and platforms (RWA platforms and DEXs). | No replacement yet — table remains available |
crosschain.rwa.equities_trades | Trades executed on tokenized equities across different blockchains. | No replacement yet — table remains available |