Why Rollups Are Processing More Transactions Than Ethereum Itself
Layer 2 rollups have become the dominant scaling solution for Ethereum, processing significantly more transactions daily than the main blockchain itself. As of 2026, over 70 active rollup networks collectively secure somewhere in the $45 to $50 billion range in total value locked, with transaction volumes that dwarf Ethereum mainnet's own throughput. This shift represents the culmination of years of research and development, transforming how blockchain networks handle the fundamental challenge of scaling without sacrificing security.
What Exactly Is a Rollup, and How Does It Work?
A rollup is a Layer 2 (L2) scaling solution that executes transactions outside the main blockchain, known as Layer 1 (L1), but posts transaction data or proofs back to the L1 chain, inheriting its security guarantees while dramatically increasing throughput and reducing costs. Think of it like a shuttle bus service on a congested highway. Instead of hundreds of individual cars (transactions) clogging the main road, a rollup picks up hundreds of passengers, processes them via side roads (off-chain execution), and then uses just a single lane on the main highway to report the final result. The underlying blockchain only has to store one compressed package instead of thousands of individual documents.
The fundamental insight behind rollups is the separation of execution from consensus and data availability. Ethereum handles consensus and data availability, ensuring that all transaction data is published and that state transitions are valid, while the rollup handles execution, processing transactions at a rate far exceeding what Ethereum can achieve natively. This architectural separation allows rollups to achieve thousands of transactions per second while preserving the censorship resistance, decentralization, and finality guarantees of Ethereum.
How Do the Two Main Types of Rollups Differ?
There are two primary categories of rollups, each with distinct trade-offs in speed, complexity, and security verification. Understanding these differences helps explain why different rollups have emerged as leaders in the ecosystem.
- Optimistic Rollups: These assume transactions are valid by default and use a fraud proof mechanism where anyone can challenge an incorrect state transition within a dispute window, typically seven days. Examples include Optimism, Arbitrum, and Base. The seven-day challenge window means withdrawals from optimistic rollups to Ethereum require a waiting period, though bridging services offer faster exits for a fee by fronting liquidity.
- Zero-Knowledge (ZK) Rollups: These generate cryptographic validity proofs (ZK-SNARKs or ZK-STARKs) that mathematically guarantee every state transition is correct, providing much faster finality without a multi-day challenge period. Examples include zkSync Era, StarkNet, Polygon zkEVM, Scroll, and Linea. The trade-off is that proving is computationally expensive; ZK rollups use specialized prover hardware or distributed proving networks.
- Market Leadership: Arbitrum One and Base currently lead in total value locked (TVL) and activity, together holding roughly three-quarters of all Layer 2 DeFi liquidity as of 2026.
The choice between optimistic and ZK rollups reflects a broader design philosophy: optimistic rollups prioritize simplicity and EVM compatibility, while ZK rollups prioritize speed and proof-based security at the cost of greater computational complexity.
How Has Ethereum's Upgrade Path Enabled Rollup Growth?
Rollup scaling has been dramatically accelerated by Ethereum's own infrastructure improvements. In March 2024, Ethereum activated the Dencun upgrade, which introduced blob transactions via EIP-4844 (Proto-Danksharding). This single change reduced rollup data costs by 80 to 99%, slashing Layer 2 transaction fees to fractions of a cent in many cases.
The momentum continued in December 2025 when Ethereum's Fusaka upgrade brought genuine Data Availability Sampling to Ethereum blobs for the first time via PeerDAS, a peer-to-peer data availability mechanism. Subsequent Blob Parameter Only forks raised the blob capacity target well above its original level within weeks of Fusaka's launch, with further expansion planned as part of the path toward full Danksharding. These upgrades have created a virtuous cycle: cheaper data posting means lower fees for users, which attracts more activity, which justifies further infrastructure investment.
"In the long term, rollups will be the dominant scaling model for Ethereum. They give you the same security as L1, with dramatically higher throughput and dramatically lower costs," said Vitalik Buterin, Ethereum co-founder.
Vitalik Buterin, Ethereum Co-founder
How to Understand Rollup Architecture and Components
For those seeking to grasp how rollups actually function, the technical architecture breaks down into several key components that work together:
- Execution Environment: Rollups maintain their own execution environment, whether EVM-compatible or a custom virtual machine, where transactions are processed independently of Ethereum mainnet.
- Sequencing and Batching: A sequencer receives user transactions, orders them, and creates batches for submission to Layer 1, compressing hundreds or thousands of transactions into a single submission.
- Data Posting: Transaction data, or compressed representations of it, is posted to Ethereum as calldata or, more commonly today, as blobs under EIP-4844, dramatically reducing the on-chain footprint.
- State Commitment: A state root, the cryptographic hash of the rollup's entire state after processing the batch, is posted to Layer 1 to create a verifiable record.
- Bridge Contracts: Bridge contracts on Layer 1 hold deposited assets and verify state transitions according to the rollup's proof system, enabling users to move funds between layers.
What Does the Rollup Timeline Tell Us About Blockchain Evolution?
The history of rollups reveals how blockchain scaling evolved from theoretical concept to production reality. In 2018, researcher Barry Whitehat published an early description of "roll_up," a concept for aggregating transaction data and posting it to Ethereum via validity proofs. Around the same time, alternative scaling models like Plasma stalled due to data availability and complex exit issues, leaving rollups as the most viable path forward.
The first implementations arrived in 2020, when Fuel Labs launched an early optimistic rollup on Ethereum mainnet focused on UTXO-based payments, Loopring deployed a ZK rollup for decentralized exchange trading, and StarkWare introduced StarkEx for application-specific scaling. By 2021, Vitalik Buterin published "An Incomplete Guide to Rollups," cementing rollups as Ethereum's primary scaling strategy. Teams like Offchain Labs (Arbitrum One) and Optimism launched their mainnets to the public, quickly becoming dominant Layer 2 networks by total value locked.
The 2023 milestone brought general-purpose ZK rollups capable of executing complex smart contracts, such as zkSync Era and Polygon zkEVM, to mainnet. Optimism released the OP Stack framework, enabling Coinbase to launch Base and kicking off the "Superchain" thesis, which envisions a family of interconnected rollups sharing common infrastructure. By 2026, the L2 ecosystem had matured into a genuinely multi-chain market, with based rollups (which use Layer 1 validators for sequencing) and shared sequencing networks continuing to develop as attempts to address fragmentation and cross-chain composability.
The rollup-centric roadmap has become Ethereum's official scaling strategy, with each infrastructure upgrade designed to make rollups cheaper and faster. Ethereum's forthcoming Glamsterdam upgrade targets further gains in mainnet throughput and settlement capacity for the L2s that depend on it, ensuring that the scaling narrative remains central to Ethereum's long-term vision.