mamad-5XN3k3BOB || Competitors DEX Fees (Daily) 2
    Updated 2025-04-04
    -- forked from BOB || Competitors DEX Fees @ https://flipsidecrypto.xyz/studio/queries/c766fae7-2807-473d-b304-2df0b3c37096

    -- 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
    date,
    chain,
    protocol,
    FEES
    from external.defillama.fact_protocol_fees_revenue
    where chain in ('bitlayer','stacks','merlin','bsquared','bob')

    --group by 1,2


    /*
    select
    STABLECOIN,
    Last run: about 2 months ago
    DATE
    CHAIN
    PROTOCOL
    FEES
    1
    2025-04-02 00:00:00.000bobBOB86
    2
    2025-04-02 00:00:00.000bobUniswap V3818
    3
    2025-04-03 00:00:00.000bobVelodrome V210
    4
    2025-04-01 00:00:00.000bobGamma203
    5
    2025-03-31 00:00:00.000merlinBitGenie AMM3
    6
    2024-11-13 00:00:00.000bobUniswap V31629
    7
    2024-11-13 00:00:00.000merlinSurf Protocol361
    8
    2024-11-13 00:00:00.000bsquaredKiloEx15
    9
    2024-11-11 00:00:00.000merlinSurf Protocol709
    10
    2024-11-11 00:00:00.000bobVelodrome V231
    11
    2025-01-21 00:00:00.000bitlayerBitlayer79970
    12
    2024-08-20 00:00:00.000bobVelodrome V118
    13
    2025-03-24 00:00:00.000bitlayerBitlayer35400
    14
    2024-10-30 00:00:00.000stacksAllbridge Classic14
    15
    2024-11-09 00:00:00.000bobVelodrome V243
    16
    2025-02-27 00:00:00.000merlinBitGenie AMM2
    17
    2025-01-29 00:00:00.000bobVelodrome V211
    18
    2025-01-29 00:00:00.000bobGamma70
    19
    2024-11-15 00:00:00.000bsquaredKiloEx6
    20
    2024-05-19 00:00:00.000stacksAllbridge Classic43
    ...
    2324
    120KB
    2s