mamad-5XN3k3BOB || Competitors DEX Fees
    Updated 2025-04-04
    -- forked from BOB || Competitors DEX Volume (Daily) @ https://flipsidecrypto.xyz/studio/queries/68c56f20-0a89-47de-ad8f-6004a35acb87


    /*select
    *
    from external.defillama.fact_chain_tvl
    where chain in ('Bitlayer','Stacks','Merlin','BSquared','BOB')
    */
    /*
    select
    date,
    chain,
    protocol,
    VOLUME
    from external.defillama.fact_dex_volume
    where chain in ('bitlayer','stacks','merlin','bsquared','bob')
    and date >= '2024-01-01'
    --group by 1,2
    */

    select
    chain,
    protocol,
    sum(FEES) as fee
    from external.defillama.fact_protocol_fees_revenue
    where chain in ('bitlayer','stacks','merlin','bsquared','bob')
    group by 1,2


    /*
    select
    STABLECOIN,
    SYMBOL,
    CHAINS,
    max_by(CIRCULATING,date) as circ,
    max(date)
    Last run: about 2 months ago
    CHAIN
    PROTOCOL
    FEE
    1
    bsquaredKiloEx25429
    2
    stacksAllbridge Classic5340
    3
    bobVelodrome V13904
    4
    bobSwing16
    5
    bsquaredSwing2
    6
    bobVelodrome V25790
    7
    bobUniswap V3305350
    8
    bitlayerSwing31
    9
    merlinBitGenie AMM63448
    10
    merlinSurf Protocol5392828
    11
    bobBOB760074
    12
    bobGamma13871
    13
    bitlayerBitlayer15597160
    13
    358B
    3s