SOURCE_CHAIN | PLTFRM | VOLUME_OF_BRIDGE | N_BRIDGE | N_USER | |
---|---|---|---|---|---|
1 | ethereum | circle-cctp | 4780719763.89 | 52257 | 26684 |
2 | ethereum | base: base bridge | 2229478146.46 | 49960 | 28712 |
3 | avalanche | circle-cctp | 1834966033.67 | 59337 | 8462 |
4 | base | circle-cctp | 1666074505.01 | 101459 | 59997 |
5 | ethereum | dln_debridge | 905997712.13 | 91487 | 39008 |
6 | ethereum | across-v3 | 810542094.4 | 373339 | 207045 |
7 | base | across-v3 | 751001945.24 | 705610 | 342390 |
8 | ethereum | optimism: gateway | 713716165.13 | 7286 | 4267 |
9 | ethereum | polygon (matic): erc20 bridge | 621003802.36 | 23167 | 2200 |
10 | arbitrum | across-v3 | 539908398.63 | 283711 | 147066 |
11 | arbitrum | dln_debridge | 510734390.5 | 53380 | 20222 |
12 | base | dln_debridge | 406682979.72 | 89403 | 33376 |
13 | ethereum | arbitrum one: l1 arb - custom gateway | 395869804.39 | 1583 | 600 |
14 | bsc | dln_debridge | 380662375.53 | 52747 | 25502 |
15 | ethereum | wormhole | 368064121.58 | 24689 | 1499 |
16 | ethereum | Li.Fi | 340576478.32 | 104007 | 68064 |
17 | base | Li.Fi | 281922687.24 | 162399 | 82758 |
18 | optimism | across-v3 | 189394080.11 | 431128 | 189274 |
19 | ethereum | gnosis chain: eth-xdai omni bridge | 182671212.99 | 5202 | 1317 |
20 | ethereum | gnosis chain: xdai bridge | 168170328.51 | 2077 | 721 |
ali_lifiBridge Stats: Breakdown by platform
Updated 21 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 21 hours agoAuto-refreshes every 24 hours
...
114
5KB
97s