SOLID STATE PRESS
← Back to catalog
L1 vs L2 Blockchain Scaling cover
Coming soon
Coming soon to Amazon
This title is in our publishing queue.
Browse available titles
Cryptocurrency & Blockchain

L1 vs L2 Blockchain Scaling

Rollups, the Blockchain Trilemma, and How Ethereum Gets Faster — A TLDR Primer

Blockchain technology promises a decentralized future — but Ethereum can process only a fraction of the transactions Visa handles, and fees spike every time the network gets busy. If you have ever wondered why crypto is so slow, or why "just make it faster" turns out to be surprisingly hard, this guide is for you.

This TLDR primer cuts straight to the core ideas: what Layer 1 and Layer 2 actually mean, why the blockchain trilemma makes scaling a genuine engineering puzzle, and how ethereum layer 2 rollups solve that puzzle without sacrificing security or decentralization. You will learn how rollups bundle hundreds of transactions off-chain and post compressed proofs back to the main chain, why optimistic and zero-knowledge rollups take fundamentally different bets on trust, and what bridging between layers costs you in risk and time.

The guide is short by design and stripped to essentials — no filler, no hand-waving. Each section leads with the one thing you need to understand, then backs it up with concrete numbers and plain-language mechanics. Whether you are studying for a fintech or computer-science course, prepping for a blockchain interview, or trying to understand why your NFT gas fee just tripled, this is the no-bloat starting point.

If the blockchain trilemma and the modular scaling roadmap have been living rent-free in your head, this primer gives you the vocabulary and mental models to finally sort them out.

Grab your copy and get oriented today.

What you'll learn
  • Explain what Layer 1 and Layer 2 mean and how they relate
  • Describe the blockchain trilemma and why scaling is hard
  • Distinguish optimistic rollups from zero-knowledge rollups
  • Compare Layer 1 scaling approaches (sharding, larger blocks) with Layer 2 approaches
  • Evaluate tradeoffs in cost, speed, security, and finality for real networks like Ethereum, Arbitrum, and Optimism
What's inside
  1. 1. What Layer 1 and Layer 2 Actually Mean
    Defines blockchain layers using Ethereum and Bitcoin as concrete examples, and frames why scaling became the central problem.
  2. 2. The Blockchain Trilemma: Why You Can't Just Make It Faster
    Explains the decentralization–security–scalability tradeoff and why naive solutions like bigger blocks compromise the system.
  3. 3. Layer 1 Scaling: Sharding, Consensus Upgrades, and Bigger Blocks
    Surveys on-chain scaling approaches including Ethereum's move to proof-of-stake, sharding, and high-throughput L1s like Solana.
  4. 4. Rollups: How Layer 2s Bundle Transactions
    Introduces the rollup model — executing transactions off-chain and posting compressed data back to L1 for security.
  5. 5. Optimistic vs Zero-Knowledge Rollups
    Compares the two dominant L2 designs, their fraud-proof vs validity-proof mechanisms, and tradeoffs in finality and cost.
  6. 6. Choosing a Layer: Tradeoffs, Bridges, and What Comes Next
    Walks through real cost and speed comparisons, bridging risk, and where the modular blockchain roadmap is heading.
Published by Solid State Press
L1 vs L2 Blockchain Scaling cover
TLDR STUDY GUIDES

L1 vs L2 Blockchain Scaling

Rollups, the Blockchain Trilemma, and How Ethereum Gets Faster — A TLDR Primer
Solid State Press

Contents

  1. 1 What Layer 1 and Layer 2 Actually Mean
  2. 2 The Blockchain Trilemma: Why You Can't Just Make It Faster
  3. 3 Layer 1 Scaling: Sharding, Consensus Upgrades, and Bigger Blocks
  4. 4 Rollups: How Layer 2s Bundle Transactions
  5. 5 Optimistic vs Zero-Knowledge Rollups
  6. 6 Choosing a Layer: Tradeoffs, Bridges, and What Comes Next
Chapter 1

What Layer 1 and Layer 2 Actually Mean

Every blockchain has a base layer — the chain itself, the thing that actually records transactions and enforces the rules. That base layer is what people mean by Layer 1, or L1. Bitcoin is an L1. Ethereum is an L1. When you send ETH to a friend or trade tokens on a decentralized exchange, that transaction is processed and permanently recorded on an L1 chain. Everything starts and ends there.

Layer 2, or L2, is any system built on top of an L1 that handles transactions separately but ultimately relies on the L1 for security and finality. Think of it this way: the L1 is the courthouse where records are filed and made official. An L2 is an office that does the paperwork, then periodically files the important results at the courthouse. The courthouse does not process every sheet of paper the office handles — it just receives the final record. That division of labor is the entire point.

The reason this division matters comes down to a single constraint: throughput, meaning how many transactions a blockchain can handle in a given period of time. Throughput is usually measured in transactions per second (TPS).

Bitcoin processes roughly 7 TPS. Ethereum, in its current form, handles somewhere between 15 and 30 TPS. Visa's payment network, for comparison, handles thousands of TPS on a normal day and can surge to tens of thousands. When a blockchain's real-world demand exceeds its throughput, users compete to have their transactions included — and that competition is where the pain starts.

On Ethereum, the competition happens through gas fees. Every computation on Ethereum consumes "gas," a unit that measures how much work the network's computers must do. Users attach a fee — paid in ETH — to their transaction, and the validators (the computers maintaining the network) include higher-paying transactions first. When the network is idle, gas fees are cheap. When demand spikes — during a popular NFT drop, a market crash that triggers a wave of trades, or a hyped token launch — fees can climb from a few cents to hundreds of dollars for a single transaction.

About This Book

If you're a high school student who stumbled into a class discussion about cryptocurrency, a college freshman taking an intro to blockchain technology course, or anyone who's searched for blockchain scaling explained for beginners and came back more confused than before, this book is for you. It's also useful for developers new to Web3 and curious non-technical readers who want a real answer to how Ethereum gets faster without taking anyone's word for it.

This is an Ethereum Layer 2 rollups study guide that also covers the foundations: the crypto blockchain trilemma explained simply, Layer 1 upgrades like sharding, and a clear optimistic vs zero-knowledge rollups guide — including why the distinction matters for real applications. It doubles as a decentralization vs scalability crypto guide for anyone wrestling with that core tension. Short by design, with no filler.

Read straight through for the logic to build correctly. Work through the worked examples as they appear, then hit the problem set at the end to test what stuck.

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