tkvresearchburning-harlequin
    Updated 2025-04-08
    select projects,
    --chain,
    --symbol,
    avg(APY) as avg_apy
    --tvl_usd
    from external.defillama.fact_pool_yields
    where (symbol like '%USD%'
    or
    symbol like '%DAI%')
    and
    date = current_date() - 1
    and
    symbol not like '%-%'
    and
    symbol not in ('IUSD','REUSDC','XUSDC','XUSDT','YUSD','UPUSDC','GTDAICORE','YUSD','ATUSD','AUSDC')
    and
    tvl_usd >= 10000000
    group by 1
    order by APY desc
    Last run: 20 days agoAuto-refreshes every 6 hours
    PROJECTS
    AVG_APY
    1
    stream-finance14.71
    2
    usual10.55822
    3
    echelon-market10.04483
    4
    goldfinch9.55104
    5
    yearn-finance8.632876667
    6
    fx-protocol7.99
    7
    convex-finance7.921674
    8
    storm-trade7.63047
    9
    pendle7.378995625
    10
    reservoir-protocol6.5
    11
    frax6.49808
    12
    sdai5.88049
    13
    benqi-lending5.78128
    14
    fluid-lending5.06375
    15
    upshift5
    16
    clearpool-lending4.76818
    17
    ethena-usde4.62495
    18
    navi-lending4.24029
    19
    venus-core-pool4.166605
    20
    sky-lending4
    39
    885B
    2s