MrDeFi
Basics2026-07-102 min read

Crypto Bridges Explained: Moving Assets Between Blockchains Safely

How cross-chain bridges work, why they've been hacked for billions, the difference between lock-and-mint and liquidity bridges, and how to bridge with minimal risk.

Blockchains can't talk to each other natively — Ethereum has no idea what happens on Solana or even on its own L2s. Bridges solve this by letting value move between chains, and they've also been the site of some of crypto's largest hacks: Ronin ($620M), Wormhole ($320M), Nomad (~$190M). Understanding how a bridge works is understanding what you're trusting.

The two main designs

1. Lock-and-mint. You lock ETH in a bridge contract on Ethereum; the bridge mints "wrapped" ETH on the destination chain. The wrapped token is an IOU — its entire value depends on the locked collateral staying safe. If the bridge's lockbox is drained, every wrapped token everywhere becomes instantly worthless. This is exactly what happened in the big bridge hacks.

2. Liquidity networks. Liquidity providers hold real (native) assets on both chains. You deposit on chain A; an LP pays you out on chain B; the system rebalances later. You receive native assets, not IOUs — generally safer for you, with risk carried by LPs — but transfer size is capped by available liquidity.

Who authorizes the mint or payout is the real trust question: a multisig of a few known parties (trust those people), an external validator set (trust its honesty majority), or light-client/ZK proof verification (trust math — the strongest design, increasingly common).

Special case: L2 canonical bridges

Rollups like Arbitrum, Base, and Optimism have canonical bridges secured by Ethereum itself. Deposits are near-instant; withdrawals to mainnet take up to ~7 days for optimistic rollups (the fraud-proof window). Slow, but the most trust-minimized path — third-party "fast bridges" front you the funds immediately and charge for taking on that wait.

Bridging safely: a checklist

  1. Prefer canonical bridges for L2s when you can tolerate the withdrawal delay.
  2. Use battle-tested third-party bridges with long track records and public security models for speed or exotic routes.
  3. Check what you'll receive — native assets or a wrapped IOU? Wrapped versions can trade at a discount and add a standing dependency on the bridge's solvency.
  4. Never bridge your whole stack at once. Send a test amount first; bridge UIs have shipped bugs, and destination-address mistakes are unrecoverable.
  5. Beware fake bridge sites. Bridges are heavily phished — bookmark the real URL, and never trust links from DMs (see our security guide).
  6. Mind stuck states. Transfers can pause mid-route during congestion or outages. Reputable bridges recover; keep the transaction hash.

The bigger picture

Bridge risk is systemic: chains with most of their DeFi liquidity in wrapped, bridged assets are one lockbox exploit away from ecosystem-wide damage — worth checking how a chain's TVL is actually composed. The industry is steadily migrating toward proof-based designs and native issuance (USDC's cross-chain transfer protocol replaced many wrapped-USDC routes), but until then: treat every bridge crossing as a real risk event, not a formality.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.