hessCurrent TVL (Including Borrow and Liquid Staking)
    Updated 2025-03-05
    select date,
    sum(chain_tvl) as tvl_usd
    from external.defillama.fact_protocol_tvl
    where chain in ('Sei','Sei-borrowed')
    and protocol != 'MYSO V2'
    and date = current_date
    group by 1




    Last run: about 2 months ago
    DATE
    TVL_USD
    1
    2025-03-05 00:00:00.000545526521
    1
    39B
    1s