The scaling problem
Ethereum can process roughly 15-30 transactions per second. When demand exceeds that, gas fees spike and transactions slow down. During the NFT boom and DeFi summer, fees regularly hit $50-200+ per transaction. That's not sustainable for mass adoption.
Layer 2 solutions address this by handling transactions off the main Ethereum chain (Layer 1) and periodically posting compressed proofs or transaction data back to Ethereum. You get fast, cheap transactions while Ethereum's security backs everything.
Types of Layer 2s
Optimistic Rollups (Arbitrum, Optimism, Base)
Transactions are assumed to be valid by default (hence "optimistic"). Anyone can challenge a transaction within a dispute window (typically 7 days) by submitting a fraud proof. If the challenge succeeds, the fraudulent transaction is reversed.
Optimistic rollups are the most mature L2 technology. Arbitrum is the largest by TVL, and Base (built by Coinbase) is growing rapidly.
ZK-Rollups (zkSync, Starknet, Scroll)
Every batch of transactions includes a mathematical proof (a zero-knowledge proof) that validates all transactions in the batch. No dispute window needed — the proof itself guarantees correctness.
ZK-rollups are more computationally complex but offer faster finality. They're considered the long-term future of Ethereum scaling by many researchers, including Vitalik Buterin.
How L2s feel in practice
From a user perspective, using an L2 feels almost identical to using Ethereum:
- Same wallet (MetaMask, Ledger, etc.) — just switch to the L2 network
- Same token addresses for major assets (USDC, USDT, WETH)
- Same DeFi apps — Uniswap, Aave, and others deploy on L2s too
- Transactions confirm in 1-2 seconds instead of 12-15
- Fees are $0.01-0.50 instead of $5-50+
The major L2s
- Arbitrum. Largest L2 by TVL. Home to GMX, Camelot, and a thriving DeFi ecosystem.
- Optimism. Powers the OP Stack, a framework used by Base, Worldcoin, and others to launch their own L2s.
- Base. Built by Coinbase on the OP Stack. Growing fast due to Coinbase's distribution and developer focus.
- zkSync. Leading ZK-rollup. Native account abstraction for better UX.
- Starknet. Uses STARKs (a different type of ZK proof). Strong developer community.
Trade-offs
- Withdrawal delays. Moving assets back from an optimistic rollup to Ethereum takes 7 days (the dispute window). Third-party bridges can speed this up but add trust assumptions.
- Fragmentation. Liquidity is split across many L2s. A DEX pool on Arbitrum has different liquidity than the same pool on Base.
- Sequencer centralization. Most L2s currently rely on a single sequencer (the entity that orders transactions). This is a centralization concern being actively addressed.
L2s and your learning path
L2s are where most of Ethereum's future activity will happen. But before you interact with them, you need the basics — how trades work, what fees look like, how to manage positions. Korvex teaches those fundamentals with virtual money, preparing you to navigate L2 DeFi with confidence.