What are rollups and how do they scale Ethereum?
A deeper look at optimistic and zero-knowledge rollups — how they cut fees, inherit Ethereum's security, and differ from each other.
Rollups are the centrepiece of Ethereum's scaling strategy. They execute transactions off the congested base layer, then post compressed data back to Ethereum for security. Understanding rollups is key to understanding where Ethereum activity — and value — is heading.
What is a rollup?
A rollup is a layer-2 chain that batches many transactions together, executes them off-chain, and submits a compressed summary to Ethereum. Users get low fees and fast confirmation while ultimately relying on Ethereum to settle disputes and guarantee data.
Optimistic vs zero-knowledge rollups
The two main designs differ in how they prove correctness. Optimistic rollups assume transactions are valid and allow a challenge period to dispute fraud. Zero-knowledge rollups generate a cryptographic proof that the batch is valid, enabling faster finality without a challenge window.
How do rollups cut fees?
- They spread the cost of settling to Ethereum across many bundled transactions
- Compression reduces the data each transaction must post
- Dedicated data 'blobs' lowered the cost of posting rollup data dramatically
- Competition between rollups pushes fees toward the cost of data
Why do rollups inherit Ethereum's security?
Because rollups post their transaction data and proofs to Ethereum, the base layer can verify or challenge them. This anchoring means a rollup does not need its own trusted validator set for settlement — it borrows Ethereum's, which is the source of its security.
What rollups mean for ETH
Rollups move execution — and its fees — up the stack, which is great for users but reduces base-layer fee burn. The long-run question is how much value accrues to ETH as the settlement and data-availability layer beneath a growing rollup ecosystem. See our Ethereum forecast.
Frequently asked
What is the difference between optimistic and ZK rollups?
Optimistic rollups assume validity and allow a dispute window; zero-knowledge rollups submit a cryptographic proof of validity, enabling faster finality without a challenge period.
Do rollups have their own security?
For settlement they inherit Ethereum's security by posting data and proofs to it, though they add bridge and sequencer considerations of their own.
Why did rollup fees fall so much?
A base-layer upgrade added dedicated data space (blobs) for rollups, sharply cutting the cost of posting their data to Ethereum.