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

# Tvl Aggregate Daily

### Table Details

| Property     | Value                              |
| ------------ | ---------------------------------- |
| Table Name   | `mode.metrics.tvl_aggregate_daily` |
| Table Status | Production-Ready                   |

### Table Columns

| Column Name            | Data Type         | Description                                                                                         |
| ---------------------- | ----------------- | --------------------------------------------------------------------------------------------------- |
| date                   | TIMESTAMP\_NTZ(9) | Calendar date (UTC) this daily record aggregates.                                                   |
| sector                 | VARCHAR(16777216) | Sector classification of the associated project or protocol.                                        |
| project                | VARCHAR(16777216) | Project or application associated with this record.                                                 |
| protocol               | VARCHAR(16777216) | Protocol associated with this record.                                                               |
| token\_address         | VARCHAR(16777216) | Contract address of the token. On EVM chains native currency is represented as the zero address.    |
| token\_name            | VARCHAR(16777216) | Human-readable name of the token.                                                                   |
| token\_symbol          | VARCHAR(16777216) | Ticker symbol of the token.                                                                         |
| token\_decimals        | NUMBER(38,0)      | Number of decimal places used to convert the token's raw integer amount to a human-readable amount. |
| is\_primary            | BOOLEAN           | Whether this is the primary record for the associated grouping (used to avoid double-counting).     |
| is\_rwa                | BOOLEAN           | Whether the associated token is a real-world asset (RWA).                                           |
| gross\_usd\_balance    | FLOAT             | Gross USD value of the balance before adjustments.                                                  |
| adjusted\_usd\_balance | FLOAT             | USD value of the balance after adjustments to avoid double-counting.                                |
| \_created\_at          | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                                            |
| \_updated\_at          | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                                       |
