hessShare of TVL
    Updated 2025-03-05
    select date,
    CATEGORY,
    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,2


    Last run: about 2 months ago
    DATE
    CATEGORY
    TVL_USD
    1
    2025-03-05 00:00:00.000Yield Aggregator8218964
    2
    2025-03-05 00:00:00.000Dexs50340762
    3
    2025-03-05 00:00:00.000Derivatives3545496
    4
    2025-03-05 00:00:00.000Lending416608158
    5
    2025-03-05 00:00:00.000Farm5020
    6
    2025-03-05 00:00:00.000Liquid Restaking6071
    7
    2025-03-05 00:00:00.000Cross Chain Bridge20657196
    8
    2025-03-05 00:00:00.000Bridge33
    9
    2025-03-05 00:00:00.000CDP4166261
    10
    2025-03-05 00:00:00.000SoFi220
    11
    2025-03-05 00:00:00.000Liquid Staking41978340
    12
    2025-03-05 00:00:00.000Prediction Market0
    12
    573B
    1s