The networks lesson left you with a multi-chain world: Ethereum, its layers, and a crowd of other blockchains, each with its own coins and apps. What it didn't mention is an awkward fact about that world: blockchains can't talk to each other. Each one is a sealed room — Bitcoin's ledger has no idea Ethereum exists, and your ETH cannot simply travel to another chain the way an email crosses providers. So how does value move between rooms? Through bridges — and bridges are simultaneously one of crypto's most useful inventions and the scene of its largest thefts. Both halves of that sentence deserve your attention.
How a bridge actually works: the cloakroom
A bridge can't literally move a coin between chains — coins can't leave their ledger. What it does instead is a swap of promises. Think of a cloakroom: you hand over your coat, you get a numbered ticket, and the ticket is redeemable for the coat later. A bridge does this with coins. You send your ETH to the bridge on Ethereum, where it gets locked in a smart contract. The bridge then mints an equivalent "wrapped" token for you on the destination chain — a ticket that says "redeemable for one real ETH back on Ethereum." Go back the other way and the process reverses: the wrapped token is burned, the original is unlocked.
Read that again with exchange-lesson eyes and you'll recognize the structure: a wrapped token is an IOU. The "bitcoin" you might hold on Ethereum (wrapped BTC) is only worth a bitcoin while the locked original verifiably exists and the redemption mechanism works. The ticket has value because the cloakroom is trustworthy — and only because of that.
Why the biggest hacks happen exactly here
Now picture the cloakroom from a thief's perspective. Everything everyone has deposited — all of it — sits in one place: the bridge's locked contracts. Bridges concentrate enormous value behind a single point of failure, which makes them the most attractive target in all of crypto. And it gets worse, for two reasons:
- The code is unusually hard to get right. A bridge must reliably observe events on one chain and act on another — two systems with different rules that were never designed to cooperate. More complexity means more surface for the kind of contract exploits that execute as faithfully as features do. Several of the worst incidents were one overlooked flaw: a bridge tricked into minting tickets for coats that were never deposited.
- Many bridges quietly reintroduce trust. Some are secured not by the blockchains themselves but by a small group of validator keys — and stealing a handful of keys is a very different problem from attacking a whole network. The largest bridge hack to date worked exactly this way: attackers compromised five of nine validator keys and walked out with roughly $600 million. Other nine-figure bridge thefts have followed similar patterns. The two biggest thefts in DeFi history were both bridges, and that is not a coincidence — it's the architecture.
When a bridge is drained, here's the part that matters for you: the wrapped tokens keep existing, but the coats behind them are gone. Tickets to an empty cloakroom. Holders aren't "hacked" personally — their asset is simply hollowed out, the same way a stablecoin is only as good as what backs it.
If you ever need to cross
For most beginners, the honest answer is that you won't need a bridge for a long time — moving between chains is a power-user activity, and exchanges often route around it (withdraw on the destination chain directly, where supported, and mind the network you select). If the day comes: prefer long-established, heavily used routes over whatever's newest and cheapest; send a small test amount first — the same test-first habit from your first purchase; don't leave value sitting in wrapped form longer than the task requires; and treat any unsolicited "bridge assistance" exactly as the scams lesson taught you to treat all unsolicited help.
The takeaway
Bridges move value between sealed worlds by locking the original and minting an IOU on the other side — a cloakroom ticket whose worth depends entirely on the cloakroom. That design concentrates treasure behind complex code and, often, a handful of keys, which is why crypto's biggest thefts keep happening at exactly this spot. Use established routes rarely and briefly, test first, and never forget what a wrapped token is: a promise, held together by whatever holds the bridge together.