Ethereum's Rollup-Centric Roadmap Explained
Ethereum scales by pushing execution to layer 2 rollups while the base layer focuses on cheap, secure data availability.
Ethereum's rollup-centric roadmap is the strategy of scaling the network primarily through layer 2 rollups rather than by expanding the capacity of Ethereum's own base layer (layer 1) directly. Under this approach, rollups handle the bulk of transaction execution off-chain, while Ethereum's base layer focuses on providing cheap, abundant, and secure data availability that lets anyone verify what rollups are doing.
Why not just scale layer 1 directly
The most intuitive way to scale a blockchain is to make the base layer itself process more transactions — bigger blocks, faster block times, more powerful required hardware. Ethereum's core developers concluded this path trades away decentralization for throughput: if running a full node requires increasingly expensive hardware and bandwidth, fewer people can afford to independently verify the chain, concentrating effective control among fewer, better-resourced operators. Ethereum's design philosophy prioritizes keeping it feasible for an ordinary participant to run a full validating node, which set a practical ceiling on how much layer 1 alone should scale. This is also part of why the network abandoned its original execution sharding plan, described in /blog/what-is-sharding-ethereum, in favor of this approach.
How rollups fit into the model
Rollups, explained in general terms in /blog/layer2-guide, execute transactions on their own separate network, then periodically post a compressed summary of that activity — along with either a cryptographic proof or a challenge window — back to Ethereum. This lets rollup users benefit from Ethereum's security guarantees without every single transaction needing to be individually processed and stored by every Ethereum node.
There are two broad rollup security models:
- Optimistic rollups assume transactions are valid by default but allow a challenge period during which anyone can submit fraud proofs disputing an incorrect transaction batch.
- Zero-knowledge (ZK) rollups generate a cryptographic proof that a batch of transactions was processed correctly, verified directly by a contract on Ethereum without needing a challenge period.
The base layer's specialized job
Under this roadmap, Ethereum's own protocol development has increasingly focused on making it cheaper and more scalable for rollups to publish their data, rather than increasing how much Ethereum itself directly executes. The clearest expression of this was the introduction of blob-carrying transactions, described in /blog/what-is-a-blob-transaction, delivered through the /blog/dencun-upgrade-explained — a purpose-built, temporary, and separately-priced way for rollups to post data without competing with regular transactions for the same limited /glossary/gas market.
Comparing the two scaling philosophies
| Approach | How it scales throughput | Main tradeoff |
|---|---|---|
| Scale layer 1 directly | Bigger blocks, faster block times on the base chain | Raises the resource requirements to run a full node, risking centralization |
| Rollup-centric (current roadmap) | Execution moves to L2s; L1 focuses on cheap data availability | Adds complexity: users must understand and navigate multiple networks |
The user-facing tradeoff: fragmentation
Scaling through many separate rollups instead of one bigger base layer has a real cost: liquidity and users end up spread across multiple networks rather than concentrated on one. This is why /blog/crypto-bridges-explained and cross-chain infrastructure have become an increasingly important part of the ecosystem — moving assets and information between rollups (and back to Ethereum mainnet) is now a routine part of using /defi applications, whereas it wasn't a consideration when most activity happened on a single layer 1.
Shared security versus fully independent chains
A key feature distinguishing rollups from many other scaling approaches, including entirely independent layer 1 blockchains covered in /blog/layer1-blockchains-compared, is that rollups inherit their security directly from Ethereum rather than needing to bootstrap their own independent validator set and economic security from scratch. A new independent blockchain has to convince participants to stake or mine on its network before it can claim meaningful security; a new rollup, by contrast, can lean on Ethereum's existing, well-established validator security from day one, provided it correctly posts its data and proofs back to layer 1 as designed. This is a major part of the appeal of building on the rollup-centric model rather than launching a standalone chain.
Where this roadmap is headed
Future upgrades are expected to continue expanding blob capacity substantially — the long-term vision sometimes referred to as "danksharding" aims to scale data availability across many parallel data shards, described further in /blog/what-is-sharding-ethereum, so rollup costs keep falling as demand grows, without expanding what an individual Ethereum node needs to store or process directly.
What this means for choosing where to transact
For everyday users, the practical upshot of this roadmap is that "Ethereum" today effectively means an ecosystem of interconnected networks rather than a single chain. Checking current data on /chains and /yield opportunities across different rollups, rather than assuming activity is concentrated on one network, has become a routine part of navigating /defi effectively under this model.
Bottom line
Ethereum's rollup-centric roadmap deliberately keeps the base layer's job narrow — providing secure, cheap data availability — while pushing transaction execution out to layer 2 rollups. It's a scaling strategy chosen specifically to preserve node decentralization, at the cost of spreading users and liquidity across more networks than a single, larger base chain would require.
Related articles
This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.