> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dune.com/llms.txt
> Use this file to discover all available pages before exploring further.

# thorchain.defi_daily_tvl

> THORChain daily total value locked — aggregate TVL across all pools.

export const TableSample = ({tableName, tableSchema}) => <>
    <div className="hidden dark:block">
      <iframe src={`https://dune.com/embeds/3419983/5785629?table_schema_t6f0df=${tableSchema}&table_name_t6f0df=${tableName}&darkMode=true`} style={{
  width: '100%',
  height: '500px',
  border: 'none',
  marginTop: '10px'
}} />
    </div>
    <div className="dark:hidden">
      <iframe src={`https://dune.com/embeds/3419983/5785629?table_schema_t6f0df=${tableSchema}&table_name_t6f0df=${tableName}`} style={{
  width: '100%',
  height: '500px',
  border: 'none',
  marginTop: '10px'
}} />
    </div>
  </>;

## Table Description

The `thorchain.defi_daily_tvl` table daily total value locked (TVL) statistics for THORChain. This table tracks the total value locked across all pools on a daily basis. This table is partitioned by day.

## Column Descriptions

| **Column**                    | **Type**      | **Description**                        |
| ----------------------------- | ------------- | -------------------------------------- |
| **day**                       | date          | Date of the record                     |
| **total\_value\_pooled**      | varchar       | Total Value Pooled                     |
| **total\_value\_pooled\_usd** | decimal(20,6) | Total Value Pooled Usd                 |
| **total\_value\_bonded**      | varchar       | Total Value Bonded                     |
| **total\_value\_bonded\_usd** | decimal(20,6) | Total Value Bonded Usd                 |
| **total\_value\_locked**      | varchar       | Total Value Locked                     |
| **total\_value\_locked\_usd** | decimal(20,6) | Total Value Locked Usd                 |
| **fact\_daily\_tvl\_id**      | bigint        | Surrogate key for the fact record      |
| **inserted\_timestamp**       | timestamp     | Time when the record was inserted      |
| **modified\_timestamp**       | timestamp     | Time when the record was last modified |

## Table Sample

<TableSample tableSchema="thorchain" tableName="defi_daily_tvl" />
