0xHaM-dTop LP Platforms
    Updated 2025-02-18
    select
    PLATFORM,
    count(distinct TX_ID) as lp_txs,
    count(distinct PROVIDER_ADDRESS) as lp_providers,
    sum(TOKEN_A_AMOUNT_USD+TOKEN_B_AMOUNT_USD) as lp_amount_usd,
    from solana.marinade.ez_liquidity_pool_actions
    group by 1
    having lp_amount_usd > 0
    order by 4 desc
    limit 10



    Last run: about 1 month ago
    PLATFORM
    LP_TXS
    LP_PROVIDERS
    LP_AMOUNT_USD
    1
    raydium4904161139520754544221.737522
    2
    orca1972362681954131219334.9910116
    3
    meteora8999033069155990421.13670656
    3
    130B
    1s