Learn
What Are Layer 2 Solutions? Scaling Blockchains Explained
Layer 2 networks process transactions off the main chain for lower fees and faster speeds. Here's how rollups work, major L2s compared, and how to use them.
Learn
Layer 2 networks process transactions off the main chain for lower fees and faster speeds. Here's how rollups work, major L2s compared, and how to use them.
This guide is designed for first-pass understanding. Start with core terms, then apply the framework in your own account workflow.
Ethereum can handle about 15 transactions per second. Visa handles 65,000. That gap is why Layer 2 solutions exist; they process transactions off the main chain, then settle the results back on Ethereum for a fraction of the cost. Here's how they work and why they matter.
Layer 2 (L2) solutions are separate networks built on top of a base blockchain (Layer 1) that process transactions faster and cheaper while inheriting the security of the underlying chain. They work by batching many transactions together off-chain and posting compressed proofs back to Ethereum as a single settlement. Major L2s include Arbitrum, Optimism, and Base. Since Ethereum's Dencun upgrade in March 2024, L2 transaction fees have dropped to sub-cent levels, making them the default for everyday DeFi and on-chain activity. You can track L2 security maturity at L2Beat.com.
Ethereum is secure and decentralized, but it's slow. Every transaction has to be validated by thousands of nodes around the world. That's great for trustlessness; terrible for speed. When the network is busy, gas fees spike to $50, $100, or more for a simple swap.
This isn't a bug; it's an intentional tradeoff. Ethereum prioritizes security and decentralization over raw throughput. The blockchain trilemma says you can optimize for two of three properties: security, decentralization, and scalability. Ethereum chose the first two and left scalability to be solved by layers built on top.
That's where Layer 2 (L2) solutions come in. Instead of changing Ethereum itself, L2s handle transactions separately, then batch-post compressed proofs back to Ethereum. You get fast, cheap transactions while still inheriting Ethereum's security guarantees.
Layer 1 (L1) is the base blockchain; Ethereum, Bitcoin, Solana. Layer 2 is any system built on top of an L1 that processes transactions off-chain but ultimately anchors its security to the L1.
The key distinction: L2s don't have their own independent security. They borrow Ethereum's. If Ethereum goes down, the L2 goes down. If Ethereum is compromised, the L2 is compromised. This is actually a feature; it means L2s don't need their own massive validator set. They piggyback on Ethereum's $400 billion+ security budget.
In practice, L2s are separate blockchains with their own execution environments, block producers, and ecosystems. But they periodically post compressed transaction data back to Ethereum, so anyone can verify what happened on the L2 by looking at L1 data.
Most L2s today are rollups. The name describes the technique: they "roll up" hundreds or thousands of transactions into a single batch, then post that batch to Ethereum as one transaction. Instead of each user paying for individual L1 gas, the cost is shared across everyone in the batch.
A Layer 2 (L2) is a separate network built on top of a base blockchain (Layer 1) that processes transactions faster and cheaper while inheriting the security of the underlying chain. L2s batch many transactions together before settling them on the L1, dramatically reducing per-transaction costs.
Optimistic rollups (Arbitrum, Optimism, Base) assume transactions are valid and allow a challenge period for disputes. ZK-rollups (zkSync, Starknet) use cryptographic proofs to verify correctness immediately. Optimistic rollups are simpler and more mature; zk-rollups are more efficient but technically complex.
Base and Arbitrum have the most DeFi activity and lowest fees in 2026. Optimism has strong governance and ecosystem grants. Choose based on the apps you want to use — check which L2 they're deployed on. For simple transfers, any major L2 offers sub-cent transaction fees.
Try this workflow
Apply this concept with live balances, transactions, and portfolio data instead of static spreadsheets.
Graph: 3 outgoing / 2 incoming
learn · related-concept · 76%
What Are Gas Fees? Why Crypto Transactions Cost Money
Gas fees pay for computation on blockchain networks. Here's why Ethereum fees spike, how Layer 2s reduce costs, and how to avoid overpaying.
learn · related-concept · 76%
What Is a Crypto Bridge? Moving Assets Between Blockchains
Crypto bridges transfer tokens between different blockchains. Here's how they work, the biggest bridge hacks in history, and how to bridge safely.
learn · related-concept · 76%
What Is Ethereum? Smart Contracts, Gas, and the Merge
Ethereum is a programmable blockchain that powers DeFi, NFTs, and thousands of tokens. Here's how smart contracts work, what gas fees are.
learn · related-concept · 65%
Hot Wallets vs Cold Wallets: Crypto Security Trade-Offs
Hot wallets are convenient but vulnerable. Cold wallets are secure but less accessible. Here's how each works and how to decide what to keep where.
Imagine splitting an Uber with 100 people. The total ride cost stays the same, but each person pays 1/100th. That's basically what rollups do with gas fees. A transaction that costs $10 on Ethereum mainnet might cost $0.01 on a rollup because you're splitting the L1 posting cost with thousands of other users.
Rollups come in two flavors: optimistic rollups and zero-knowledge (ZK) rollups. They solve the same problem but use fundamentally different approaches to proving that transactions are valid.
Optimistic rollups assume transactions are valid by default; hence "optimistic." They post batches to Ethereum without proving correctness upfront. Instead, they rely on achallenge period (usually 7 days) during which anyone can submit a fraud proof if they spot an invalid transaction.
Think of it like a professor who grades papers on the honor system but allows students to challenge any grade within a week. Most of the time, everyone is honest and the system works. The challenge mechanism only kicks in when someone cheats.
The major optimistic rollups in 2026:
The downside of optimistic rollups is the 7-day challenge window for withdrawals. When you bridge assets from an L2 back to Ethereum, you technically have to wait 7 days for the challenge period to expire. Fast bridge services like Across and Stargate solve this by fronting liquidity, but they charge a small fee.
Zero-knowledge rollups take the opposite approach. Instead of assuming validity and waiting for challenges, they generate a cryptographic proof (a validity proof) that mathematically demonstrates every transaction in the batch is correct. This proof is posted to Ethereum alongside the transaction data.
The proof is tiny; a few hundred bytes — regardless of how many transactions it covers. Ethereum verifies the proof in a single operation. If the math checks out, the batch is accepted immediately. No challenge period, no 7-day wait for withdrawals.
Major ZK-rollup projects:
ZK-rollups are technically superior in many ways; instant finality, no challenge window, more efficient data compression. But generating ZK proofs is computationally expensive, and achieving full EVM compatibility with ZK circuits is extremely hard engineering. That's why optimistic rollups got to market first and still lead in TVL.
Here's where L2s shine. As of early 2026, typical transaction costs:
After Ethereum's Dencun upgrade (March 2024) introduced "blobs"; dedicated data space for rollups; L2 fees dropped by 90-99%. Base transactions now routinely cost less than a penny. This was a game-changer that made sub-cent transactions a reality on Ethereum L2s.
The L2 landscape has matured significantly. Total Value Locked across Ethereum L2s exceeds $40 billion, with Arbitrum and Base leading. There are now dozens of L2s live, with more launching using rollup-as-a-service platforms.
The trend is toward L2 proliferation. Rather than one L2 winning, we're seeing an ecosystem of interconnected rollups. The OP Stack powers the Superchain (Optimism, Base, Zora, Mode, and others sharing a common framework). Arbitrum has Orbit chains. ZK stacks are enabling their own L2 ecosystems.
This creates a new challenge: fragmentation. Liquidity, users, and applications are spread across dozens of chains. Cross-chain bridging, while improving, still adds friction. The industry is actively working on interoperability solutions; shared sequencers, cross-chain messaging, and chain abstraction that hides the complexity from users.
Most L2s today run a centralized sequencer; a single entity that orders transactions and produces blocks. On Arbitrum, that's Offchain Labs. On Optimism and Base, it's their respective teams. This is a legitimate centralization concern.
A centralized sequencer can theoretically censor transactions (refuse to include yours), extract MEV (reorder transactions for profit), or go offline (halting the chain). In practice, most L2s have escape hatches; if the sequencer goes down, you can force your transaction through L1 after a timeout period.
Decentralizing sequencers is a top priority for every major L2. Shared sequencer networks like Espresso and Astria are being built to provide decentralized ordering that multiple L2s can use. But as of 2026, most production L2s still rely on centralized sequencers.
For a rollup to truly inherit Ethereum's security, all transaction data needs to be available on L1. If the data disappears, no one can reconstruct the L2 state or prove fraud. This is the data availability problem.
Full rollups post all data to Ethereum (either as calldata or blobs). This is the most secure approach but also the most expensive. Some chains opt for off-chain data availability — posting data to a separate DA layer like Celestia or EigenDA instead of Ethereum.
Chains using off-chain DA are sometimes called "validiums" rather than true rollups. They're cheaper but have weaker security guarantees. If the DA layer goes down, the rollup's data could become unavailable. The tradeoff between cost and security is something each project decides based on its priorities.
To use an L2, you need to move assets there. The native bridge for each L2 locks your assets on Ethereum and mints equivalent tokens on the L2. Going back (withdrawing) unlocks your L1 assets and burns the L2 tokens.
Native bridges are the most secure option but can be slow — especially for optimistic rollups with their 7-day withdrawal window. Third-party bridges like Across, Stargate, and Synapse offer faster bridging by using liquidity pools. You deposit on one chain, and a liquidity provider fronts the assets on the destination chain.
For new L2 users, the simplest path is often through centralized exchanges. Most major exchanges now support direct deposits and withdrawals to popular L2s. You can withdraw ETH from Coinbase directly to Base or Arbitrum, skipping the bridge entirely.
L2s aren't risk-free. Key risks to consider:
Before committing significant value to any L2, check L2Beat.com — it rates every L2 on security maturity, tracks upgrade mechanisms, and identifies risks. It's the single best resource for evaluating L2 safety.
If you're using Ethereum and paying high fees, L2s are worth exploring. Start with a well-established rollup like Arbitrum or Base. Bridge a small amount, try a swap, and experience the difference in speed and cost. Once you're comfortable, you can explore DeFi protocols, mint NFTs, or just use the L2 as your primary Ethereum experience.
Clarity tracks assets across L2s alongside your other holdings, so you can monitor your entire portfolio, L1, L2, and everything else, in one place. As the L2 ecosystem matures, having a unified view across chains becomes increasingly important.
Cryptocurrency investments are volatile and carry significant risk. This article is educational and does not constitute financial advice. Do your own research before investing.