Table Description
Thethorchain.defi_total_value_locked table tracks total value locked (TVL) across THORChain pools.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
THORChain TVL snapshots — total value locked across all pools and features.
thorchain.defi_total_value_locked table tracks total value locked (TVL) across THORChain pools.
| Column | Type | Description |
|---|---|---|
| day | date | Date of the record |
| total_value_pooled | varchar | Total Value Pooled |
| total_value_bonded | varchar | Total Value Bonded |
| total_value_locked | varchar | Total Value Locked |
| _inserted_timestamp | timestamp | Timestamp of the record |
| fact_total_value_locked_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 |
Was this page helpful?