SOURCE_CHAIN | PLTFRM | VOLUME_OF_BRIDGE | N_BRIDGE | N_USER | |
---|---|---|---|---|---|
1 | ethereum | circle-cctp | 4883372222.79 | 51600 | 25763 |
2 | ethereum | base: base bridge | 2028468437.6 | 45095 | 26272 |
3 | base | circle-cctp | 1820367979.41 | 97822 | 58411 |
4 | avalanche | circle-cctp | 1785880724.46 | 59185 | 7824 |
5 | ethereum | dln_debridge | 871469775.41 | 87650 | 37532 |
6 | ethereum | across-v3 | 752723460.48 | 346507 | 194952 |
7 | ethereum | optimism: gateway | 719453599.27 | 7203 | 4208 |
8 | base | across-v3 | 702759178.1 | 692034 | 333620 |
9 | ethereum | polygon (matic): erc20 bridge | 551404761.26 | 24018 | 2252 |
10 | arbitrum | across-v3 | 518629168.45 | 279689 | 142605 |
11 | arbitrum | dln_debridge | 491964353.04 | 49297 | 19393 |
12 | bsc | dln_debridge | 383889170.22 | 51789 | 24845 |
13 | base | dln_debridge | 375689631.28 | 83393 | 31906 |
14 | ethereum | wormhole | 332064285.47 | 24691 | 1447 |
15 | ethereum | arbitrum one: l1 arb - custom gateway | 302349467.3 | 1474 | 590 |
16 | ethereum | Li.Fi | 299277245.2 | 99052 | 65477 |
17 | base | Li.Fi | 260448064.8 | 148449 | 77661 |
18 | ethereum | gnosis chain: eth-xdai omni bridge | 195160978.16 | 5403 | 1349 |
19 | optimism | across-v3 | 169120468.5 | 434254 | 186790 |
20 | ethereum | gnosis chain: xdai bridge | 167977256.99 | 2105 | 731 |
ali_lifiBridge Stats: Breakdown by platform
Updated 12 hours ago
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: about 12 hours agoAuto-refreshes every 24 hours
...
117
5KB
120s