Keyrock[1] Bridge platform overview
    Updated 2024-02-23
    SELECT
    platform,
    COUNT(DISTINCT TX_HASH) as total_txs,
    COUNT(DISTINCT token_symbol) as tot_asset
    --sum(amount_usd) as tot_bridged
    FROM
    ethereum.defi.ez_bridge_activity
    WHERE
    block_timestamp > '{{starting_date}}'
    AND Destination_chain in (
    'near',
    'solana',
    'sui',
    'osmosis',
    'aptos',
    'telos',
    'sei',
    'injective'
    )
    GROUP BY
    platform
    Last run: 1 day ago
    PLATFORM
    TOTAL_TXS
    TOT_ASSET
    1
    axelar1721217
    2
    near: rainbow bridge423082
    3
    symbiosis273
    4
    wormhole92383525
    5
    allbridge1195187
    6
    circle-cctp558951
    7
    meson25672
    8
    dln_debridge22289712
    8
    187B
    3s