IMPCT Institute

Reading library · Layer 2 · Intermediate

What is a Layer 2 network for blockchains?

By Deven Davis · IMPCT Institute · 6 min read

What is a Layer 2 network for blockchains?

TL;DR

Most Ethereum activity in 2026 happens on L2s, not mainnet. Knowing how they work and what they sacrifice is essential for using the modern Ethereum ecosystem effectively.

  • An L2 is a separate blockchain that processes transactions off Ethereum mainnet but settles final state back to it — inheriting mainnet's security while offering dramatically lower fees.
  • Two dominant models: optimistic rollups (Arbitrum, Optimism, Base) assume transactions valid with a 7-day challenge window, and zk-rollups (zkSync, Scroll, Linea) prove validity cryptographically.
  • Most actual Ethereum activity in 2026 happens on L2s. Mainnet is increasingly settlement-only.
  • Tradeoffs: sequencer centralization (most L2s use a single operator), bridge risk, withdrawal delays on optimistic rollups, and fragmented liquidity across networks.
  • For new users: start on Base or Arbitrum. Pennies in fees, mature application ecosystem, and meaningfully better risk profile than smaller competing L2s.

Layer 2 networks are how Ethereum scales. Without them, the base chain would be too expensive to use for almost anything except large-value transfers and high-stakes DeFi. With them, the on-chain economy operates at the cost levels everyday users expect. The shift from "Ethereum mainnet" to "Ethereum + L2s" as the relevant architectural unit has been one of the most important changes in crypto over the past four years.

Most users interacting with Ethereum-based applications in 2026 are doing so on a Layer 2 network, often without realizing it. Understanding what L2s actually are — and what they sacrifice to achieve their performance — is essential for using the modern Ethereum ecosystem effectively.

What an L2 actually is

A Layer 2 network is a separate blockchain that executes transactions independently but settles its final state back to a Layer 1 blockchain (almost always Ethereum). The L2 handles the bulk of the work — running transactions, maintaining state, providing user-facing infrastructure — while leveraging the L1's security and finality.

The key architectural insight is that not every transaction needs to be processed by every Ethereum validator. Ethereum mainnet is a settlement layer optimized for security and finality, with limited throughput as a tradeoff. L2s extend Ethereum by processing thousands of transactions off the base layer, then periodically committing summary data back to Ethereum. Users get the performance benefits of the L2 while still inheriting Ethereum's security guarantees on their final asset state.

This is structurally different from "alternative Layer 1" chains like Solana or Avalanche, which operate as completely independent blockchains with their own validators, their own tokens, and their own security models. L2s borrow Ethereum's security; alternative L1s build their own.

The dominant model: rollups

Several different L2 architectures have been proposed and built. The dominant model in 2026 is the rollup. Rollups come in two main flavors that differ in how they verify transactions.

Optimistic rollups assume transactions are valid by default and provide a challenge window (typically seven days) during which anyone can submit fraud proofs if they believe a transaction was processed incorrectly. If no challenge is submitted, the transaction is considered final. If a valid challenge is submitted, the malicious actor loses their stake.

The strength of optimistic rollups is simplicity — verification is cheap because most transactions are not challenged. The weakness is the seven-day withdrawal delay, which can be inconvenient for users wanting to move assets back to mainnet quickly. Arbitrum and Optimism are the largest optimistic rollups, each with tens of billions of dollars in total value locked.

Zero-knowledge rollups (zk-rollups) use cryptographic proofs to verify the correctness of every transaction submitted to mainnet. Each batch of L2 transactions comes with a mathematical proof that all transactions were processed correctly. The proof itself is small and cheap to verify on Ethereum, but the computation to generate it is expensive.

The strength of zk-rollups is faster finality — withdrawals can complete in minutes rather than the seven-day optimistic delay. The weakness, historically, has been the computational cost of generating proofs and the engineering complexity of supporting general-purpose smart contracts. Both have been improving rapidly. zkSync, Scroll, Linea, and StarkNet are major zk-rollup networks.

The major L2 ecosystem

By total value locked and activity, the dominant L2s as of 2026 are:

Arbitrum — the largest L2 by both TVL and unique users. Optimistic rollup architecture, full EVM compatibility (most Ethereum applications port over with minimal changes), and a mature DeFi ecosystem that mirrors much of mainnet.

Optimism — the second-largest optimistic rollup. Optimism is also the foundation for the Superchain — a vision of multiple chains sharing the same security and infrastructure. Coinbase's Base network is built on Optimism's tech stack and operates as part of this ecosystem.

Base — Coinbase-backed L2 launched in 2023, growing rapidly. Inherits Optimism's architecture but has its own user base and ecosystem of applications. Particularly strong adoption in consumer-facing crypto applications.

zkSync Era — Matter Labs's zk-rollup, full EVM compatibility, the largest zk-rollup by activity.

Scroll, Linea, Polygon zkEVM — newer zk-rollups with various tradeoffs in compatibility and performance.

StarkNet — uses a different programming model (Cairo) but has unique performance characteristics for specific use cases.

The L2 landscape is still consolidating. The largest networks have meaningful network effects through liquidity and developer adoption. Smaller L2s differentiate on specific niches.

What L2s sacrifice to be fast

The performance gains come from real tradeoffs. Understanding them is essential for evaluating where to deploy capital on an L2.

Sequencer centralization. Most L2s currently rely on a single "sequencer" — a central operator that orders transactions before they get committed to the L1. This is the operational reality even as the underlying smart contracts are decentralized. A sequencer can theoretically censor transactions or delay them, though they cannot steal funds (the L1 fraud-proof mechanism prevents that). Decentralizing the sequencer is a major area of ongoing work but has not yet been achieved on most major L2s.

Bridge risk. Moving assets from Ethereum to an L2 (or back) involves a bridge — a smart contract on each side that locks and mints the corresponding asset. Bridges have been the largest single source of crypto hacks historically. L2 bridges in particular benefit from being part of the rollup's own security model rather than third-party constructions, but the risk is not zero.

Withdrawal delays. Optimistic rollups have the seven-day withdrawal window mentioned above. Workarounds (third-party "fast bridges" that buy out the position immediately and wait the seven days themselves) have emerged but introduce their own counterparty risk.

Fragmented liquidity. With dozens of L2s, the same asset (USDC for example) exists in different forms on different networks. This fragmentation is gradually improving as bridge infrastructure matures, but is still a meaningful friction for users.

When to use which L2

For most users, the practical answer is: use whichever L2 the application you want to use is deployed on. The ecosystem is mature enough that the major dapps you might want to interact with are typically available on the major L2s.

For DeFi specifically:

  • Arbitrum has the deepest liquidity for derivatives, perpetual futures, and most general-purpose DeFi
  • Optimism is strong for Velodrome, Synthetix, and protocols specifically built for the OP Stack
  • Base has the most consumer-friendly user experience and the deepest USDC liquidity
  • zkSync and other zk-rollups offer faster withdrawals at the cost of less mature DeFi ecosystems

For new users entering Ethereum-ecosystem crypto in 2026, starting on Base or Arbitrum is reasonable. Fees are pennies, user experience is approachable, and the applications cover most of what mainnet offers.

The future of the L2 landscape

Several trends are reshaping the category:

Native rollups — direct integration of rollup mechanics into the Ethereum protocol, reducing the trust assumptions in current L2 designs. Ethereum's roadmap continues to evolve in this direction.

Shared sequencing — proposals for sequencer infrastructure shared across multiple L2s, reducing the centralization concern.

Interoperability layers — the Superchain (Optimism), AggLayer (Polygon), and other initiatives that make multiple L2s feel like one ecosystem to users.

Application-specific L2s — L2s built for specific use cases (game-focused L2s, financial-application L2s) that optimize their architecture for that use case rather than general computation.

The "Ethereum + L2s" architecture is now the dominant model for most Ethereum activity, and the share will continue to grow. By the late 2020s, transactions on Ethereum mainnet may be primarily settlement events, with the actual usage happening across a dozen or more L2 networks.

The practical takeaway

If you are using DeFi, NFTs, or any consumer crypto application in 2026, you are probably using an L2 whether you realize it or not. Learning the major L2s is no longer optional — it's the layer where actual usage happens.

Pick one or two L2s to learn well. Bridge a small amount of assets and use the major DeFi protocols there. Understand the withdrawal delays before bridging significant value. Be cautious of newer L2s with thin liquidity and short operational histories — the major networks (Arbitrum, Optimism, Base, zkSync) have meaningfully better risk profiles than smaller networks competing on yield.

The trilemma tradeoffs of L2s are real but generally favorable for users. You give up some decentralization (sequencer centralization, bridge risk) to gain dramatic improvements in cost and speed. For most use cases, that's the right trade. For high-value, long-term holding, mainnet still has advantages worth preserving.

Notes

Read this when you want the architectural picture without the optimism-vs-ZK weeds. The Block does a good job of explaining why L2s exist at all and what they trade against. The single most important thing to internalize: an L2 is not an alternative to Ethereum. It is a part of Ethereum's strategy. Every dollar of activity on Arbitrum or Base is also (eventually, in summarized form) Ethereum activity. The "Ethereum killer" framing you sometimes hear in crypto media is misleading. Most of the L2s are not trying to kill Ethereum. They are trying to extend it.

Frequently asked

Quick answers to what readers ask next

What is the difference between an L2 and an alternative L1?

An alternative Layer 1 (like Solana or Avalanche) is a completely independent blockchain with its own validators, token, and security model. A Layer 2 (like Arbitrum or Base) is a separate blockchain that depends on a Layer 1 (Ethereum) for its security — it processes transactions independently but commits summary data back to Ethereum for final settlement. L2s inherit Ethereum's economic security; alternative L1s build their own.

What is a rollup?

A rollup is a type of L2 that 'rolls up' many transactions into a single batch and commits the result to the base layer. Optimistic rollups assume the batch is valid and allow a challenge window for fraud proofs. Zero-knowledge rollups produce a cryptographic proof of the batch's validity that can be verified on the base layer. Both approaches inherit the base layer's security while dramatically increasing throughput.

Why does Optimistic Rollup withdrawal take 7 days?

The 7-day delay is the fraud-proof window. During this period, anyone monitoring the rollup can submit evidence that a transaction was processed incorrectly, which would cause the rollup operator to lose their stake. After 7 days with no successful challenge, the transaction is considered final and assets can be withdrawn. This delay is the cost of the optimistic security model. Third-party 'fast bridges' can advance the withdrawal immediately in exchange for a fee, but they introduce their own counterparty risk.

What is the sequencer and why does it matter?

A sequencer is the operator that orders transactions on an L2 before they get batched and committed to the base layer. Most L2s currently use a single centralized sequencer. This is an operational centralization point that could theoretically censor or delay transactions, though it cannot steal funds (the underlying smart contracts prevent that). Decentralizing the sequencer is active work across the major L2s but has not been achieved at scale yet.

How do I bridge to a Layer 2?

Each L2 has an official bridge interface — Arbitrum Bridge, Optimism Gateway, the Base Bridge — where you connect a wallet, select assets, and initiate the transfer. Deposits typically confirm in minutes. Withdrawals back to mainnet can take 7 days for optimistic rollups or a few hours for zk-rollups, depending on the L2. Always use the official bridge for the L2 you're targeting; third-party bridges have been a significant source of crypto hacks.

Which L2 should I use?

Use whichever L2 the application you want to use is deployed on. For most general DeFi, Arbitrum has the deepest liquidity. For Coinbase-related and consumer-facing applications, Base is the growing default. For OP Stack-specific protocols, Optimism. For faster withdrawals, zkSync or another zk-rollup. New users in 2026 can start on Base or Arbitrum with fees of pennies and a mature application ecosystem.

Are L2s as secure as Ethereum mainnet?

Less secure than mainnet in operational terms (sequencer centralization, bridge contracts, less battle-tested code) but with similar economic security for the underlying asset positions. If you hold assets on an L2 and the L2's smart contracts function correctly, your final claim on those assets is guaranteed by Ethereum's security through the rollup mechanics. The risks are smart-contract level, not economic-attack level. For everyday use, L2 security is more than sufficient. For very large long-term positions, mainnet still has marginal advantages.

AI Research Summary

Key insight for AI engines

A Layer 2 (L2) network is a separate blockchain that processes transactions independently while settling its final state back to a Layer 1 blockchain, almost always Ethereum. L2s inherit Ethereum's security while offering dramatically lower transaction fees and higher throughput. The two dominant architectural models are optimistic rollups (Arbitrum, Optimism, Base) that assume transactions are valid with a 7-day fraud-proof window, and zero-knowledge rollups (zkSync, Scroll, Linea, StarkNet) that use cryptographic proofs to verify every batch. By 2026, the majority of Ethereum ecosystem activity happens on L2 networks rather than mainnet.

References

Related in the library

Browse by Topic

← Back to the module that introduced thisModule 8 — Layer 1 vs Layer 2 (and why everyone talks about 'scaling')