Layer 2s and Rollups Explained
A Layer 2 (or L2) is a separate network built on top of a base blockchain like Ethereum to process transactions faster and more cheaply, then settle the results back down to the main chain. The base chain is called Layer 1. The whole point of a Layer 2 is to take work off the crowded main chain while still borrowing its security.
Why Layer 2s exist
Blockchains like Ethereum can only fit a limited number of transactions into each block. When lots of people want to transact at once, they compete for that space by bidding higher gas fees. During busy periods, a simple transfer on Ethereum has cost more than $50. That pricing makes small everyday transactions impractical and is a core part of what people call the scalability problem.
A Layer 2 tackles this by moving the heavy lifting off-chain. Instead of every transaction being processed individually by the main chain, an L2 batches many transactions together and posts a compressed summary to Layer 1. Users get lower fees and faster confirmations, while the main chain still acts as the ultimate record.
Rollups: the dominant approach
The most common type of Layer 2 today is a rollup. A rollup executes transactions on its own network, then "rolls up" hundreds or thousands of them into a single batch that is posted to Layer 1. Because the cost of that one posting is shared across all the bundled transactions, the per-transaction fee drops dramatically. There are two main designs:
- Optimistic rollups. These assume the batched transactions are valid and post them without proof. There is a challenge window (often around a week) during which anyone can submit a fraud proof to dispute an invalid transaction. If nobody challenges, the batch is treated as final. Arbitrum and Optimism use this model.
- Zero-knowledge (ZK) rollups. These post a cryptographic validity proof alongside each batch, mathematically demonstrating the transactions are correct without revealing every detail. There is no long challenge window, so withdrawals back to Layer 1 can be faster. zkSync and Starknet are examples.
How this relates to the base chain
Understanding Layer 2s builds on the idea of a blockchain as a shared ledger and of Ethereum as a platform for smart contracts. A rollup runs its own smart contracts and its own version of the network, but it anchors itself to Layer 1 through contracts deployed on the main chain. Moving funds between the two layers is done through a bridge, which introduces its own set of risks.
Trade-offs and risks
Layer 2s are not a free lunch. Several real dangers are worth understanding plainly:
- Sequencer centralization. Most rollups today rely on a single operator, called a sequencer, to order transactions. If that sequencer goes offline, the network can stall. If it behaves dishonestly, users depend on the ability to force transactions through Layer 1 as a fallback, which is not always simple.
- Withdrawal delays. With optimistic rollups, moving funds back to Layer 1 can take days because of the fraud-proof challenge window. Third-party services offer faster exits for a fee, but those add counterparty risk.
- Bridge exploits. The contracts that lock funds and mint them on the L2 have historically been a major target for hackers. Hundreds of millions of dollars have been lost in bridge exploits across the industry.
- Immature technology. ZK proof systems are complex and relatively new. Bugs in the proving code or the smart contracts could, in principle, put funds at risk.
Layer 2s are also not fully decentralized in most cases yet. Many still hold administrative keys that can upgrade or pause the system, which is a form of trust that the base chain itself is designed to avoid.
The bottom line
Layer 2s and rollups are the leading technical answer to blockchain congestion and high fees. They work by batching activity off-chain and settling summaries or proofs back to Layer 1. The design is clever, but it adds moving parts, and each part, sequencers, bridges, proof systems, carries risks that are still being worked out across the industry.
To see how any token behaves before making sense of it, you can study the price history with the chart reader, or return to the crypto home page to browse live markets.
A free daily email — the biggest movers, in plain English. No spam.