SOURCE_CHAIN | PLTFRM | VOLUME_OF_BRIDGE | N_BRIDGE | N_USER | |
---|---|---|---|---|---|
1 | ethereum | circle-cctp | 2668479053.57 | 30883 | 16363 |
2 | ethereum | base: base bridge | 1294457779.49 | 29029 | 17791 |
3 | ethereum | optimism: gateway | 545595557.85 | 5114 | 3193 |
4 | ethereum | dln_debridge | 450389742.34 | 52696 | 24054 |
5 | ethereum | across-v3 | 437816907.77 | 212077 | 127105 |
6 | ethereum | polygon (matic): erc20 bridge | 365921533.44 | 16261 | 1616 |
7 | ethereum | Li.Fi | 159199254.18 | 61098 | 41862 |
8 | ethereum | wormhole | 141690178.67 | 14742 | 950 |
9 | ethereum | gnosis chain: eth-xdai omni bridge | 125324200.19 | 3793 | 970 |
10 | ethereum | gnosis chain: xdai bridge | 112312324.42 | 1452 | 533 |
11 | ethereum | polygon (matic): plasma bridge | 107580587.22 | 1710 | 1503 |
12 | ethereum | axie_infinity | 88480097.6 | 6297 | 3465 |
13 | ethereum | axelar | 70029447.83 | 16238 | 10774 |
14 | ethereum | allbridge | 57152064.96 | 4266 | 2549 |
15 | ethereum | celer_cbridge | 42278704.94 | 12949 | 9005 |
16 | ethereum | symbiosis | 41409660.43 | 9296 | 5930 |
17 | ethereum | starknet: starkgate eth bridge | 29368717.51 | 873 | 414 |
18 | ethereum | avalanche: bridge | 25159002.42 | 1195 | 451 |
19 | ethereum | zksync era: diamond proxy | 21043764.74 | 1018 | 141 |
20 | ethereum | polygon (matic): zkevm bridge | 18641293.29 | 1556 | 754 |
ali_lifiBridge Stats: Breakdown by platform Ethereum
Updated 2025-04-01
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
with evm_bridge as (
SELECT
'ethereum' as source_chain,
*
FROM ethereum.defi.ez_bridge_activity
UNION
SELECT
'avalanche' as source_chain,
*
FROM avalanche.defi.ez_bridge_activity
UNION
SELECT
'bsc' as source_chain,
*
FROM bsc.defi.ez_bridge_activity
UNION
SELECT
'polygon' as source_chain,
*
FROM polygon.defi.ez_bridge_activity
UNION
SELECT
'arbitrum' as source_chain,
*
FROM arbitrum.defi.ez_bridge_activity
UNION
SELECT
'optimism' as source_chain,
*
FROM optimism.defi.ez_bridge_activity
UNION
SELECT
'gnosis' as source_chain,
*
FROM gnosis.defi.ez_bridge_activity
UNION
Last run: 2 months ago
34
2KB
6s