Ethereum rollups are Layer-2 scaling solutions that make Ethereum faster, cheaper, and more scalable. By bundling transactions off-chain and posting proofs on Layer 1, rollups reduce gas fees, improve throughput, and maintain Ethereum-level security. Both Optimistic and ZK rollups enable efficient DeFi, NFTs, gaming, and microtransactions, unlocking mainstream adoption of Ethereum applications.
If you’ve ever paid $40 in gas fees to swap tokens on Ethereum, you already understand the problem that rollups are trying to solve.
Ethereum is the backbone of decentralized finance, NFTs, and Web3 applications — but that popularity comes with a price. The network handles roughly 15 transactions per second. During periods of heavy activity, fees can skyrocket to the point where using Ethereum feels prohibitively expensive for everyday users.
That’s where Ethereum rollups come in.
Rollups are Layer-2 scaling solutions that process transactions off the main Ethereum chain, then bundle them together and submit a single compressed proof back to Ethereum’s mainnet. The result? Dramatically lower fees, faster confirmation times, and a user experience that actually makes sense for mainstream adoption — all without sacrificing Ethereum’s core security guarantees.
In 2026, Ethereum rollups are no longer an experimental concept. They’re processing billions of dollars in daily transactions across DeFi, NFT platforms, and gaming ecosystems. Whether you’re a developer building a dApp, a DeFi user looking for cheaper on-chain swaps, or someone just trying to understand the blockchain landscape, understanding rollups is essential.
This guide breaks down everything you need to know — how rollups work, the key differences between Optimistic and ZK Rollups, real-world examples, risks to watch out for, and what the future holds for Ethereum scaling in 2026 and beyond.
Table of Contents
- What Are Ethereum Rollups?
- Why Ethereum Needs Rollups in 2026
- How Ethereum Rollups Work: Step-by-Step
- Types of Ethereum Rollups
- Optimistic Rollups Explained
- ZK (Zero-Knowledge) Rollups Explained
- Optimistic vs ZK Rollups: A Side-by-Side Comparison
- Key Benefits of Using Ethereum Rollups
- Real-World Rollup Projects in 2026
- Ethereum Rollups in DeFi, NFTs, and Gaming
- Risks and Limitations You Should Know
- The Future of Ethereum Rollup Scaling
- Frequently Asked Questions
- Conclusion
What Are Ethereum Rollups?
At their core, Ethereum rollups are Layer-2 scaling solutions that allow thousands of transactions to be processed off the main Ethereum blockchain, then “rolled up” into a single compressed batch and submitted back to Ethereum’s mainnet (Layer 1).
Think of it like a restaurant that takes individual food orders from tables, tallies them all up in the kitchen, and submits one consolidated bill to accounting — rather than filing a separate report for every single item ordered.
What makes rollups unique compared to other scaling approaches is their relationship with Ethereum Layer 1. Unlike standalone sidechains — which operate as separate networks with their own validators and security assumptions — rollups post their transaction data or cryptographic proofs directly to Ethereum. That means rollups inherit Ethereum’s security model, which is one of the most battle-tested in all of blockchain.
Key Characteristics of Ethereum Rollups
- Off-chain execution — Transactions are processed outside the Ethereum mainnet, reducing the computational load.
- On-chain settlement — A compressed summary or cryptographic proof of each batch is submitted to Ethereum, which validates it.
- Inherited security — Ethereum serves as the ultimate source of truth; funds cannot be stolen without breaking Ethereum itself.
- Reduced gas costs — Transaction fees are shared across an entire batch, dramatically lowering the per-transaction cost.
- High throughput — Modern rollups can handle thousands of transactions per second, compared to Ethereum’s ~15 TPS on Layer 1.
Rollups essentially let Ethereum “punch above its weight” — providing the security of a slow, decentralized network while offering the speed and cost-efficiency of a centralized payment processor.
Why Ethereum Needs Rollups in 2026
Ethereum’s success has been both its greatest achievement and its biggest challenge. The same network that powers DeFi protocols, NFT marketplaces, and DAO governance has repeatedly buckled under its own popularity.
Here’s why rollups aren’t just useful — they’re necessary:
1. Gas Fees Price Out Ordinary Users
During peak activity, Ethereum gas fees can make a $10 token swap cost $50 or more in transaction costs. That’s not just inconvenient — it fundamentally breaks the value proposition of decentralized finance for most people. Rollups reduce gas costs by 10x to 100x or more, making Ethereum usable for small transactions, micropayments, and everyday interactions.
2. Limited Transaction Throughput Stalls Growth
Ethereum Layer 1 processes roughly 15 transactions per second. Compare that to Visa, which handles thousands of transactions per second globally. For Ethereum to support mainstream adoption — whether in payments, gaming, social applications, or enterprise use — it needs to scale dramatically. Rollups push Ethereum’s effective throughput into the thousands of TPS range.
3. Congestion Creates Poor User Experiences
When a popular NFT collection launches or a DeFi protocol experiences a liquidity crunch, Ethereum’s mempool fills up, confirmation times slow to a crawl, and gas wars erupt. Rollups absorb a significant portion of that traffic, keeping the overall network less congested.
4. Web3 Adoption Requires Affordable Interactions
Gaming applications require hundreds of micro-transactions per session. Social platforms need cheap, near-instant on-chain interactions. Without rollups, these use cases are economically impossible on Ethereum. With them, they become viable — and increasingly competitive with Web2 alternatives.
By 2026, rollups have become the default environment for most on-chain activity. They aren’t a workaround or a patch — they’re Ethereum’s primary scaling strategy, endorsed directly in the Ethereum Foundation’s roadmap.
How Ethereum Rollups Work: Step-by-Step
Understanding the mechanics of rollups helps explain why they’re such an elegant solution to Ethereum’s scalability challenges. Here’s a plain-English breakdown of how they work:
Step 1: Users Transact on the Rollup Layer
Instead of submitting transactions directly to Ethereum, users interact with a rollup network — a separate execution environment that runs its own nodes and processes transactions independently. This might be sending tokens, swapping on a DEX, minting an NFT, or interacting with a smart contract.
Step 2: Transactions Are Batched Together
A sequencer (the rollup’s transaction processor) collects thousands of individual transactions and groups them into a single batch. This batching is where the efficiency gains come from — instead of submitting 1,000 individual transactions to Ethereum, the rollup submits one.
Step 3: A Commitment Is Submitted to Ethereum
The rollup submits a compressed commitment of the batch to Ethereum’s mainnet. This commitment contains either:
- A fraud proof system (used by Optimistic Rollups), where the batch is assumed valid unless challenged.
- A validity proof (used by ZK Rollups), where a cryptographic proof mathematically confirms all transactions are correct.
Step 4: Ethereum Validates the Commitment
Ethereum’s smart contracts verify the submitted commitment. If valid, the batch is finalized on Layer 1. This is what gives rollups their Ethereum-grade security — the mainnet ultimately arbitrates what happened.
Step 5: Users Can Withdraw Back to Layer 1
Once finalized, users can bridge their assets back to Ethereum mainnet whenever they choose. The withdrawal process differs between rollup types (more on that below), but the funds are always guaranteed by the Ethereum blockchain.
Types of Ethereum Rollups
There are two primary types of Ethereum rollups, each taking a fundamentally different approach to how transaction validity is proven:
- Optimistic Rollups — Trust first, verify if challenged.
- ZK (Zero-Knowledge) Rollups — Verify cryptographically before posting.
Each type has genuine strengths and meaningful trade-offs. The right choice depends on the use case, the level of EVM compatibility needed, and how much finality speed matters.
Optimistic Rollups Explained
Optimistic Rollups work on a simple principle: assume transactions are valid by default, and only run a verification process if someone suspects fraud.
When a sequencer submits a batch to Ethereum, it doesn’t include a proof — it just posts the transaction data and says, “Trust me, these are all valid.” There’s then a challenge window (typically 7 days) during which any validator can submit a fraud proof if they spot an invalid transaction. If no challenge is raised, the batch is finalized.
How Fraud Proofs Work
If a validator detects a fraudulent transaction in a batch, they submit a fraud proof to Ethereum. Ethereum re-executes the suspicious transaction on-chain and, if it confirms the fraud, the sequencer who submitted the invalid batch is penalized (usually via a slashed deposit) and the batch is rolled back.
This system keeps everyone honest — the economic cost of submitting fraudulent transactions is high, and anyone in the world can act as a watchdog.
Pros of Optimistic Rollups
- High EVM compatibility — Existing Ethereum smart contracts can be deployed with minimal or no code changes.
- Mature ecosystem — Optimistic Rollups like Arbitrum and Optimism have extensive developer tooling and deep DeFi integrations.
- Simpler cryptography — The underlying mechanics are more straightforward to implement and audit.
Cons of Optimistic Rollups
- Withdrawal delays — The 7-day challenge period means withdrawing funds back to Ethereum mainnet can take up to a week (though fast-exit liquidity providers have emerged to mitigate this).
- Relies on active watchdogs — The fraud proof system only works if validators are actively monitoring the network.
Examples: Arbitrum, Optimism, Base
ZK (Zero-Knowledge) Rollups Explained
ZK Rollups take the opposite approach from Optimistic Rollups: rather than assuming validity and checking after the fact, they prove validity cryptographically before anything is posted to Ethereum.
Every batch submitted by a ZK Rollup includes a zero-knowledge proof — a piece of cryptographic evidence that mathematically demonstrates every transaction in the batch is correct, without revealing the underlying transaction data itself. Ethereum’s smart contracts verify this proof, and once verified, the batch is instantly finalized.
What Is a Zero-Knowledge Proof?
A zero-knowledge proof allows one party (the prover) to convince another party (the verifier) that a statement is true — without revealing why it’s true or any underlying data. In the context of ZK Rollups, the proof says: “All of these transactions are valid according to the rollup’s rules,” and Ethereum can verify that claim almost instantly.
This is computationally intensive to generate but extremely cheap to verify — which is perfect for blockchain applications.
Pros of ZK Rollups
- Instant finality — No waiting period. Once the proof is verified by Ethereum, the batch is final.
- Stronger security — Cryptographic proofs are mathematically certain; there’s no reliance on fraud watchdogs.
- Faster withdrawals — Users can bridge back to Ethereum mainnet quickly, without waiting for a challenge period.
- Better long-term scalability — ZK proof systems are becoming more efficient rapidly, promising even lower fees over time.
Cons of ZK Rollups
- High computational complexity — Generating ZK proofs requires significant computing resources.
- EVM compatibility challenges — Historically, ZK Rollups had difficulty supporting the full Ethereum Virtual Machine, though zkEVM projects have made enormous progress by 2026.
- Developer learning curve — The cryptographic infrastructure is more complex to build on compared to Optimistic Rollups.
Examples: zkSync Era, StarkNet, Polygon zkEVM, Scroll
Optimistic vs ZK Rollups: A Side-by-Side Comparison
| Feature | Optimistic Rollups | ZK Rollups |
|---|---|---|
| Validity Assumption | Transactions assumed valid | Cryptographically proven valid |
| Fraud Prevention | Challenge period + fraud proofs | Zero-knowledge validity proofs |
| Finality Speed | ~7 days (for L1 withdrawals) | Near-instant |
| EVM Compatibility | High (near full) | Moderate to High (improving fast) |
| Smart Contract Support | Easy, minimal changes required | Some contracts need modification |
| Security Model | Economic incentives + watchdogs | Pure cryptographic guarantees |
| Gas Efficiency | Good | Excellent (especially at scale) |
| Ecosystem Maturity (2026) | Very mature | Rapidly maturing |
| Best For | General DeFi, complex dApps | High-frequency transactions, payments, gaming |
| Examples | Arbitrum, Optimism, Base | zkSync Era, StarkNet, Polygon zkEVM |
Key Benefits of Using Ethereum Rollups
1. Dramatically Lower Transaction Fees
This is the most immediately felt benefit. By spreading Ethereum’s base layer gas costs across thousands of transactions in a single batch, rollups reduce the per-transaction fee from potentially tens of dollars to a few cents. For DeFi traders, NFT collectors, and dApp developers, this changes the economic math entirely.
2. Higher Transaction Throughput
Where Ethereum Layer 1 manages ~15 TPS, modern rollups handle thousands of transactions per second. zkSync, Arbitrum, and StarkNet have each demonstrated sustained throughput that makes real-world high-volume use cases viable — from gaming to micropayments to high-frequency trading.
3. Ethereum-Grade Security Without the Cost
The key advantage rollups have over sidechains or independent Layer-2 blockchains is that they post data or proofs to Ethereum itself. Your assets remain secured by the same consensus mechanism that has secured hundreds of billions of dollars in value for years. You don’t have to trust a new validator set — you only have to trust Ethereum.
4. Near-Instant or Fast Finality
Transactions confirm in seconds on most rollup networks. ZK Rollups achieve cryptographic finality almost immediately. Even Optimistic Rollups offer fast transaction confirmation on the L2 itself — the 7-day delay only applies to bridging back to Ethereum mainnet.
5. Enabling New Use Cases
The practical consequence of lower fees and higher throughput is that entirely new categories of applications become possible. Games with on-chain economies. Social platforms where users tip creators in micropayments. Subscription services billed per-second in crypto. Content marketplaces where NFT royalties flow automatically per interaction. None of these are economically feasible on Ethereum Layer 1 — but all of them work well on rollups.
6. Ethereum Ecosystem Compatibility
Unlike migrating to a different blockchain entirely, using a rollup means staying within the Ethereum ecosystem. Your wallets (MetaMask, Rabby, etc.) work the same way. Solidity smart contracts largely deploy unchanged. The tokens you hold are the same tokens, just living on a faster and cheaper layer.
Real-World Rollup Projects in 2026
The rollup ecosystem has grown enormously. Here are the most significant players as of 2026:
Optimistic Rollup Projects
Arbitrum One Arbitrum has grown into one of the largest Layer-2 ecosystems by total value locked (TVL). Its full EVM compatibility made it easy for protocols like Uniswap, Aave, and GMX to deploy. Arbitrum’s Nitro upgrade significantly improved its data compression and transaction throughput. Arbitrum Orbit also allows teams to launch their own custom rollup chains using Arbitrum’s technology stack.
Optimism (OP Mainnet) Optimism is the foundation for the Superchain vision — a shared Layer-2 infrastructure where networks like Base, Mode, and others share sequencing and security. Its OP Stack has become a widely adopted open-source framework for launching new rollup chains. Coinbase’s Base, built on the OP Stack, has seen explosive user growth and is now one of the highest-traffic EVM chains in the world.
Base Launched by Coinbase on the OP Stack, Base has brought millions of Coinbase users on-chain. It’s become a hub for consumer applications, social finance (SocialFi), and NFT communities — a testament to how rollup infrastructure can drive mainstream adoption.
ZK Rollup Projects
zkSync Era Matter Labs’ zkSync Era was among the first zkEVM solutions to launch publicly, offering near-full EVM compatibility with ZK proof-based security. It’s seen growing adoption in DeFi and payments applications, and its native account abstraction makes it more user-friendly than traditional wallets.
StarkNet StarkWare’s StarkNet uses a custom proof system (STARKs) that offers particularly strong scalability at very high transaction volumes. StarkNet uses its own programming language (Cairo), which offers maximum performance but requires developers to learn a new toolchain. It’s popular for high-throughput applications and enterprise use cases.
Polygon zkEVM Polygon’s zkEVM positions itself as a fully Ethereum-compatible ZK Rollup, allowing developers to deploy existing Solidity smart contracts with ZK Rollup efficiency. Polygon’s existing developer relationships and infrastructure have given it a strong foothold.
Scroll Scroll is a community-driven zkEVM rollup that has emphasized open-source development and bytecode-level EVM compatibility — meaning it works with Ethereum tooling out of the box, even at the bytecode level.
Ethereum Rollups in DeFi, NFTs, and Gaming
DeFi (Decentralized Finance)
Rollups have arguably transformed DeFi more than any other segment. When gas fees on Ethereum mainnet made it impractical to open small positions or frequently rebalance a portfolio, rollups changed the calculus. Today, the major DeFi protocols — Uniswap, Aave, Curve, GMX, and others — operate natively on rollups, often with more activity than on Ethereum mainnet itself.
Specific DeFi use cases that rollups have unlocked:
- Frequent small-amount yield farming
- Automated portfolio rebalancing strategies
- High-frequency DEX trading
- Undercollateralized micro-lending (emerging)
NFTs and Digital Collectibles
NFT minting and trading is highly sensitive to gas costs — when a hot collection drops, minting on Ethereum mainnet can cost more in gas than the NFT itself. Rollups have made NFT economies sustainable by enabling cheap, fast minting and secondary market trading. Platforms like Immutable X (built on StarkWare technology) pioneered this in gaming NFTs, and the model has expanded broadly.
Gaming and Play-to-Earn
Blockchain gaming requires a fundamentally different transaction model than DeFi — players need to execute dozens or hundreds of small in-game actions, each of which might involve an on-chain state change. This is economically impossible at Ethereum mainnet fees. Rollups make it viable. Games built on StarkNet, Immutable, and Arbitrum Orbit can process in-game transactions at the speed and cost profile that gaming requires.
Payments and Micropayments
One of the most promising emerging use cases in 2026 is rollup-powered payments. Crypto-native platforms are experimenting with:
- Per-second streaming payments to content creators
- Tipping systems on social media
- Pay-per-use API billing in crypto
- Remittances using stablecoins on rollups
With fees in the fraction-of-a-cent range on ZK Rollups, these use cases are finally economically feasible.
Risks and Limitations of Rollups
Rollups are powerful, but they aren’t perfect. Here’s an honest look at the risks and limitations every user and developer should understand:
1. Sequencer Centralization
Most rollups today rely on a single, centralized sequencer to order and batch transactions. If that sequencer goes offline, the rollup stops processing transactions. If the sequencer behaves maliciously, it could theoretically reorder transactions (front-running) or censor certain users. Most major rollups have decentralization roadmaps in place, but centralized sequencers remain a meaningful risk in 2026, especially for newer networks.
2. Withdrawal Delays (Optimistic Rollups)
The 7-day challenge window for Optimistic Rollups isn’t just an inconvenience — it’s a genuine UX barrier for users who need quick access to their funds on Ethereum mainnet. Fast-exit bridges (where liquidity providers front the funds in exchange for a small fee) have emerged to mitigate this, but they add cost and introduce counterparty risk.
3. Smart Contract Limitations
Not all Ethereum smart contracts deploy flawlessly on rollups, especially ZK Rollups. Contracts that rely on specific precompiles, certain opcodes, or precise gas behavior can behave differently or fail on some rollup implementations. Developers must thoroughly test deployments across different rollup environments.
4. Bridge Security Risks
Moving assets between Ethereum mainnet and rollups — or between different rollups — requires bridging protocols. Bridges have historically been one of the most targeted components in the blockchain ecosystem, with several high-profile exploits resulting in hundreds of millions in losses. Users should be cautious when bridging, particularly when using third-party bridges vs. official rollup bridges.
5. Proof System Bugs and Upgrade Risks
ZK Rollup proof systems are highly complex cryptographic constructions. A bug in the proof system could potentially allow invalid state transitions to pass verification. Most ZK Rollups are currently upgradeable by their development teams — which adds both flexibility and centralization risk. As these systems mature and upgrade keys are progressively handed to DAOs or locked, this risk decreases.
6. Cross-Rollup Fragmentation
In 2026, liquidity and user activity is fragmented across dozens of rollup networks. A user on Arbitrum can’t seamlessly interact with a dApp on zkSync without bridging. This fragmentation creates friction and increases the risk of bridge exploits. Cross-rollup interoperability solutions are actively being developed, but remain an unsolved challenge.
7. Regulatory Uncertainty
As rollups process an increasing share of on-chain financial activity, they are attracting regulatory attention. The centralized sequencer model, in particular, raises questions about whether rollup operators have compliance obligations similar to traditional financial intermediaries. This remains an evolving area of legal uncertainty in 2026.
The Future of Ethereum Rollup Scaling
The rollup ecosystem is moving fast. Here’s where the technology is headed:
The Rollup-Centric Ethereum Roadmap
Ethereum’s core developers have explicitly embraced rollups as the primary long-term scaling strategy. Upgrades like EIP-4844 (Proto-Danksharding), which introduced “blob” transactions to reduce the cost of posting rollup data to Ethereum, were specifically designed to make rollups cheaper. Full Danksharding — which will dramatically expand Ethereum’s data capacity for rollup batches — remains on the roadmap, promising another order-of-magnitude reduction in rollup fees.
ZK Proof Efficiency Is Improving Rapidly
The computational cost of generating ZK proofs has dropped by multiple orders of magnitude over the past few years, and improvements continue. Faster proof generation means ZK Rollups can finalize transactions even more quickly and cheaply, narrowing the gap with centralized systems. Hardware acceleration (including purpose-built ZK proof chips) is an active area of investment.
Decentralized Sequencers Are Coming
Both Arbitrum and Optimism have publicly committed to decentralizing their sequencers, moving from a single operator to a permissionless set of validators. This will significantly improve censorship resistance and liveness guarantees. Based rollups — an architectural variant where Ethereum validators themselves sequence rollup transactions — represent another path to decentralization.
The Superchain and Rollup Interoperability
Optimism’s Superchain vision, which connects multiple OP Stack rollups into a shared ecosystem with native cross-chain messaging, represents one attempt to solve the fragmentation problem. Similar initiatives from other rollup ecosystems are underway. In the medium term, users may be able to move across rollups as seamlessly as switching tabs in a browser.
ZK Everywhere
Beyond rollups, ZK proof technology is being applied to identity verification, private smart contracts, cross-chain bridges, and compliance tooling. Ethereum rollups are the proving ground for this cryptographic primitive that will likely reshape much of how digital systems handle trust and verification.
Mass Adoption Layer
Ultimately, rollups are the infrastructure layer that makes Ethereum’s long-term vision of becoming global decentralized infrastructure realistic. With fees approaching zero, transaction speeds comparable to Web2, and security guaranteed by the Ethereum mainnet, rollups are the layer on which the next generation of financial applications, games, social platforms, and enterprise tools will be built.
Frequently Asked Questions
What is an Ethereum rollup in simple terms?
A rollup takes a large number of transactions, processes them off the main Ethereum blockchain, then submits a single compressed summary or proof to Ethereum. This makes transactions much cheaper and faster while keeping Ethereum-level security.
What’s the difference between Optimistic and ZK Rollups?
Optimistic Rollups assume transactions are valid and allow a challenge window for fraud proofs. ZK Rollups use cryptographic proofs to verify transactions before they’re posted to Ethereum. ZK Rollups offer faster finality; Optimistic Rollups are generally easier to build on and have broader smart contract compatibility.
Are rollups safe to use?
Rollups inherit Ethereum’s base layer security for their core transaction validity. The main risks are around bridges, centralized sequencers, and smart contract bugs in specific rollup implementations. Major rollups like Arbitrum, Optimism, and zkSync have undergone extensive security audits and have billions in TVL.
Why do Optimistic Rollup withdrawals take 7 days?
The 7-day challenge period gives validators time to submit fraud proofs if they detect invalid transactions in a batch. Fast-exit bridges can bypass this wait time in exchange for a small fee, but users should carefully assess the bridge’s reputation and security.
Can I use my existing Ethereum dApps on rollups?
Most major DeFi protocols are already deployed natively on major rollups. For Optimistic Rollups (Arbitrum, Optimism), smart contract compatibility is very high — most apps work with minimal changes. For ZK Rollups, compatibility is improving rapidly with zkEVM solutions, but some contracts may require testing.
How much cheaper are transactions on rollups?
It varies significantly by rollup and network conditions, but rollup transactions typically cost 10x to 100x less than equivalent transactions on Ethereum mainnet. On ZK Rollups at scale, transaction fees can fall below $0.01.
What is the difference between a rollup and a sidechain?
Sidechains (like Polygon’s original PoS chain) are independent blockchains with their own security models and validator sets. Rollups post transaction data or proofs to Ethereum mainnet and rely on Ethereum’s security. Rollups are considered more secure because they don’t require trusting a separate validator set.
What is a sequencer in the context of rollups?
A sequencer is the entity responsible for collecting transactions from users, ordering them, batching them, and submitting them to Ethereum. Most rollups today use a centralized sequencer operated by the development team. Decentralized sequencer networks are an active area of development.
Conclusion
Ethereum rollups represent one of the most important engineering achievements in blockchain’s short history. They solve a problem that seemed almost intractable just a few years ago: how do you scale a decentralized network without sacrificing the decentralization that makes it valuable in the first place?
The answer, as it turns out, is elegantly simple in concept and deeply sophisticated in execution — move the computation off-chain, but anchor the truth on-chain. Let Ethereum be the judge without making it do all the work.
By 2026, rollups have moved from experimental technology to essential infrastructure. They’re processing more transaction volume than Ethereum mainnet itself. They’re the home of DeFi’s most active protocols, the foundation for a new generation of Web3 games, and the rails for crypto-native payment systems that actually make financial sense for everyday users.
Whether through the battle-tested maturity of Arbitrum and Optimism, the cryptographic elegance of zkSync and StarkNet, or the mainstream reach of Base, rollups are where Ethereum’s future is being built — one batch at a time.
If you’re building on Ethereum, rollups aren’t optional anymore. They’re the default.
