> ## 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   | `hyperevm.assets.stablecoin_list` |
| Table Status | Production-Ready                  |

### Table Columns

| Column Name    | Data Type         | Description                                                          |
| -------------- | ----------------- | -------------------------------------------------------------------- |
| chain          | VARCHAR(16777216) | The name of the blockchain where the stablecoin is deployed.         |
| currency       | VARCHAR(16777216) | The fiat currency that the stablecoin is pegged to (e.g., USD, EUR). |
| symbol         | VARCHAR(16777216) | The ticker symbol of the stablecoin (e.g., USDC, USDT).              |
| name           | VARCHAR(16777216) | The display name of the stablecoin.                                  |
| address        | VARCHAR(16777216) | The contract address of the stablecoin token.                        |
| decimals       | NUMBER(38,0)      | The number of decimal places for the stablecoin token.               |
| base\_asset    | VARCHAR(16777216) | The base asset or backing of the stablecoin (e.g., USD, EUR).        |
| is\_bridge     | BOOLEAN           | Whether the stablecoin is a bridged version from another chain.      |
| source         | VARCHAR(16777216) | The data source or provider of the stablecoin metadata.              |
| content\_hash  | VARCHAR(32)       | Hash of the stablecoin metadata content for change detection.        |
| \_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           | Whether the stablecoin has been verified by Allium.                  |
| stablecoin\_id | VARCHAR(16777216) | Unique identifier for the stablecoin across chains.                  |
| id             | VARCHAR(16777216) | Unique identifier for this stablecoin record.                        |
