Cross-Chain Bridges Explained: How to Move Crypto Between Blockchains
Why Bridges Exist
Each blockchain is an isolated ledger. Your ETH on Ethereum cannot natively appear on Arbitrum or Polygon. Bridges create a mechanism to “move” value across chains — typically by locking assets on the source chain and minting equivalent wrapped tokens on the destination chain.
This matters because DeFi protocols, NFT marketplaces, and dApps are spread across dozens of networks. If you want to use a lending protocol on Avalanche but your funds are on Ethereum, you need a bridge.
How Cross-Chain Bridges Work
1. Lock and mint. The most common mechanism. You deposit tokens into a smart contract on Chain A. The bridge verifies the deposit and mints an equivalent wrapped token on Chain B. When you bridge back, the wrapped tokens are burned and originals are unlocked.
2. Liquidity pools. Some bridges maintain liquidity pools on both chains. Instead of lock-and-mint, you swap your token for the equivalent from a pool on the destination chain. This is faster but requires sufficient liquidity on both sides.
3. Atomic swaps. Trustless peer-to-peer swaps using hash time-locked contracts (HTLCs). No intermediary needed, but limited to simple token transfers and slower.
Types of Bridges
| Bridge Type | Trust Model | How It Works | Examples |
|---|---|---|---|
| Trusted (Custodial) | Centralized operator or multisig | A set of validators or a company verifies and relays transactions | WBTC (BitGo), Multichain |
| Trustless (Decentralized) | On-chain verification | Uses light clients or ZK proofs to verify state across chains | IBC (Cosmos), Succinct bridges |
| Hybrid | Optimistic with fraud proofs | Assumes validity, allows challenges within a window | Across, Connext |
| Native Rollup Bridges | Inherits L1 security | Official bridges from Layer 2 rollups to Ethereum | Arbitrum Bridge, Optimism Gateway |
Major Bridge Security Risks
Bridges are among the most exploited components in crypto. The reason is straightforward: they hold massive pools of locked assets, and their security depends on complex cross-chain logic that is difficult to audit comprehensively.
| Risk | What Happens | Notable Example |
|---|---|---|
| Smart contract exploit | Bug in bridge code allows unauthorized minting or withdrawal | Wormhole ($320M, 2022) |
| Validator compromise | Bridge validators’ private keys are stolen or collude | Ronin Bridge ($625M, 2022) |
| Insufficient verification | Bridge accepts forged proofs or signatures | Nomad ($190M, 2022) |
| Liquidity drain | Attacker drains liquidity pools faster than they can be replenished | Various smaller exploits |
How to Bridge Safely
Use official bridges when possible. Native rollup bridges (Arbitrum Bridge, Optimism Gateway, zkSync Bridge) inherit Ethereum’s security model. They are slower but far safer than third-party alternatives.
Check audit reports. Reputable bridges publish audits from firms like Trail of Bits, OpenZeppelin, or Consensys Diligence. No audit means unverified code holding your funds.
Start with small amounts. Test your first bridge transaction with a small amount before moving significant capital. Verify that the wrapped tokens arrive and are usable on the destination chain.
Monitor bridge TVL. A bridge with declining TVL may signal reduced confidence. Cross-reference with community sentiment and recent security disclosures.
Verify the URL. Phishing sites impersonating popular bridges are common. Bookmark the official URL and never click bridge links from social media or DMs.
Key Takeaways
- Cross-chain bridges transfer assets between blockchains by locking tokens on one chain and minting equivalents on another.
- Bridge types range from trusted (centralized validators) to trustless (ZK proofs or light clients).
- Bridges are high-value targets — over $2B has been lost to bridge exploits since 2021.
- Native rollup bridges are the safest option because they inherit Layer 1 security.
- Always check audits, test with small amounts, and verify URLs before bridging funds.
Frequently Asked Questions
What is a cross-chain bridge in crypto?
A cross-chain bridge is a protocol that moves tokens or data between different blockchains. It typically locks assets on one chain and mints wrapped versions on another, allowing users to access DeFi protocols and dApps across multiple networks.
Are crypto bridges safe?
Bridges carry meaningful risk. They have been the target of some of the largest exploits in crypto history. Native rollup bridges (like the Arbitrum or Optimism bridges) are generally safer because they inherit Ethereum’s security. Third-party bridges vary widely in security quality.
How long does bridging crypto take?
It depends on the bridge type. Third-party liquidity bridges can complete in minutes. Native optimistic rollup bridges have a ~7-day withdrawal period for moving from L2 back to L1. ZK rollup bridges are faster, typically minutes to hours.
What are wrapped tokens?
Wrapped tokens are representations of an asset from one blockchain on a different blockchain. For example, Wrapped Bitcoin (WBTC) is an ERC-20 token on Ethereum backed 1:1 by Bitcoin held in custody. When you bridge ETH to Arbitrum, you receive a wrapped version of ETH on the L2.
What happens if a bridge gets hacked?
If a bridge is exploited, the wrapped tokens on the destination chain may become unbacked — meaning they lose their peg and value. Users holding those wrapped tokens can suffer total loss. This is why bridge security and choosing well-audited bridges is critical.