Maintained by: Dune · Refresh: ~30 min · Chains: 41 EVM chains
Get This Data
Access bridge data via API, Datashare, or the Dune App.
Available Tables
bridges_evms.flows
Matched deposit-withdrawal pairs showing complete bridge transfers
bridges_evms.deposits
Individual deposit events on source chains
bridges_evms.withdrawals
Individual withdrawal events on destination chains
When to Use These Tables
- Track cross-chain capital flows between L1s and L2s
- Monitor bridge protocol volumes and market share
- Analyze net inflows/outflows for specific chains
- Identify bridge usage patterns for wallets or tokens
- Build cross-chain flow dashboards for chain ecosystem teams
Coverage
View all 41 supported chains
View all 41 supported chains
Abstract, Apechain, Arbitrum, Avalanche C-Chain, Base, Berachain, Blast, BNB Chain, Bob, Boba, Celo, Corn, Ethereum, Fantom, Flare, Gnosis, HyperEVM, Ink, Kaia, Katana, Lens, Linea, Mantle, Nova, opBNB, Optimism, Plasma, Plume, Polygon, Ronin, Scroll, Sei, Sonic, Sophon, Story, Taiko, Unichain, Worldchain, zkEVM, zkSync, Zora
SELECT DISTINCT bridge_name FROM bridges_evms.deposits for the current list.
Query Performance
Filter onblock_date or block_time ranges. For chain-specific analysis, also filter on deposit_chain or withdrawal_chain.
Methodology
Bridge tables are maintained by Dune (source code). The system works in three stages: (1)deposits decodes deposit events on source chains, enriched with token metadata and USD pricing; (2) withdrawals decodes withdrawal events on destination chains; (3) flows joins deposits and withdrawals on bridge_transfer_id to produce matched pairs representing complete cross-chain transfers.
Not all deposits have matching withdrawals (and vice versa), as matching depends on both chains being indexed and the bridge protocol emitting linkable identifiers.
Example Queries
Daily bridge volume by destination chain (last 30 days):Related Tables
cex.flows— For tracking flows to/from centralized exchangestokens.transfers— Raw token transfer events (bridges are a subset of all transfers)