> ## 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.

# Stablecoin List

### Table Details

| Property     | Value                           |
| ------------ | ------------------------------- |
| Table Name   | `stable.assets.stablecoin_list` |
| Table Status | Production-Ready                |
| Unique Key   | `address`                       |

### Table Columns

| Column Name    | Data Type         | Description                                                                                                                                                                                                                    |
| -------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| chain          | VARCHAR(16777216) | Slug identifying the blockchain this record belongs to (e.g. `ethereum`, `base`, `avalanche`, `solana`). In per-chain tables this is always the same value; in cross-chain tables it identifies which chain the row came from. |
| currency       | VARCHAR(16777216) | Fiat currency this stablecoin is pegged to, as an ISO 4217 code in lowercase (e.g. `usd`, `eur`, `jpy`).                                                                                                                       |
| symbol         | VARCHAR(16777216) | Ticker symbol of this token or asset. Short alias for `token_symbol` used in tables that preserve the original blockchain field naming convention.                                                                             |
| name           | VARCHAR(16777216) | Name of this token or asset. Short alias for `token_name` used in tables that preserve the original blockchain field naming convention.                                                                                        |
| address        | VARCHAR(16777216) | Wallet or contract address of the account. On EVM chains, a 42-character hex string (0x-prefixed). On other chains, the native address format applies.                                                                         |
| decimals       | NUMBER(38,0)      | Number of decimal places for this token. Short alias for `token_decimals` used in tables that preserve the original blockchain field naming convention.                                                                        |
| base\_asset    | VARCHAR(16777216) | Canonical name of the stablecoin (e.g. `USDC`, `USDT`, `DAI`). Groups together all deployments of the same stablecoin across chains and issuers.                                                                               |
| is\_bridge     | BOOLEAN           | True if this stablecoin token is a bridged representation (e.g. USDC bridged from Ethereum to an L2 via a third-party bridge). False if it is the canonical deployment by the issuer.                                          |
| source         | VARCHAR(16777216) | Origin or data source identifier for this record (e.g. which API, datasource, or pipeline produced it).                                                                                                                        |
| content\_hash  | VARCHAR(32)       | Hash of the stablecoin product's metadata content, used to detect changes between versions.                                                                                                                                    |
| \_updated\_at  | TIMESTAMP\_LTZ(9) | Timestamp of when the entry was last updated in the database.                                                                                                                                                                  |
| \_created\_at  | TIMESTAMP\_LTZ(9) | Timestamp of when the entry was created in the database.                                                                                                                                                                       |
| is\_verified   | BOOLEAN           | Boolean flag indicating whether the project is verified                                                                                                                                                                        |
| stablecoin\_id | VARCHAR(16777216) | Stablecoin ID represented by the concatenation of the stablecoin issuer and symbol. E.g. For USD Coin by Circle, it will be 'circle\_usdc'.                                                                                    |
| id             | VARCHAR(16777216) | Unique identifier for this record within its dataset. The specific uniqueness scope (e.g. pool, position, market) depends on the model.                                                                                        |
