Skip to main content
Important: We do not provide financial advice or custody funds. All transactions occur on third-party platforms.

Why Bridges Get Drained (And What's Changing)

Four production failures totaling well over $1.3B, what each taught the industry, and the modular interchain security pattern the next generation is converging on.

35 min · expert · part of Cross-Chain Engineering & Bridge Design

The Worst Year in Crypto Was 2022, and Bridges Were the Reason

Between January 2022 and August 2022, bridges lost more than $2 billion across four major incidents. That single 8-month period accounted for the majority of all bridge losses in crypto history. The reasons were not all the same — one was a social engineering attack, one was a smart-contract bug, one was a key compromise, one was an initialization bug — but the pattern was consistent: bridges concentrate value, and bridges have many surfaces that an attacker can target. Each of the four failures in this lesson taught the industry something specific that shaped how bridges are built now. Ronin showed that small multisigs do not scale to billions of dollars. Wormhole showed that one signature-verification bug on one destination chain destroys the entire bridge. Nomad showed that the verification code itself is part of the trusted computing base regardless of trust model. Multichain showed that "no single key" is not the same as "decentralized custody." This lesson walks through each failure with enough detail to understand what specifically went wrong, then connects the lessons to the modular interchain security pattern that the post-2022 generation of bridges is converging on. The arc is real: the bridges being deployed in 2025-2026 have substantially different trust assumptions than those that failed in 2022, and the reasons are direct consequences of those failures.

Also in this lesson

  • Ronin (March 2022): $625M — Multisig Social Engineering
  • Wormhole (Feb 2022) and Nomad (Aug 2022): Smart-Contract Failure Modes
  • Multichain (July 2023): $210M — Custody Centralization
  • Modular Interchain Security: The Next Generation
  • A Builder's Checklist for Bridge Integration

Key terms

Lazarus Group
A North Korean state-sponsored cyber threat actor attributed by the FBI to the Ronin Bridge hack (March 2022, $625M) and several other crypto-targeted attacks. Specializes in social-engineering APT campaigns against crypto custodians.
Sysvar instructions (Solana)
A Solana mechanism for inspecting other instructions in the same transaction. The Wormhole February 2022 hack exploited a flawed use of sysvar instructions in the Solana Wormhole program.
Trusted computing base (TCB)
The set of all components that must be correct for a system to be secure. For bridges this includes every committee, every smart contract on every destination chain, every upgrade path, every off-chain process — any one component failing can destroy the bridge.
Initialization bug (Nomad)
A class of smart-contract bug where uninitialized storage slots have unintended valid values. Nomad's August 2022 hack used a zero-hash trusted root that was treated as valid because uninitialized Merkle proofs also hash to zero.
Operational centralization
When a system that is technically decentralized (e.g., MPC committee, multisig) is effectively controlled by a single party operationally — through employer relationships, shared infrastructure, or jurisdictional concentration. Multichain's 2023 collapse exposed this risk.
Modular interchain security
The post-2022 design pattern of stacking multiple independent verification mechanisms (multi-committee, ZK light client, restaking, rate limits, dispute windows) so that no single mechanism's failure can compromise the bridge.
Restaking (EigenLayer)
A mechanism for staked ETH to be used as economic security for additional services beyond Ethereum consensus, including cross-chain attestor sets. An attack on a restaked attestor set costs at least the value of slashed restaked ETH.
Circuit breaker
A bridge-level mechanism that pauses outflows or imposes rate limits when anomalous activity is detected. Standard in post-2022 bridges; absent or weak in many pre-2022 designs.
Aggregation ISM
A Hyperlane Interchain Security Module that requires multiple sub-ISMs (e.g., multisig + ZK light client + routing) to all approve a message before acceptance. The ISM-level realization of modular interchain security.
Bug bounty (bridge context)
A public reward program (often via Immunefi) for ethical disclosure of bridge vulnerabilities. Major bridges run multi-million-dollar bounty programs and treat bounty submissions as a primary discovery channel.

Continue this lesson — 5 more sections in the CryptoBipto app.

Open lesson

Educational only — not financial advice.