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

The Assets vertical records all wallet balances and transfers on Ethereum from the genesis block to the present.

There are 4 main categories of tables in the assets vertical. Below are some examples of use cases for each of the tables under the asset vertical.

| Table                                           | Use Case                                                                                      | Question                                                                                          |
| ----------------------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| [**Balances**](./assets/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**](./assets/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**](./assets/token-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**](./assets/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?                         |
