> ## 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 and balances of assets on the blockchain.

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

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

Our B3 Assets schema contains the following tables:

| Schema | Description                                                                                   | Tables                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ------ | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Assets | Token transfers, balances & credit debit data related to fungible and/or non-fungible assets. | [erc1155\_balances](/historical-data/supported-blockchains/evm/b3/assets/erc1155-balances), [erc1155\_balances\_latest](/historical-data/supported-blockchains/evm/b3/assets/erc1155-balances-latest), [erc1155\_credit\_debit](/historical-data/supported-blockchains/evm/b3/assets/erc1155-credit-debit), [erc1155\_token\_transfers](/historical-data/supported-blockchains/evm/b3/assets/erc1155-token-transfers), [erc20\_balances](/historical-data/supported-blockchains/evm/b3/assets/erc20-balances), [erc20\_balances\_latest](/historical-data/supported-blockchains/evm/b3/assets/erc20-balances-latest), [erc20\_credit\_debit](/historical-data/supported-blockchains/evm/b3/assets/erc20-credit-debit), [erc20\_token\_transfers](/historical-data/supported-blockchains/evm/b3/assets/erc20-token-transfers), [erc721\_balances](/historical-data/supported-blockchains/evm/b3/assets/erc721-balances), [erc721\_balances\_latest](/historical-data/supported-blockchains/evm/b3/assets/erc721-balances-latest), [erc721\_credit\_debit](/historical-data/supported-blockchains/evm/b3/assets/erc721-credit-debit), [erc721\_token\_transfers](/historical-data/supported-blockchains/evm/b3/assets/erc721-token-transfers), [fungible\_balances](/historical-data/supported-blockchains/evm/b3/assets/fungible-balances), [fungible\_balances\_daily](/historical-data/supported-blockchains/evm/b3/assets/fungible-balances-daily), [fungible\_balances\_latest](/historical-data/supported-blockchains/evm/b3/assets/fungible-balances-latest), [fungible\_credit\_debit](/historical-data/supported-blockchains/evm/b3/assets/fungible-credit-debit), [fungible\_pnl](/historical-data/supported-blockchains/evm/b3/assets/fungible-pnl), [fungible\_pnl\_5min](/historical-data/supported-blockchains/evm/b3/assets/fungible-pnl-5min), [fungible\_token\_transfers](/historical-data/supported-blockchains/evm/b3/assets/fungible-token-transfers), [native\_balances](/historical-data/supported-blockchains/evm/b3/assets/native-balances), [native\_balances\_latest](/historical-data/supported-blockchains/evm/b3/assets/native-balances-latest), [native\_credit\_debit](/historical-data/supported-blockchains/evm/b3/assets/native-credit-debit), [native\_token\_transfers](/historical-data/supported-blockchains/evm/b3/assets/native-token-transfers) |
