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.
Breaking Change: RWA Classification V2 Migration (Effective March 15, 2026)We are replacing the current six-class RWA taxonomy (treasuries, global_bonds, commodities, institutional_funds, tokenized_stocks, private_funds) with a new seven-class framework aligned to institutional finance conventions: rates, credit, equities, fx, commodities, private_funds, and real_estate. Key changes include: treasuries and non-US sovereign debt from global_bonds are unified under rates; corporate bonds and private credit move to credit; tokenized_stocks becomes equities with sub-types for ETFs, indices, and derivatives; and real_estate is promoted to its own top-level class. Each product is now classified by a two-level asset_class / asset_type pair instead of the single rwa_class field. See the full classification guide for details.The rwa_class column will be dropped on March 15, 2026. It is being replaced by the new asset_class and asset_type columns. Please update your queries before that date.Affected tables (all tables containing the rwa_class column): crosschain.rwa.metrics_daily, crosschain.rwa.supply, crosschain.rwa.supply_change, crosschain.rwa.transfers
This vertical is currently in Beta. The RWA 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.

Tables

Table NameDescription
crosschain.rwa.metrics_dailyDaily metrics combining supply, transfer, transaction, and user activity metrics for RWA tokens.
crosschain.rwa.supplyDaily supply snapshots of RWA tokens across different blockchains.
crosschain.rwa.supply_changeTransfers that resulted in supply changes (mints and burns) of RWA tokens.
crosschain.rwa.transfersAll transfers of RWA tokens across different blockchains.

RWA Classifications

The classification system is migrating from V1 to V2. Both are shown below. The V1 rwa_class column will be removed on March 15, 2026. See the full V2 classification guide for detailed definitions, edge cases, and migration mappings.

V2 Classification (New)

Products are classified by a two-level asset_class / asset_type pair:
Asset ClassDescriptionAsset Types
ratesInterest-rate and sovereign debt exposure (government debt, money market funds, repos)government_debt_us, money_market_funds_us, repurchase_agreements, government_debt_non_us, money_market_funds_non_us, interest_rate_derivatives, economic_indicators
equitiesPublic equity and equity-derivative exposureequities_cash, equities_exchange_traded_funds, equities_indices, equities_futures, equities_options, equities_synthetic
creditNon-sovereign borrower risk: corporate debt, private lending, structured creditcorporate_bonds_investment_grade, corporate_bonds_high_yield, securitized_products, public_finance, credit_derivatives, credit_indices, private_credit
fxForeign exchange rate exposurecash_fx, fx_futures, fx_options
commoditiesPhysical commodity and environmental instrument exposuremetals, energy, agriculture, carbon
private_fundsManaged pooled alternative investment vehiclesprivate_equity, venture_capital, hedge_fund, credit_fund, real_assets_fund
real_estateDirect or indirect real property exposureresidential_real_estate, commercial_real_estate, real_estate_funds, real_estate_investment_trusts, real_estate_debt

V1 Classification (Deprecated — removed March 15, 2026)

RWA ClassDescription
TreasuriesUS Treasury Bonds, T-bills, and other government-issued debt securities
Global BondsBonds backed by public debt issued by governments and corporations
CommoditiesPhysical assets like precious metals, energy, and agricultural products
Institutional FundsInvestment vehicles like Hedge Funds, Pension Funds, etc.
Tokenized StocksTokenized equity representing ownership in publicly traded companies
Private FundsPrivate investment vehicles and alternative investments

Blockchain Coverage

RWA data is available for the following blockchains:
Blockchains
ethereum, solana, aptos, sui, stellar, arbitrum, polygon, and more

Table Columns

Daily metrics for RWA tokens combining supply, transfer, transaction and user activity.Unique key: date, chain, token_address
Column NameDescription
dateThe date of the metrics (daily granularity)
rwa_class(Deprecated — removed March 15, 2026) Classification of the RWA token. Use asset_class and asset_type instead.
asset_classTop-level V2 classification (rates, equities, credit, fx, commodities, private_funds, real_estate)
asset_typeGranular V2 sub-classification within the asset class
product_idUnique identifier for the RWA product
product_nameHuman-readable name of the RWA product
issuer_idUnique identifier for the token issuer
issuer_nameHuman-readable name of the token issuer
chainThe blockchain network (ethereum, solana, aptos, sui, stellar, etc.)
token_addressThe contract/asset address of the RWA token
token_symbolThe symbol of the RWA token
token_nameThe name of the RWA token
supplyTotal circulating supply of the token on this date
supply_deltaChange in supply from the previous day
price_usdPrice of the token in USD (forward-filled for gaps)
market_cap_usdMarket capitalization (price_usd * supply)
transfer_countTotal number of transfers on this date
mint_countNumber of mint events on this date
burn_countNumber of burn events on this date
distinct_transactionsNumber of distinct transactions on this date
distinct_sendersNumber of distinct sender addresses (from_address) on this date
distinct_recipientsNumber of distinct recipient addresses (to_address) on this date
active_addressesNumber of distinct addresses that have interacted with the token on this date (including sender and receiver)
mints_amountTotal amount of tokens minted (decimal adjusted)
burns_amountTotal amount of tokens burned (decimal adjusted)
transfer_amountTotal amount of tokens transferred (decimal adjusted)
burns_usdTotal USD value of burns
mints_usdTotal USD value of mints
transfers_usdTotal USD value of transfers (excluding mints and burns)