Specterbridge by platfrm
    Updated 2025-01-27

    SELECT
    platform,
    COUNT(DISTINCT tx_id) AS transactions,
    SUM(amount_usd) AS total_usd_bridged
    FROM
    flow.defi.ez_bridge_activity
    WHERE
    (source_chain IN ('Ethereum', 'BSC', 'Polygon', 'Fantom', 'Avalanche', 'Moonbeam', 'Evmos')
    OR destination_chain IN ('Ethereum', 'BSC', 'Polygon', 'Fantom', 'Avalanche', 'Moonbeam', 'Evmos'))
    AND amount_usd IS NOT NULL
    GROUP BY
    platform



    Last run: 3 months ago
    PLATFORM
    TRANSACTIONS
    TOTAL_USD_BRIDGED
    1
    blocto196218099470.1942409
    2
    cbridge6918175254.83506516
    2
    67B
    2s