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

# Overview

> Token transfers represent the movement of assets between addresses on the blockchain.

Token transfers represent the movement of assets between addresses on the blockchain.

We track transfers across all major token standards to provide comprehensive coverage of asset movements.

<Info>
  Native gas tokens are represented as
  `0x0000000000000000000000000000000000000000` in the `token_address` in our
  assets schemas.
</Info>

#### Overview

Our token transfer tables capture all asset movements including:

| Asset Type | Description                                                                           |
| ---------- | ------------------------------------------------------------------------------------- |
| Native     | Native tokens are the gas tokens of the blockchain, such as ETH, BNB, POL, AVAX, etc. |
| Fungible   | Fungible assets models contains erc20 tokens and native (gas) token.                  |
| ERC20      | ERC20 standard, such as USDC, USDT, etc.                                              |
| ERC721     | ERC721 standard, such as Pudgy Penguins, etc.                                         |
| ERC1155    | ERC1155 standard, such as OpenSea Collection StoreFront, etc.                         |
