Skip to main content
The bsc.liquid_staking.total_value_locked_daily table provides daily TVL snapshots from Binance (wBETH), with token metadata, normalized amounts, and USD prices.
The underlying native token is ETH (Binance-Peg Ethereum), not BNB. wBETH represents wrapped Beacon Chain staked ETH on BSC.
Each row represents the protocol’s TVL on a given day, including both the wBETH token supply and the underlying ETH locked.

Table Columns

Unique Key: date, project, staking_token_address
Column NameData TypeDescription
dateDATEDate of the TVL snapshot
projectVARCHARName of the liquid staking protocol (binance)
staking_token_addressVARCHARContract address of the liquid staking token (wBETH)
staking_token_symbolVARCHARSymbol of the liquid staking token (wBETH)
staking_token_nameVARCHARName of the liquid staking token
staking_token_decimalsINTEGERNumber of decimals for the staking token
total_staking_token_amount_rawVARCHARTotal supply of liquid staking tokens (raw wei amount)
total_staking_token_amountFLOATTotal supply of liquid staking tokens (normalized)
total_staking_token_amount_usdFLOATUSD value of staking tokens (amount × end-of-day price)
staking_token_price_usdFLOATEnd-of-day price of staking token in USD
native_token_addressVARCHARAddress representing the underlying staked asset (ETH)
native_token_symbolVARCHARSymbol of the native token (ETH)
native_token_nameVARCHARName of the native token (Ether)
native_token_decimalsINTEGERNumber of decimals for the native token (18)
total_native_token_amount_rawVARCHARTotal amount of ETH locked (raw wei amount)
total_native_token_amountFLOATTotal amount of ETH locked (normalized)
total_native_token_amount_usdFLOATUSD value of ETH locked (amount × end-of-day price)
native_token_price_usdFLOATEnd-of-day price of native token in USD
_created_atTIMESTAMP_NTZ(9)Timestamp when the record was first created
_updated_atTIMESTAMP_NTZ(9)Timestamp when the record was last updated