Article

Layer 2 Scaling: Rollups, and Why Your Fees Got Cheaper

Why Ethereum needs help scaling, how rollups bundle transactions to cut fees, and the difference between optimistic and zero-knowledge rollups - without the jargon.

8 min readintermediatefoundationsUpdated Jun 19, 2026
Share:
Table of contents
  1. The blockchain trilemma
  2. Rollups: bundle, compress, settle
  3. Optimistic vs. zero-knowledge
  4. What this means for you

The blockchain trilemma

Blockchains chase three things - decentralization, security, and scalability - and it's brutally hard to max all three at once. Ethereum chose decentralization and security, which left it slow and expensive when demand surged. During busy periods, a simple swap could cost more than the swap was worth.

Rather than sacrifice its security, Ethereum's answer was to push activity up a layer. Keep the secure, decentralized base chain (Layer 1) as the settlement court, and do the high-volume work on faster networks built on top (Layer 2). You get cheap, fast transactions while still inheriting the base chain's security.

Rollups: bundle, compress, settle

The dominant L2 design is the rollup. It executes hundreds or thousands of transactions off the main chain, then 'rolls them up' into a single compressed batch and posts that batch back to Ethereum. Everyone's transactions get the security of being recorded on L1, but they split the cost of one batch instead of each paying for a full mainnet transaction. That's how fees drop from dollars to cents.

This is why your fees got cheaper. Networks like Arbitrum, Optimism, and Base are rollups. You bridge funds to them, transact for a fraction of the cost, and the heavy lifting of security still ultimately rests on Ethereum underneath.

Optimistic vs. zero-knowledge

Rollups come in two flavors that differ in how they prove the batched transactions are valid. Optimistic rollups assume transactions are honest by default and allow a challenge window during which anyone can submit fraud proof to dispute them. Simple and compatible, but withdrawals back to L1 can take a week because of that challenge period.

Zero-knowledge (ZK) rollups instead post a cryptographic proof that the batch is valid - math that's expensive to generate but trivial to verify. No waiting window, faster finality, but historically harder to build and make fully compatible with Ethereum's tooling. Both are converging fast; the short version is: optimistic = trust-but-verify with a delay, ZK = prove-it-upfront with cryptography.

What this means for you

Practically, L2s are where a lot of everyday crypto now happens. If mainnet fees feel insane, check whether the app you want runs on an L2 and bridge over. Keep in mind each L2 is its own environment: you bridge in, your assets live there, and withdrawing back to L1 may take time (especially on optimistic rollups).

The big picture is that 'Ethereum' increasingly means a base layer plus a constellation of L2s sharing its security. You don't have to pick a favorite chain religion - you just route your activity to wherever it's cheap, fast, and safe enough for what you're doing. Often, that's a rollup.

H
Hunger4Crypto Editorial TeamCrypto Education & Research

Our editorial team combines years of blockchain industry experience with a commitment to clear, unbiased crypto education. All content is reviewed for accuracy and updated regularly.

Updated:

📚Related Articles

Was this helpful?