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. derivative (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:

Frequently Asked Questions

A token can be missing from rwa.registry.deployments for a few different reasons:
  • Not yet onboarded. Allium’s RWA coverage is actively expanding, and there is always a queue of legitimate products we haven’t added yet. This is the most common reason for a genuine gap.
  • No verifiable price/NAV source. Every product needs either an on-chain price feed, an oracle partnership, or a public off-chain NAV source (e.g. SEC fund filings) before it can be added. See Classification Framework. Some issuers simply don’t publish NAV anywhere publicly, so the product can’t be priced even if the on-chain token exists.
  • Insufficient documentation. If we can’t verify what a token actually represents from issuer disclosures, we don’t guess. It stays excluded until documentation surfaces.
  • Doesn’t meet our RWA definition. See the next question. Some tokens that other trackers list as “RWA” are intentionally excluded under Allium’s classification framework, such as crypto-collateralized yield tokens or payment-instrument stablecoins.
If you believe a token should be covered and isn’t, let your Allium contact know the chain, contract address, issuer, and the primary or on-chain NAV data source for the token. Most coverage gaps get resolved once we can verify a price source.
Reach out to your Allium contact with your product’s chain, contract address, and the NAV or price source you’d like integrated: an on-chain event or oracle, a contract read function (e.g. getPrice(), getNav()), or a public off-chain feed such as an SEC fund filing. On-chain and oracle sources are the fastest to integrate and the most durable over time, so those are preferred where available. Once a verifiable source is confirmed, the product can be added to the RWA registry and priced going forward.
Third-party RWA trackers and Allium measure different things, so totals will not match exactly. The main sources of difference:
  • Native supply only, not bridged duplicates. When a token is bridged across chains, some trackers sum the native deployment and every bridged/wrapped derivative as if they were independent supply. Allium counts only native deployments (tokens the issuer can mint directly) toward supply. Bridged tokens and other derivative wrappers are tracked separately and excluded from supply to avoid double-counting.
  • Classification differences. The same product can land in a different bucket depending on the framework. See Classification Framework for how Allium draws these lines, including where we intentionally exclude crypto-native “active strategy” products that other trackers count as RWA.
Allium’s RWA definition requires exposure to a real-world reference: an asset or market that exists independently of the blockchain (Treasuries, gold, equities, real estate, corporate debt, FX). Tokens whose return is driven by crypto-native mechanics, such as BTC/ETH basis trades, perpetual funding rates, MEV, or DeFi lending yield, don’t meet that bar, even when the token itself represents genuine investment exposure (as opposed to a stablecoin peg).These are tracked separately as crypto-native yield products, not RWA. For products with a blended strategy (part real-world, part crypto-native), Allium classifies by whichever risk factor is dominant (more than 50% of the portfolio). If the split isn’t disclosed, the product is excluded rather than assumed. This is also why Allium’s total is smaller than trackers that fold crypto-native “active strategy” products into their RWA figure. See Classification Framework for the full framework.
The rwa.* tables focus on the portion that is actually tokenized and distributed on-chain, since that’s the figure Allium can verify end-to-end. Some private-credit platforms report a much larger “assets under management” figure that includes loans administered off-chain, where the blockchain is used only as an internal record and no token is issued or transferred to on-chain investors. Allium tracks that represented value too, but it isn’t part of the distributed totals in the rwa.* tables documented here.
Allium classifies each chain + address deployment as native or derivative (bridged, lending-receipt, vault-share, or other wrapped representation), the same native/derivative model used for stablecoins. The test is whether the issuer can mint new tokens on that chain directly, without relying on an external bridge protocol:
  • Native. The issuer’s own contract or wallet controls minting on that chain. Most major institutional RWA issuers (BlackRock, Franklin Templeton, Ondo, etc.) deploy natively on each chain they support, rather than bridging a single deployment around.
  • Derivative. The token exists on that chain only because a bridge (e.g. LayerZero, Wormhole, CCIP) transported supply there, or a DeFi protocol wrapped it (lending receipt, yield vault, etc.). Derivatives are tracked in rwa.registry.deployments for reference but excluded from supply and market-cap totals, since the underlying value is already counted at its native deployment.
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