adriaparcerisasflow defi tvl by protocol 2
    Updated 2 days ago
    select
    x.protocol,
    avg(chain_tvl) as tvl
    --sum(volume) as dex_volume,
    --sum(dex_volume) over (order by week) as total_dex_volume
    from external.defillama.fact_protocol_tvl x
    --join external.defillama.fact_dex_volume y on lower(x.chain)=y.chain and x.date=y.date
    where x.chain ilike '%Flow%' and trunc(date,'week')=trunc(current_date,'week')
    group by 1 order by 2 desc


    Last run: 1 day ago
    PROTOCOL
    TVL
    1
    KittyPunch StableKitty20972534
    2
    Increment Swap12415984
    3
    Ankr10710086
    4
    MORE Markets10388370.5
    5
    KittyPunch PunchSwap10259204
    6
    KittyPunch PunchSwap V37353799
    7
    Increment Liquid Staking3900685
    8
    Increment Lending1863989
    9
    Sturdy V21208769
    10
    Trado Spot799715
    11
    Trado Perpetual304382
    12
    Fixes frc2027008
    13
    Fixes frc20 Staking25891
    14
    Fixes Launchpad1209
    14
    396B
    1s