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

### Table Details

| Property     | Value                             |
| ------------ | --------------------------------- |
| Table Name   | `polygon_zkevm.metrics.tvl_daily` |
| Table Status | Production-Ready                  |

### Table Columns

| Column Name            | Data Type         | Description                                                   |
| ---------------------- | ----------------- | ------------------------------------------------------------- |
| date                   | TIMESTAMP\_NTZ(9) |                                                               |
| sector                 | VARCHAR(16777216) |                                                               |
| project                | VARCHAR(16777216) |                                                               |
| protocol               | VARCHAR(16777216) |                                                               |
| address                | VARCHAR(16777216) |                                                               |
| token\_address         | VARCHAR(16777216) |                                                               |
| token\_name            | VARCHAR(16777216) |                                                               |
| token\_symbol          | VARCHAR(16777216) |                                                               |
| token\_decimals        | NUMBER(38,0)      |                                                               |
| raw\_balance\_str      | VARCHAR(16777216) |                                                               |
| balance                | FLOAT             |                                                               |
| usd\_balance           | FLOAT             |                                                               |
| usd\_exchange\_rate    | FLOAT             |                                                               |
| is\_primary            | BOOLEAN           |                                                               |
| adjusted\_usd\_balance | FLOAT             |                                                               |
| is\_rwa                | BOOLEAN           |                                                               |
| rwa\_asset\_class      | VARCHAR(16777216) |                                                               |
| rwa\_asset\_type       | VARCHAR(16777216) |                                                               |
| last\_block\_timestamp | TIMESTAMP\_NTZ(9) |                                                               |
| last\_block\_number    | NUMBER(38,0)      |                                                               |
| \_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. |
