What Are Ethereum Layer-2 Networks, and Why Do They Matter?
A plain-English guide to Ethereum layer-2 networks: what they are, how rollups work, and the honest benefits and trade-offs of using them.

Key takeaways
- Layer-2 networks process transactions off Ethereum's main chain, then post the results back to it, making activity much cheaper and faster while still relying on Ethereum for security.
- Rollups are the leading design: optimistic rollups assume batches are valid and allow challenges, while zk-rollups prove validity up front with cryptography.
- The security a layer-2 borrows from Ethereum is a spectrum, not a guarantee — operator centralisation, bridge risk and fragmentation all vary by network.
- Judge each layer-2 on its own merits: how decentralised it is, how its bridge works, and how long withdrawals take.
As more people began using Ethereum, a familiar problem appeared: the network could only process so many transactions at once, and when demand rose, so did the cost of using it. Interacting with an application during busy periods could become surprisingly expensive. Layer-2 networks emerged as one of the main answers to this congestion. This article explains, in plain terms, what a layer-2 is, how the most common designs work, and the trade-offs worth understanding before you use one.
The problem layer-2s are trying to solve
Ethereum is a shared, global blockchain. Every participating computer keeps a copy of the ledger and independently checks the rules, which is what makes the network hard to censor or tamper with. That same design is also its bottleneck: there is a limit to how much data can fit in each block, and every transaction competes for that limited space.
When lots of people want to transact at once, they effectively bid against one another to be included, and the price of that block space is paid in gas fees. During heavy demand, fees can climb high enough that small transactions no longer make economic sense. The core issue is not that Ethereum is poorly built; it is that strong decentralisation and high throughput are hard to deliver at the same time on a single base layer.
What is a layer-2?
A layer-2 is a separate network that runs “on top of” Ethereum and relies on it for security. The idea is to move the bulk of the work — executing transactions — off the main chain, while still anchoring the final results back to Ethereum so they inherit much of its trustworthiness.
In practice, a layer-2 bundles together many transactions, processes them in its own environment, and then posts a compressed record of what happened back to Ethereum. Because the base chain no longer has to run each transaction individually, users can transact for a fraction of the cost while still leaning on Ethereum as the ultimate source of truth. Ethereum itself is often called the “layer-1” in this framing.
It helps to picture the layer-1 as a busy, high-security settlement court and the layer-2 as a fast workshop next door. The workshop handles the day-to-day activity quickly and cheaply, then periodically files an official, verifiable summary with the court. Most well-known layer-2s, including Arbitrum and Optimism, follow a design called a rollup.
How rollups work
A rollup gets its name from the way it “rolls up” many individual transactions into a single batch and submits that batch to Ethereum. The transaction data is published to the main chain, so anyone can, in principle, reconstruct the rollup’s state and check it independently. What differs between rollup types is how they convince Ethereum that the batched transactions were processed honestly.
Optimistic rollups
Optimistic rollups take their name from an assumption: batches are treated as valid by default, on the optimistic expectation that the operator has behaved correctly. To keep that assumption safe, there is a challenge window during which anyone watching can submit a “fraud proof” if they spot an invalid batch. If a challenge succeeds, the bad batch is rejected. The trade-off is that withdrawing assets back to Ethereum can involve a waiting period, because the system allows time for potential challenges before treating a withdrawal as final.
Zero-knowledge rollups
Zero-knowledge rollups, often shortened to zk-rollups, take a different approach. Instead of assuming honesty and allowing challenges, they produce a cryptographic “validity proof” for each batch. This proof mathematically demonstrates that the transactions followed the rules, without revealing every underlying detail, and Ethereum verifies the proof rather than re-running the work. In exchange for more demanding technology, zk-rollups can offer faster finality of withdrawals, since correctness is proven up front rather than assumed and later contested.
Both designs depend heavily on smart contracts deployed on Ethereum, which act as the rules and the anchor for the rollup. If you want to compare the fees you might pay on the base chain against those on a layer-2, a gas tracker can give you a rough sense of current conditions.
Benefits, trade-offs and risks
The headline benefit is straightforward: layer-2s make everyday activity far cheaper and faster than transacting directly on Ethereum during busy times, while still borrowing a meaningful degree of the base layer’s security. That combination has made them a practical home for many applications and users who found base-layer fees prohibitive.
The trade-offs deserve equal attention:
- Security assumptions vary. A layer-2 is only as trustworthy as its specific design. Some networks still rely on a small number of operators, or on components that are not yet fully decentralised, so “inherits Ethereum’s security” is a spectrum rather than a guarantee.
- Bridges are a weak point. Moving assets between Ethereum and a layer-2 usually involves a bridge. Bridges hold funds and have historically been a target for exploits, so the mechanism you use to cross between layers is worth understanding on its own terms.
- Fragmentation. Because there are many layer-2s, liquidity and users are spread across them. Assets on one network are not automatically usable on another, which can add friction and confusion.
- Withdrawal timing. As noted, some designs impose waiting periods when moving funds back to the base chain, which matters if you need quick access.
- Maturity. Much of this technology is still evolving. Newer systems may carry bugs or governance risks that are not yet fully understood.
How to think about layer-2s
The most useful mental model is that layer-2s are not competitors trying to replace Ethereum, but extensions built to make it usable at greater scale, treating the base chain as the shared foundation for settlement and security.
If you are considering using one, it is worth asking a few honest questions first. How decentralised is this particular network today, and what would happen if its operators misbehaved or went offline? How do assets get on and off it, how long does leaving take, and is the bridge you would rely on well established and widely reviewed? Treating each layer-2 on its own merits, rather than assuming they are all equivalent, is the sensible approach.
Layer-2 networks are one of the more significant shifts in how Ethereum is used. They address a real and stubborn problem — the cost and capacity limits of a single decentralised chain — without asking users to abandon the security that made Ethereum valuable in the first place. Understanding how they work, and where their guarantees begin and end, puts you in a far better position to use them thoughtfully. You can explore more topics in our Ethereum section.
This article is for informational purposes only and is not financial advice.
Close-up — What happened
Ethereum layer-2 networks are separate chains that execute transactions off the main chain and post compressed results back to it, most commonly using optimistic or zero-knowledge rollups that rely on Ethereum for settlement and security.
Wide shot — What it means
Layer-2s address Ethereum's real bottleneck — the cost and capacity limits of a single decentralised chain — but the security they borrow is a spectrum, so they should be judged individually rather than treated as uniformly safe.
The Aperture brings the close-up and the wide shot into focus. Not financial advice.
Frequently asked questions
Are layer-2 networks the same as Ethereum?
No. A layer-2 is a separate network that runs on top of Ethereum and relies on it for security, but has its own environment where transactions are executed. Ethereum acts as the base layer that anchors and settles the results.
Why are transactions cheaper on a layer-2?
Because the layer-2 bundles many transactions together and posts only a compressed record to Ethereum, the expensive base-layer work is shared across the whole batch. Each user pays a fraction of what an individual base-layer transaction would cost during busy periods.
What is the main risk of using a layer-2?
Risks vary by network, but common concerns include operators that are not yet fully decentralised, bridges that hold funds and have historically been targeted by exploits, and waiting periods when moving assets back to Ethereum. It is worth reviewing each network's specific design before using it.