Skip to main content
Real World Assets (RWA) are traditional financial instruments and physical assets that have been tokenized on blockchain networks. These include government treasuries, corporate bonds, commodities like precious metals, and institutional investment funds. Allium provides comprehensive data on RWA tokens across multiple blockchains, enabling users to track supply changes, transfers, and market metrics for tokenized traditional assets.
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 the rwa.* schema below. It replaces the crosschain.rwa.* tables (see Legacy Tables at the bottom of this page), which are deprecated but still queryable.
Table NameDescription
rwa.registry.catalogProduct-grain registry of tracked RWA tokens with public-safe taxonomy — issuer, asset class/type, and deployment count.
rwa.registry.deploymentsDeployment-grain registry of RWA token contracts across chains, including native vs. variant (bridged/wrapped) classification, underlying asset ticker, and active status.
rwa.core.transfersRaw RWA token transfer events across chains with sender, receiver, token metadata, and USD valuation.
rwa.core.supply_dailyDaily RWA token supply, price, and market cap by chain and token, with issuer/platform/product metadata.
rwa.core.supply_latestMost recent (last 3 days) daily supply snapshot per chain/token, deduplicated to one row per token.
rwa.core.supply_changeRWA token supply change (mint/burn) events across chains with token metadata and USD valuation.
rwa.core.balances_dailyDaily forward-filled RWA token balances by holder address across chains, with circulating-supply classification.
rwa.core.balances_latestMost 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-level asset_class / asset_type pair:

Blockchain Coverage

RWA data is available for the following blockchains:
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 NameDescriptionReplacement
crosschain.rwa.tokensMaster reference table for RWA tokens with metadata, issuer, and platform information.rwa.registry.deployments
crosschain.rwa.transfersAll transfers of RWA tokens across different blockchains.rwa.core.transfers
crosschain.rwa.supplyDaily supply snapshots of RWA tokens across different blockchains.rwa.core.supply_daily
crosschain.rwa.supply_latestLatest supply snapshot per RWA token.rwa.core.supply_latest
crosschain.rwa.supply_changeTransfers that resulted in supply changes (mints and burns) of RWA tokens.rwa.core.supply_change
crosschain.rwa.balances_dailyDaily historical balances for RWA token holders across different blockchains.rwa.core.balances_daily
crosschain.rwa.balances_latestLatest balances for RWA token holders.rwa.core.balances_latest
crosschain.rwa.metrics_dailyDaily metrics combining supply, transfer, transaction, and user activity metrics for RWA tokens.No replacement yet — table remains available
crosschain.rwa.tradesAll RWA trades across different blockchains and platforms (RWA platforms and DEXs).No replacement yet — table remains available
crosschain.rwa.equities_tradesTrades executed on tokenized equities across different blockchains.No replacement yet — table remains available