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

The `fungible_tokens` table contains metadata about tokens on the chain, including their denomination, name, symbol, and decimal precision.

### Table Columns

Unique Key: `denom`

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