Skip to main content
stablecoins.registry.deployments is the per-chain reference table for all stablecoin token addresses tracked by Allium. Each row maps a (chain, address) pair to its canonical product_id and captures deployment-level metadata: decimals, native/bridged status, and active/inactive status. Use this table to enumerate all stablecoins on a given chain, or to resolve a contract address to its canonical product. Join to stablecoins.registry.catalog on product_id for product-level metadata. This table replaces crosschain.stablecoin.list. Note the column rename: address (not token_address).

Sample Query

All active, native USD stablecoin deployments on Ethereum

Table Columns

Unique Key: chain, address