Ethereum L1 processes about 15 transactions per second. Fees spike to $50 during any hype cycle. That is not scalable for the next billion users. Layer 2s (L2s) are the answer the ecosystem converged on: separate chains that inherit Ethereum's security while doing the heavy computation elsewhere.
The rollup pattern
A rollup is an L2 that bundles thousands of transactions off-chain, then posts a compressed proof or record back to Ethereum. Ethereum sees one transaction. Users see the individual results. That is where the 100x cost reduction comes from.
- Arbitrum, Base, Optimism → Optimistic rollups
- zkSync, Starknet, Linea, Scroll → ZK rollups
Optimistic vs ZK
The two families solve the same problem in opposite ways.
Optimistic
Assumes transactions are valid. Anyone can challenge within a 7-day window and prove fraud. Cheap to run, cheap to build. Trade-off: 7-day withdrawal delay to L1 (though you can use liquidity bridges for instant, non-canonical withdrawals).
ZK (Zero-Knowledge)
Proves cryptographically that every transaction was valid before posting. No dispute window: withdrawals in minutes, not days. Trade-off: proof generation is computationally expensive and complex to build. State of the art is progressing fast — 2026 ZK proofs are 10x cheaper than 2024.
The security model
Both types inherit Ethereum's security in different ways. If a rollup operator tries to cheat, the fraud proof (optimistic) or the validity proof (ZK) system catches them. In both cases, Ethereum L1 is the final settlement layer that adjudicates.
That said, security is only as good as the actual implementation. Most L2s today still have training wheels: centralized sequencers (one company decides transaction order), upgrade keys held by teams, and rollup contracts that can be paused. Read the L2Beat risk profile before you park serious capital on a young L2.
The chains you should know
The user perspective
The same swap that costs $47 on Ethereum L1 costs 12 cents on Arbitrum. Same wallet (MetaMask, Rabby, Rainbow), same UI (Uniswap runs on both), same USDC (Circle issues natively on major L2s now). You are trading identical assets on identical protocols, just on a cheaper substrate.
The bridge risk
Moving between L1 and L2 requires a bridge. Canonical bridges (built by the L2 team) are the safest but slow. Third-party bridges are fast but have historically been the largest attack surface in crypto. When possible, use the canonical bridge for large amounts and swallow the delay.
The mental model
L2s are Ethereum with a compression layer. If you understand Ethereum, you understand L2s: same tokens, same accounts, same smart contracts, same wallets. The only difference is where the computation happens and how much it costs.
Koinlytics