omer93Yei Finance 8
    Updated 2025-03-27
    select date,
    case when protocol='Yei Finance' then protocol else 'Others' end as protocol,
    sum(chain_tvl) as tvl_usd
    from external.defillama.fact_protocol_tvl
    where chain in ('Sei')
    group by 1,2 order by 1 desc , 2 desc
    Last run: about 1 month ago
    DATE
    PROTOCOL
    TVL_USD
    1
    2025-03-26 00:00:00.000Yei Finance222563444
    2
    2025-03-26 00:00:00.000Others221091742
    3
    2025-03-25 00:00:00.000Yei Finance222971769
    4
    2025-03-25 00:00:00.000Others211639747
    5
    2025-03-24 00:00:00.000Yei Finance216206819
    6
    2025-03-24 00:00:00.000Others204740984
    7
    2025-03-23 00:00:00.000Yei Finance191631293
    8
    2025-03-23 00:00:00.000Others191314424
    9
    2025-03-22 00:00:00.000Yei Finance190946745
    10
    2025-03-22 00:00:00.000Others192808618
    11
    2025-03-21 00:00:00.000Yei Finance192957328
    12
    2025-03-21 00:00:00.000Others201697877
    13
    2025-03-20 00:00:00.000Yei Finance219303292
    14
    2025-03-20 00:00:00.000Others192524882
    15
    2025-03-19 00:00:00.000Yei Finance214812788
    16
    2025-03-19 00:00:00.000Others200338389
    17
    2025-03-18 00:00:00.000Yei Finance211875343
    18
    2025-03-18 00:00:00.000Others201194407
    19
    2025-03-17 00:00:00.000Yei Finance204402290
    20
    2025-03-17 00:00:00.000Others190132935
    ...
    586
    28KB
    25s