By now, Ethereum looks like a powerful shared computer — smart contracts, dApps, wallets, and gas all running on one global network. The catch is that this base layer gets crowded and expensive, especially when everyone tries to use it at once. Day 8 is about Layer 2s: helper networks that sit on top of Ethereum to make things faster and cheaper without throwing away its security.
Ethereum’s base layer (Layer 1) is built for security and decentralization first. Every node replays the same transactions, and each block has a gas limit that caps how much computation it can contain. That keeps the system honest, but it also means throughput is limited.
When demand spikes (NFT mints, DeFi activity, market volatility), you get:
This makes small actions (like a $5 on‑chain transaction) feel unreasonable and locks out many users and use cases.
A Layer 2 (L2) is a separate protocol that sits on top of Ethereum and processes many transactions off the main chain, then posts a compressed summary back to Ethereum.
You can think of it as:
Ethereum stays the final source of truth and security anchor, but much of the day‑to‑day work moves onto these helper networks.
Most mainstream Ethereum L2s today are rollups — they process transactions off‑chain and then post batched data or proofs to Layer 1.
Two big families show up over and over:
Optimistic rollups (for example, Optimism, Arbitrum):
ZK‑rollups (for example, zkSync‑style systems):
Both styles keep most computation off‑chain and use Ethereum mainly to check and store results.
From a user’s perspective, an L2 often feels like “another network” you select in your wallet.
Concretely, you might:
The visible differences:
Why Ethereum Needs Layer 2s (for Non‑Technical People) was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.


