Flipside TeamTVL Protocol Overview
    Updated 3 hours ago
    select
    date as "Date",
    protocol as "Protocol",
    sum(chain_tvl) as "TVL"
    from
    external.defillama.fact_protocol_tvl
    where
    chain = 'CORE'
    group by
    "Date",
    "Protocol"
    qualify
    "Date" = last_value("Date") over (order by "Date")
    order by
    "TVL" desc
    Last run: about 3 hours agoAuto-refreshes every 6 hours
    Date
    Protocol
    TVL
    1
    2025-04-28 00:00:00.000DeSyn Liquid Strategy184560693
    2
    2025-04-28 00:00:00.000Colend Protocol142587412
    3
    2025-04-28 00:00:00.000Pell Network124496928
    4
    2025-04-28 00:00:00.000Sumer.money75714466
    5
    2025-04-28 00:00:00.000Avalon Finance61282158
    6
    2025-04-28 00:00:00.000BitFLUX43210259
    7
    2025-04-28 00:00:00.000b14g20534442
    8
    2025-04-28 00:00:00.000Core Earn16505132
    9
    2025-04-28 00:00:00.000Nawa Protocol12569678
    10
    2025-04-28 00:00:00.000Glyph V47463691
    11
    2025-04-28 00:00:00.000COREx Network4142724
    12
    2025-04-28 00:00:00.000DeSyn Basis Trading3499723
    13
    2025-04-28 00:00:00.000SushiSwap V3839086
    14
    2025-04-28 00:00:00.000ArcherSwap722730
    15
    2025-04-28 00:00:00.000ShadowSwap403692
    16
    2025-04-28 00:00:00.000SatoshiCoreSwap348782
    17
    2025-04-28 00:00:00.000OpenEX263438
    18
    2025-04-28 00:00:00.000IcecreamSwap V2177825
    19
    2025-04-28 00:00:00.000DxSale170701
    20
    2025-04-28 00:00:00.000LFGSwap Core163085
    56
    3KB
    2s