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

# Fungible Tokens

### Table Details

| Property     | Value                         |
| ------------ | ----------------------------- |
| Table Name   | `babylon.raw.fungible_tokens` |
| Table Status | Production-Ready              |
| Unique Key   | `denom`                       |

### Table Columns

| Column Name     | Data Type         | Description                                                              |
| --------------- | ----------------- | ------------------------------------------------------------------------ |
| denom           | VARCHAR(16777216) | The unique denomination identifier for the token (e.g., uatom, ibc/...). |
| name            | VARCHAR(16777216) | The human-readable name of the token.                                    |
| symbol          | VARCHAR(16777216) | The ticker symbol of the token.                                          |
| decimals        | NUMBER(38,0)      | The number of decimal places for the token.                              |
| \_extra\_fields | VARIANT           | Any additional fields that are not explicitly defined.                   |
| \_created\_at   | TIMESTAMP\_NTZ(9) | The timestamp when the entry was created.                                |
| \_updated\_at   | TIMESTAMP\_NTZ(9) | The timestamp when the entry was updated.                                |

### Related Docs

* [COSMOS Raw Fungible Tokens](/historical-data/supported-blockchains/cosmos-ecosystem/core-schemas/raw/fungible-tokens)
