Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The supply tables track the circulating supply of RWA tokens over time, including daily snapshots and individual mint/burn events that change the supply. The complete coverage of RWA tokens is available in thecrosschain.rwa.tokens table.
Tables
| Table Name | Description |
|---|---|
crosschain.rwa.supply | Daily supply snapshots of RWA tokens across different blockchains. |
crosschain.rwa.supply_change | Transfers that resulted in supply changes (mints and burns) of RWA tokens. |
Table Columns
- Supply
- Supply Change
Daily supply snapshots of RWA tokens.Unique key:
date, chain, token_address| Column Name | Description |
|---|---|
date | The date of the supply snapshot |
rwa_class | (Deprecated — removed March 15, 2026) Classification of the RWA token. Use asset_class and asset_type instead. |
asset_class | Top-level V2 classification (rates, equities, credit, fx, commodities, private_funds, real_estate) |
asset_type | Granular V2 sub-classification within the asset class |
product_id | Unique identifier for the RWA product |
product_name | Human-readable name of the RWA product |
chain | The blockchain network (ethereum, solana, aptos, sui, stellar, arbitrum, polygon, etc.) |
token_address | The contract/asset address of the RWA token |
token_symbol | The symbol of the RWA token |
token_name | The name of the RWA token |
supply_delta | The change in supply of the RWA token on the given day |
supply | The total circulating supply of the RWA token on the given day |
price_usd | The price of the RWA token in USD on the given day |
market_cap_usd | The market cap of the RWA token on the given day (calculated as price_usd * supply) |
issuer_id | Unique identifier for the token issuer |
issuer_name | Human-readable name of the token issuer |
platform_id | Unique identifier for the platform |
platform_name | Human-readable name of the platform |
_created_at | The timestamp when this record was created |
_updated_at | The timestamp when this record was last updated |