| is_verified | BOOLEAN | Whether this deployment has been manually verified by Allium |
| is_native | BOOLEAN | Whether this is a chain-native issuance (vs. bridged/wrapped) |
| stablecoin_type | VARCHAR | Backing model classification |
| product_id | VARCHAR | Allium stablecoin product identifier (e.g. usdc, usdt) |
| issuer_id | VARCHAR | Allium canonical identifier for the issuer |
| currency | VARCHAR | ISO currency code the stablecoin is pegged to (e.g. usd, eur) |
| peg_mechanism | VARCHAR | Mechanism used to maintain the peg |
| date | TIMESTAMP_NTZ(9) | The UTC date of this daily supply snapshot |
| chain | VARCHAR | Blockchain of the supply measurement |
| token_address | VARCHAR | Contract address of the stablecoin token |
| token_name | VARCHAR | Name of the stablecoin |
| token_symbol | VARCHAR | Symbol of the stablecoin |
| total_supply | FLOAT | Total on-chain supply as reported by the token contract |
| total_supply_usd | FLOAT | Total supply in USD terms (null if > $500B to suppress anomalous values) |
| circulating_supply | FLOAT | Total supply minus bridge-locked, pre-minted, collateral-locked, and burned supply |
| circulating_supply_usd | FLOAT | Circulating supply in USD terms (null if > $500B) |
| adjusted_circulating_supply | FLOAT | More conservative circulating supply estimate using additional heuristics |
| adjusted_circulating_supply_usd | FLOAT | Adjusted circulating supply in USD terms (null if > $500B) |
| price_usd | FLOAT | USD price of the token used for supply valuations |
| _metadata | OBJECT | Metadata object with price_source, supply_source, and integration_status fields |
| unique_id | VARCHAR | Unique identifier for the (date, chain, token) row |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when the row was first created |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when the row was last updated |