AndreRusaTop Base DEXes by Monthly Metrics
    Updated 2025-01-28
    select
    replace(replace(replace(replace(PLATFORM, '-v1', ''), '-v2', ''), '-v3', ''), '-slipstream', '') as dex,
    sum(nvl(amount_in_usd,amount_out_usd)) as monthly_dex_volume,
    count(distinct ORIGIN_FROM_ADDRESS) as monthly_users,
    count(distinct TX_HASH) as monthly_txn
    from
    base.defi.ez_dex_swaps
    where
    BLOCK_TIMESTAMP >= CURRENT_TIMESTAMP - interval '30 days'
    group by
    dex
    order by
    2 desc
    Last run: 3 months ago
    DEX
    MONTHLY_DEX_VOLUME
    MONTHLY_USERS
    MONTHLY_TXN
    1
    aerodrome30221541075.324449747495881
    2
    uniswap20724626931.71252435740417867
    3
    sushiswap908996882.61699631436195
    4
    woofi472437818.231288847739
    5
    maverick221110973.3593806349767
    6
    balancer180428139.8457363269597
    7
    dackieswap27460093.4445819206167
    8
    alienbase12928147.5730564118942
    9
    curve12166685.92256014980
    10
    baseswap7304289.9363341246555
    11
    swapbased3086860.431126141254
    11
    429B
    38s