SOLID STATE PRESS
← Back to catalog
Sidechains and Cross-Chain Bridges cover
Coming soon
Coming soon to Amazon
This title is in our publishing queue.
Browse available titles
Cryptocurrency & Blockchain

Sidechains and Cross-Chain Bridges

Pegged Assets, Lock-and-Mint, and the Billion-Dollar Bridge Hacks — A TLDR Primer

Blockchain networks don't talk to each other — and that single fact costs users billions of dollars every year, whether in stuck assets, bridge hacks, or missed opportunities. If you've ever wondered how Bitcoin ends up on Ethereum, why Polygon feels faster, or how attackers drained $625 million from the Ronin bridge in a single weekend, this guide gives you straight answers in a single sitting.

**Sidechains and Cross-Chain Bridges** is a focused, jargon-free primer covering everything from the basic isolation problem to the lock-and-mint mechanics behind wrapped tokens like WBTC, to the trust models that separate a safe bridge from a disaster waiting to happen. It's written for anyone taking a blockchain course, preparing for a fintech or Web3 certification, or just trying to understand what the news is talking about when another cross-chain bridge hack makes headlines.

This is not a textbook. It's short by design — exactly what you need: clear definitions, concrete worked examples, and an honest breakdown of the Ronin, Wormhole, and Nomad exploits — what broke at the code level, what broke at the key-management level, and the attack patterns that keep repeating. The final section gives practical guidance on evaluating a blockchain interoperability solution before you trust it with real money.

If you're a student, a developer getting oriented, or a parent helping a kid through a crypto-economics unit, this is the shortest path from confused to confident.

Pick it up and know exactly what a bridge is — and why they keep breaking — before your next class or exam.

What you'll learn
  • Explain why a single blockchain cannot do everything and what problem sidechains solve
  • Describe how a two-way peg works and the difference between a sidechain, a Layer 2, and an independent chain
  • Walk through the lock-and-mint mechanism that powers most cross-chain bridges
  • Compare trusted, federated, and trust-minimized bridge designs and their tradeoffs
  • Identify the main attack surfaces that led to the Ronin, Wormhole, and Nomad exploits
  • Evaluate when using a bridge is reasonable and what risks the user actually takes on
What's inside
  1. 1. Why Blockchains Need Help: The Scaling and Isolation Problem
    Sets up why a single chain like Bitcoin or Ethereum cannot serve every use case and why assets are stuck on whichever chain they were issued on.
  2. 2. What a Sidechain Actually Is
    Defines sidechains, contrasts them with Layer 2 rollups and independent chains, and explains the two-way peg using Liquid, Polygon PoS, and Rootstock as examples.
  3. 3. How Cross-Chain Bridges Move Assets
    Walks through the lock-and-mint mechanism step by step, introduces wrapped tokens like WBTC, and explains burn-and-release for the return trip.
  4. 4. Trust Models: Who Are You Actually Trusting?
    Compares centralized custodial bridges, federated multisig bridges, light-client and zk bridges, and the tradeoffs between speed, cost, and trust assumptions.
  5. 5. When Bridges Break: Ronin, Wormhole, and Nomad
    Case studies of the three largest bridge exploits, what went wrong at the code or key-management level, and the common attack patterns students should recognize.
  6. 6. Using Bridges in Practice and Where This Is All Going
    Practical guidance on evaluating a bridge before using it, plus a look at emerging designs like native cross-chain messaging, intents, and shared sequencers.
Published by Solid State Press
Sidechains and Cross-Chain Bridges cover
TLDR STUDY GUIDES

Sidechains and Cross-Chain Bridges

Pegged Assets, Lock-and-Mint, and the Billion-Dollar Bridge Hacks — A TLDR Primer
Solid State Press

Contents

  1. 1 Why Blockchains Need Help: The Scaling and Isolation Problem
  2. 2 What a Sidechain Actually Is
  3. 3 How Cross-Chain Bridges Move Assets
  4. 4 Trust Models: Who Are You Actually Trusting?
  5. 5 When Bridges Break: Ronin, Wormhole, and Nomad
  6. 6 Using Bridges in Practice and Where This Is All Going
Chapter 1

Why Blockchains Need Help: The Scaling and Isolation Problem

Bitcoin processed its first block in January 2009. Ethereum launched in 2015. By the early 2020s, both networks were regularly congested, fees were spiking to absurd levels, and developers were building applications that these chains were never designed to handle. The problem was not that blockchains were broken — it was that they were designed with one set of priorities and users kept demanding others.

Throughput is the number of transactions a network can process per unit of time, usually measured in transactions per second (TPS). Bitcoin handles roughly 7 TPS. Ethereum, before and after its merge to proof-of-stake, handles around 15–30 TPS on its base layer. Visa, for comparison, handles tens of thousands of TPS and can burst higher. A single popular application — a game releasing a new character, a token sale, a sudden market crash — can saturate a blockchain entirely and freeze out every other user on it.

When a network is congested, users bid against each other to get their transactions included. On Ethereum, this bidding happens through gas fees — small payments made to validators in exchange for processing your transaction. During the peak of the 2021 NFT boom, a single Ethereum transaction could cost $50–$200 in gas, sometimes more. Ordinary users trying to do something modest — swap $30 of tokens, for instance — were paying fees larger than the transaction itself. The economics broke down for anyone who was not moving large amounts.

This is a fundamental structural tension. A Layer 1 blockchain (the base network itself, like Bitcoin or Ethereum mainnet) makes a deliberate tradeoff: it prioritizes security and decentralization by having every node validate every transaction. That validation redundancy is what makes the chain trustworthy. But it is also exactly what makes it slow and expensive. You cannot simply "speed up" Bitcoin by changing a parameter without weakening the security model that gives it value.

About This Book

If you're taking a course on cryptocurrency, blockchain technology, or decentralized finance — or you just bought some crypto and keep seeing terms like "bridge," "wrapped asset," or "Layer 2" without a clear explanation — this book is for you. It's also useful for students writing research papers on fintech, developers entering the Web3 space for the first time, and anyone who wants a real blockchain interoperability study guide rather than a glossary of buzzwords.

This primer covers how blockchains become isolated and why that matters, what sidechains are and how the sidechain vs. Layer 2 difference actually works, and how blockchain bridges move value between networks using lock-and-mint mechanics and pegged assets like Wrapped Bitcoin. It also gives you a straight crypto bridge security beginner explainer — including a Ronin, Wormhole, and Nomad hack breakdown — so you understand why cross-chain bridge hacks keep happening and what they mean for the industry. Concise by design, with no filler.

Read straight through to build the mental model, then work the examples inline as you encounter them, and finish with the problem set at the end to test what you've retained.

Keep reading

You've read the first half of Chapter 1. The complete book covers 6 chapters in roughly fifteen pages — readable in one sitting.

Coming soon to Amazon