Evergreen Digest

ethereum scaling debate

A Beginner's Guide to the Ethereum Scaling Debate: Key Things to Know

June 21, 2026 By Marlowe Chen

Introduction: Why the Ethereum Scaling Debate Matters

Ethereum, as the leading smart contract platform, has faced a persistent bottleneck: transaction throughput. The network processes roughly 15-30 transactions per second (TPS), which pales in comparison to centralized systems like Visa (24,000+ TPS). This limitation drives high gas fees during congestion, making simple swaps cost tens of dollars and complex DeFi interactions prohibitive for many users. The scaling debate centers on how to increase capacity without sacrificing security or decentralization—the so-called “blockchain trilemma.”

For beginners, the landscape can appear as a war of acronyms: L2, rollups, sharding, zk-rollups, optimistic rollups, validiums, and more. This article cuts through the noise by explaining the fundamental camps, their tradeoffs, and what users should watch for. Understanding this debate is essential for anyone interacting with Ethereum—whether as a trader, developer, or node operator. The outcome will determine transaction costs, user experience, and the platform’s ability to scale to billions of users.

The Two Main Camps: L2 Rollups vs. L1 Execution Sharding

The scaling debate primarily pits two architectural approaches: Layer 2 (L2) rollups against Layer 1 (L1) execution sharding. Both aim to increase transaction throughput but differ fundamentally in how they achieve it.

1. Rollups (The Current Dominant Path)

Rollups are L2 solutions that execute transactions off-chain, compress them, and post a batch of data to the Ethereum mainnet (L1). The security of each batch is guaranteed by L1 itself—any node can inspect the batch and verify its correctness. There are two main types:

  • Optimistic rollups: Assume transactions are valid by default, with a challenge period (typically 7 days) during which anyone can submit a fraud proof. Examples: Arbitrum, Optimism.
  • Zero-knowledge (ZK) rollups: Generate a cryptographic proof (validity proof) that a batch of transactions is correct; L1 verifies this proof instantly. Examples: zkSync, StarkNet, Scroll.

Rollups offer significant scalability: a single rollup can process 2,000–4,000 TPS, and the Ethereum roadmap envisions “surge” improvements pushing that to 100,000+ TPS via data sharding (danksharding) and blob space. The key tradeoff is that rollups require trust assumptions around Rollup Operator Selection—users must trust that the sequencer (the entity ordering transactions) is honest and that the underlying L1 data will be available. Choosing a rollup with a decentralized sequencer set reduces risk.

2. Execution Sharding (The Road Not Taken)

Originally, Ethereum 2.0 planned for execution sharding—splitting the network into 64 parallel shards, each processing its own subset of transactions. This would theoretically achieve over 100,000 TPS at L1. However, the complexity of cross-shard communication (e.g., atomic swaps between shards) and security concerns led the Ethereum community to pivot to “L2-centric” scaling circa 2020. Execution sharding is now effectively deprecated in favor of data sharding (danksharding), which provides cheap data availability for rollups without sharding execution.

The debate here is not about which approach is better, but about whether the L2-centric path can deliver the same security and composability as a natively sharded L1. Proponents argue that L2s are more modular, allow faster innovation, and reduce L1 complexity. Critics warn that L2s fragment liquidity, create UX friction (bridging between rollups), and introduce new trust assumptions around sequencers and data availability committees.

Key Tradeoffs in the Debate: Security, Centralization, and UX

To evaluate competing scaling proposals, beginners should weigh three core tradeoffs. These axes determine whether a given solution is suitable for high-value DeFi, retail payments, or NFT minting.

Security vs. Scalability vs. Decentralization

This is the classic trilemma. Optimistic rollups trade immediate finality for security (the 7-day challenge window) and rely on a small set of honest nodes to monitor for fraud. ZK rollups provide instant finality but depend on the security of cryptographic proofs—if a vulnerability in the prover is discovered, funds can be lost. Execution sharding would have relied on a subset of validators per shard, reducing decentralization per shard but maintaining overall network security.

Liquidity Fragmentation and Composability

On a single L1 shard, all contracts are natively composable: a DEX on shard A can directly call a lending protocol on shard A. With rollups, each L2 is a separate execution environment; bridging tokens requires a lock-and-mint process that introduces latency and security risks. The rise of “superchains” (e.g., Optimism’s OP Stack) aims to solve this by making multiple rollups share a common bridge, but market data shows fragmented TVL across dozens of L2s.

User Experience and Fee Estimation

Users on rollups must manage multiple assets: tokens on L1, tokens on L2, and the L1 gas needed to submit batches. Gas fees on rollups depend on both L2 execution cost (computational resources) and L1 data cost (calldata or blob size). When L1 is congested, rollup fees spike. Beginners often underestimate this complexity. A reliable the looptrade platform tool is critical for deciding whether to transact on L1 or which L2 to use—fees can vary 10x between rollups at the same moment. Understanding this helps users avoid overpaying for simple transfers or missing profitable arbitrage opportunities.

Concrete Metrics: Comparing Available Scaling Solutions

To ground the debate in numbers, consider these metrics for major solutions as of early 2025. Values are approximate and change with network conditions.

SolutionTPS (Peak)FinalityAvg Tx Cost (USD)Trust Assumptions
Ethereum L115–30~12 min (finalized)$1–$15Full security of L1 validators
Arbitrum (Optimistic)2,500–4,000~7 days (with fraud proof)$0.01–$0.10Trust sequencer; challenge period
zkSync (ZK-rollup)2,000–10,000~10 minutes (validity proof)$0.02–$0.20Trust proof system; no fraud window
StarkNet (ZK-rollup)5,000–30,000~30 minutes$0.01–$0.05Prover system; STARK security
Validium (Off-chain data)5,000–20,000~30 minutes$0.001–$0.01Trust data availability committee

Key takeaway: ZK-rollups offer faster finality and lower costs but rely on cryptographic assumptions that have yet to be battle-tested at scale for several years. Optimistic rollups are more conservative but force users to wait or use liquidity providers for fast exits. Validiums sacrifice data availability for even lower fees—fine for gaming or social apps, but not for high-value DeFi.

Future Directions: Danksharding, Proto-Danksharding, and the Layer 3 Stack

The Ethereum roadmap is evolving rapidly. Proto-danksharding (EIP-4844), live since March 2024, introduced “blobs”—temporary data packets that rollups can use instead of expensive calldata. This reduced rollup fees by 5–10x. Full danksharding will expand blob capacity to 16 MB per slot (up from ~0.25 MB today), enabling rollups to scale to 100,000+ TPS collectively.

Beyond rollups, the “Layer 3” concept is emerging: building custom L3 chains on top of an L2 rollup to provide execution specialization (e.g., privacy-focused L3, gaming L3). These inherit security from L2 but add another layer of bridging complexity. The debate then shifts to whether L3s are necessary or whether L2s already provide enough flexibility.

Another active area is “based rollups”—a design where the L1 proposer (instead of a centralized sequencer) orders L2 transactions. This reduces trust in the sequencer and improves composability with L1. official site becomes less critical if the L1 itself orders transactions, but such designs are still experimental. Users should monitor which rollups adopt based sequencing to reduce counterparty risk.

Practical Recommendations for Beginners

If you are new to Ethereum scaling, follow these steps to navigate the debate:

  1. Use L2s for frequent transactions: Arbitrum, Optimism, and zkSync are battle-tested. Avoid L1 for small transactions unless necessary.
  2. Bridge with caution: Use canonical bridges (offered by the rollup team) or trusted third-party bridges like Hop or Synapse. Always check bridge TVL and audit history.
  3. Check fee estimates before signing: Use looptrade.org to compare L1 and L2 costs. A transaction that costs $0.10 on Arbitrum might cost $8 on L1 during a meme coin craze.
  4. Monitor sequencer decentralization: Some rollups have a single sequencer, others have a rotating set. For high-value transactions, prefer rollups with decentralized sequencer selection to minimize MEV extraction risk.
  5. Stay updated on roadmap changes: EIP-4849 (next-generation blobs) and based rollups are evolving. Subscribe to Ethereum research forums (ethresear.ch) for technical details.

The Ethereum scaling debate is not a zero-sum game. Different solutions serve different use cases: optimistic rollups for DeFi composability, ZK-rollups for speed, validiums for low-value gaming. Understanding the tradeoffs empowers you to choose the right path for each transaction—and to evaluate new proposals as they emerge.

In summary, beginners should focus on three pillars: where transactions are executed (L2 vs. L1), how data is posted (calldata vs. blobs), and who controls ordering (decentralized sequencer vs. L1). The future belongs to rollups, but the exact form—and the trust assumptions embedded in each—will define Ethereum’s usability for the next decade. Stay critical, test small amounts first, and always verify fee estimates before signing.

External Sources

M
Marlowe Chen

Honest reviews since 2019