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

> Track movement of assets on the blockchain.

The assets vertical provides tracking of all asset movements and holdings across the blockchain.

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

There are 4 main categories of tables in the assets vertical.

| Table               | Use Case                                                                                      | Question                                                                                          |
| ------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| **Balances**        | Tracks all changes in asset balance for a given address, from wallet creation to the present. | What is the USDC balance of a particular wallet over time?                                        |
| **Balances Latest** | Checking the current balances of assets for a given address.                                  | What is the current distribution of ETH holdings of OpenSea NFT buyers in the last 7 days?        |
| **Transfers**       | Account for the inflow or outflows of assets from one address to another.                     | What is the total inflow of USDC into a wallet in the last 30 days? (not accounting for outflows) |
| **Credit Debit**    | Accounting for inflows and outflows of assets.                                                | What is the net balance change of USDC into a wallet in the last 14 days?                         |
