| date | DATE | Calendar date (UTC) this daily record aggregates. |
| project | VARCHAR(16777216) | Liquid staking project associated with this record (e.g. lido, binance_staked_eth). |
| staking_token_address | VARCHAR(42) | Contract address of the liquid staking receipt token (e.g. stETH, wBETH). |
| staking_token_symbol | VARCHAR(16777216) | Symbol of the liquid staking token. |
| staking_token_name | VARCHAR(16777216) | Name of the liquid staking token. |
| staking_token_decimals | NUMBER(38,0) | Decimal precision of the liquid staking token. |
| total_staking_token_amount_raw | VARCHAR(16777216) | Total outstanding liquid staking token supply in the smallest indivisible unit. |
| total_staking_token_amount | FLOAT | Decimal-adjusted total outstanding liquid staking token supply. |
| total_staking_token_amount_usd | FLOAT | USD value of the total outstanding liquid staking token supply. |
| staking_token_price_usd | FLOAT | USD price of one unit of the liquid staking token. |
| native_token_address | VARCHAR(42) | Contract address of the native (staked) token. Zero address for the chain’s gas token. |
| native_token_symbol | VARCHAR(16777216) | Symbol of the native token. |
| native_token_name | VARCHAR(16777216) | Name of the native token. |
| native_token_decimals | NUMBER(38,0) | Decimal precision of the native token. |
| total_native_token_amount_raw | VARCHAR(16777216) | Total native tokens staked in the protocol in the smallest indivisible unit. |
| total_native_token_amount | FLOAT | Decimal-adjusted total native tokens staked in the protocol. |
| total_native_token_amount_usd | FLOAT | USD value of the total native tokens staked. |
| native_token_price_usd | FLOAT | USD price of one unit of the native token. |
| _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. |