neo_nguyenPendle - Ethereum
    Updated 2025-05-11
    with

    pendle_pool as( select * from $query('f90ce887-7773-43b6-ac7d-a666182c79e0') ),

    pendle_data as(
    select from_address as pool, case when amount is null then raw_amount/1e18 else amount end amount, contract_address, block_timestamp from ethereum.core.ez_token_transfers union all
    select to_address as pool, case when amount is null then 0-raw_amount/1e18 else 0-amount end amount, contract_address, block_timestamp from ethereum.core.ez_token_transfers ),

    pendle_liquid as(
    select chain, category, protocol, symbol, sy, sum(amount*price) tvl, count(distinct mk) pool
    from pendle_data tb1
    join pendle_pool tb2 on tb1.contract_address = tb2.sy and tb1.pool = '0x0000000000000000000000000000000000000000'
    where chain = 'Ethereum'
    group by 1,2,3,4,5)

    select chain, category, protocol, symbol, sum(pool) pool, sum(case when symbol like '%sUSDe%' then tvl/pool*1.16 else tvl/pool end) tvl, max(sy) sy
    from pendle_liquid
    group by 1,2,3,4
    order by tvl desc




    Last run: about 1 month agoAuto-refreshes every 24 hours
    CHAIN
    CATEGORY
    PROTOCOL
    SYMBOL
    POOL
    TVL
    SY
    1
    EthereumStablesEthenasUSDe3672020937.897490xe877b2a8a53763c8b0534a15e87da28f3ac1257e
    2
    EthereumStablesAvalon FinancesUSDa162106198.89782770x8946f653aed1af1f82a8de6d7f54088afff5a14e
    3
    EthereumBTCBedrockuniBTC161381601.77208130x87b8e462080fa443a06d2bb119adb3828c407d78
    4
    EthereumBTCPumpBTCpumpBTC249404014.79975560x78f9afec0afd297bea08098ed01719b0b0f19ab2
    5
    EthereumRWAUsualUSD0++548473633.42407630x52453825c287ddef62d647ce51c0979d27c461f7
    6
    EthereumETHLidostETH242290845.77238450xcbc72d92b2dc8187414f6734718563898740c0bc
    7
    EthereumStablesResolvwstUSR134229353.75611730x6c78661c00d797c9c7fcbe4bcacbd9612a61c07f
    8
    EthereumStablesSyrup.FisyrupUSDC231852192.05127770xc9e9c85b33e87fde85c44dbf72b4b842a071551d
    9
    EthereumRWASyrup.FisyrupUSDC231852192.05127770xc9e9c85b33e87fde85c44dbf72b4b842a071551d
    10
    EthereumETHPufferpufETH129981896.38517390x253008ba4ae2f3e6488dc998a5321d4eb1a0c905
    11
    EthereumBTCSolv FinanceSolvBTC.BBN124954700.28802030xd5cf704dc17403343965b4f9cd4d7b5e9b20cc52
    12
    EthereumETHEther.fieETH123478207.64660390xac0047886a985071476a1186be89222659970d65
    13
    EthereumBTCEther.fi (Bitcoin LRT)eBTC119524134.39251460x7acdf2012aac69d70b86677fe91eb66e08961880
    14
    EthereumBTCLombardLBTC115430730.20536340xc781c0cc527cb8c351be3a64c690216c535c6f36
    15
    EthereumETHEther.Fi (Symbiotic)weETHs113243133.01249560x012badcc6e824c2ea32bd5367ebda3be3402c9c5
    16
    EthereumETHSwellrswETH110160942.03418460x7786729eee8b9d30fe7d91fdff23a0f1d0c615d9
    17
    EthereumBerachainSolv FinanceSolvBTC.BERA110054357.74444590x67e58f0240b432e78795dc010716e54b70c609d7
    18
    EthereumBTCSolv FinanceSolvBTC.BERA110054357.74444590x67e58f0240b432e78795dc010716e54b70c609d7
    19
    EthereumETHKelp (Gain)agETH19431720.388922070xb1b9150f2085f6a553b547099977181ca802752a
    20
    EthereumETHKelprsETH16787052.167010270x730a5e2acebccaa5e9095723b3cb862739da793c
    59
    6KB
    90s