Skip to main content
Schema: thorchain.defi Table: fact_daily_tvl Type: Base Table Fact table that shows the total valued locked and the total value bonded/pooled

Columns

Column NameData TypeDescription
FACT_DAILY_TVL_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
DAYDATEThe unique transaction id
TOTAL_VALUE_POOLEDFLOATThe total amount of rune provided by the liquidity provides and pooled in the pool
TOTAL_VALUE_POOLED_USDFLOATThe total USD amount of rune provided by the liquidity provides and pooled in the pool
TOTAL_VALUE_BONDEDFLOATThe total amount of rune provided by the node operators and bonded in the pool
TOTAL_VALUE_BONDED_USDFLOATThe total USD amount of rune provided by the node operators and bonded in the pool
TOTAL_VALUE_LOCKEDFLOATThe total rune value locked in the pool
TOTAL_VALUE_LOCKED_USDFLOATThe total USD value locked in the pool
_AUDIT_RUN_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.