> ## 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 balance changes on Sui from the genesis checkpoint to the present.

There are 3 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                                                                             |
| ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [**Fungible Transfers**](./assets/fungible-transfers) | Track transfers of fungible coins between addresses, including sender, recipient, amount, USD value, and transaction details. | What is the total value of USDC transfers between two addresses in the last 30 days? |
| [**Balances**](./assets/balances)                     | View historical coin balances for any address at the time of balance change, including coin\_type, amount, and USD value.     | What was the historical sui balance of an address at checkpoint 1000?                |
| [**Latest Balances**](./assets/latest-balances)       | Get the most recent coin balances for any address, including coin type, amount, and USD value.                                | What is the current sui balance of an address?                                       |
