What is a Bridge?
A blockchain bridge is a protocol that connects two or more blockchains, allowing users to transfer tokens, messages, or arbitrary data between them. Without bridges, each blockchain is an isolated island — assets on Ethereum can’t be used on Solana, and vice versa.
Bridges are critical infrastructure for a multi-chain world. As of 2025, over $50 billion in value has been bridged across chains, and the largest bridge protocols process billions in monthly volume.
However, bridges are also the most attacked category in crypto. Over $3 billion has been stolen from bridges, making them the #1 target for hackers.
How Bridges Work
Lock-and-Mint (Most Common)
The original and most widely used bridging method:
- Lock: You send 10 ETH to a smart contract on Ethereum
- Mint: The bridge mints 10 wrapped ETH (WETH) on the destination chain
- Use: You now have wrapped ETH on the new chain, usable in its DeFi ecosystem
- Burn: To return, you burn the wrapped ETH on the destination chain
- Unlock: The bridge unlocks your original 10 ETH on Ethereum
Examples: Wormhole, Polygon Portal, Multichain (defunct)
Pros: Simple, works between any chains Cons: The locked assets are a honeypot for hackers. If the bridge contract is compromised, all locked assets can be stolen.
Liquidity Pool Bridges
Instead of locking and minting, these bridges use pre-funded liquidity pools on both chains:
- You deposit USDC on Ethereum into the bridge’s pool
- The bridge releases USDC from its pool on Arbitrum
- No wrapping needed — you get native USDC
Examples: Across, Hop Protocol, Stargate
Pros: No wrapped tokens, instant finality, less smart contract risk Cons: Limited to assets with sufficient liquidity, bridge operators must pre-fund pools
Validator-Based Bridges
A set of validators verifies and signs cross-chain messages:
- You initiate a transfer on Chain A
- Validators observe the transaction
- After sufficient confirmations (2/3 majority), validators sign a message
- The destination chain verifies signatures and releases funds
Examples: LayerZero, Axelar, Celer
Pros: Supports arbitrary messages (not just token transfers), flexible Cons: Trust assumptions on validators, potential collusion risk
Major Bridge Protocols
| Bridge | Type | Chains Supported | TVL | Notable Features |
|---|---|---|---|---|
| Wormhole | Validator | 20+ | $1B+ | Generic messaging, used by Solana |
| LayerZero | Validator | 40+ | $2B+ | Omnichain tokens (OFT), Ultra Light Node |
| Across | Liquidity | Ethereum + L2s | $500M+ | Optimistic verification, fast |
| Stargate | Liquidity | 15+ | $400M+ | Built on LayerZero, native asset transfers |
| Hop | Liquidity | Ethereum + L2s | $200M+ | Bonder model, fast L2 transfers |
| CBridge | Validator | 40+ | $100M+ | Celer Network, multi-sig |
The Danger of Bridges
Bridges are the most exploited category in crypto:
| Hack | Bridge | Amount Lost | Attack Vector |
|---|---|---|---|
| Ronin Bridge (2022) | Ronin/Sidechain | $625M | Compromised validator keys (9 of 11) |
| Wormhole (2022) | Solana/Ethereum | $326M | Smart contract bug in signature verification |
| Nomad (2022) | Multi-chain | $190M | Root hash initialization bug, anyone could withdraw |
| Harmony (2022) | Horizon Bridge | $100M | Compromised multi-sig (2 of 5 keys) |
| Poly Network (2021) | Multi-chain | $611M | Smart contract vulnerability (funds later returned) |
Why bridges are targeted: They hold massive amounts of locked assets in a single contract. One vulnerability can drain billions. Many bridges also have weak security models (small validator sets, multi-sig with few signers).
Native vs Bridged Assets
When you bridge tokens, you may receive either:
- Native token: The real asset on the destination chain (e.g., USDC bridged via Circle’s CCTP)
- Bridged/wrapped token: A synthetic representation (e.g., “USDC.e” on many chains)
Bridged tokens carry bridge risk — if the bridge is hacked, the wrapped tokens become worthless. Always prefer native assets when possible.
How to Check
- USDC: Look for “USDC” (native, issued by Circle) vs “USDC.e” (bridged via Wormhole/others)
- ETH: Look for native ETH vs “WETH” (wrapped)
- Use official bridges when available (Circle CCTP for USDC, native L2 bridges for ETH)
Frequently Asked Questions
Q: Are bridges safe? A: Bridges carry significantly more risk than staying on a single chain. Use established bridges with high TVL, strong security audits, and proven track records. Never bridge more than you can afford to lose.
Q: How long does bridging take? A: It depends on the bridge and chains. L2-to-L1 (e.g., Arbitrum to Ethereum) can take 7 days for security. Fast bridges (Across, Hop) can complete in minutes by using liquidity providers.
Q: What’s the cheapest way to bridge? A: For Ethereum L2s, use the native bridges (Arbitrum Bridge, Optimism Gateway). For cross-chain, compare fees on aggregators like Bungee or Socket.