By 2021, Ethereum had a serious problem: success was killing it. The DeFi boom and NFT craze drove massive demand for Ethereum transactions, pushing gas fees to painful levels. Simple token swaps cost $50 or more. Complex DeFi operations cost hundreds. For many use cases, Ethereum had become economically unviable. The solution was Layer 2 — a set of technologies that process transactions off the main Ethereum chain but still inherit Ethereum’s security.
The leading Layer 2 approach is called “rollups.” Rollups bundle many transactions together off-chain, compute the results, and then post a small proof to Ethereum’s main chain. The main chain only needs to verify the proof, not re-execute every transaction. This dramatically increases capacity while keeping costs low.
Two main types of rollups emerged: Optimistic Rollups (used by Optimism and Arbitrum) and Zero-Knowledge Rollups (used by zkSync, Starknet, Polygon zkEVM, and others). Optimistic rollups assume transactions are valid unless challenged; ZK rollups use cryptographic proofs to guarantee validity. Both have tradeoffs, and both are being developed in parallel by different teams.
Optimism launched its mainnet in December 2021. Arbitrum launched shortly after. Both quickly accumulated billions of dollars in value as users migrated from Ethereum mainnet to save on gas fees. By 2023, the combined total value locked on Layer 2s exceeded $10 billion. The ecosystem expanded rapidly, with hundreds of dapps deploying to multiple L2s simultaneously.
The Layer 2 era transformed Ethereum from a congested, expensive network into a multi-layered ecosystem. The main Ethereum chain (Layer 1) became the secure settlement layer. Layer 2s became the places where users actually transact. Over time, Ethereum’s vision evolved: rather than scaling the main chain itself, the ecosystem would scale through layers. This was controversial — some argued it fragmented the Ethereum experience — but it was working. Fees dropped dramatically. Users returned. By 2024, most Ethereum activity happened on Layer 2, with Layer 1 serving as the final settlement layer for the entire ecosystem.
Leave a Reply