MrDeFi
Layer 2 & Scaling2026-03-024 min read

What Are Layer 3s? The Next Layer of Blockchain Scaling

Layer 3s are application-specific rollups built on top of a Layer 2, adding another layer of scaling and customization above Ethereum.

A Layer 3 (L3) is a blockchain built on top of a Layer 2 rollup rather than directly on Ethereum's Layer 1, typically used to give a single application or a narrow set of applications dedicated block space, custom execution rules, or specialized features while still inheriting security from the L2 (and ultimately L1) underneath it.

Where L3s fit in the stack

Ethereum's scaling roadmap is built around layering: Layer 1 provides base security and data availability, Layer 2 rollups like Arbitrum, Base, and Optimism batch and compress transactions before settling proofs or fraud-proof commitments back to L1. An L3 takes this one step further — it's a rollup whose transactions are batched and settled not to Ethereum directly, but to an L2, which then settles to Ethereum in turn.

Think of it as rollups all the way down: each layer compresses and verifies the layer above it, pushing the actual cost of data availability and dispute resolution further back toward Ethereum's base layer, while giving the top layer (the L3) more room to specialize.

Why build an L3 instead of just using the L2 directly

  • Dedicated throughput. An L3 gets its own block space, so a busy application doesn't compete with unrelated traffic on the L2 it sits on.
  • Custom execution environments. An L3 can use a specialized virtual machine, custom gas token, or app-specific rules that wouldn't make sense to bake into a general-purpose L2.
  • Cheaper settlement than going straight to L1. Settling proofs or state roots to an L2 is generally cheaper than posting the same data directly to Ethereum, since the L2 has already compressed its own layer of transactions.
  • Shared security assumptions. Because the L3 settles into an already-audited L2 (using frameworks like Arbitrum Orbit or the OP Stack), teams don't need to build entirely new trust assumptions from scratch — though it's not free of new risk, discussed below.

This is conceptually similar to a rollup appchain, except the appchain in this case is specifically settling to an L2 rather than to L1 directly.

The trade-offs

Deploying directly on an L2 Building an L3 on top of an L2
Settlement cost Pays L1 data costs via the L2 Pays L2 fees, often cheaper per transaction
Customization Limited to the L2's shared rules Can fully customize execution and fee token
Withdrawal path complexity One hop back to L1 Two hops — L3 → L2 → L1
New trust assumptions Inherits the L2's security directly Adds the L3's own sequencer/bridge risk
Liquidity access Shared with the L2's ecosystem Often isolated, requiring another bridge

The withdrawal path gets longer

One underappreciated cost of L3s is withdrawal complexity. Moving funds from an L3 back to Ethereum mainnet means going through two settlement hops instead of one — first from the L3 to its parent L2, then from that L2 to L1. If the parent L2 is an optimistic rollup, this can mean stacking two separate challenge periods, making full L1 finality considerably slower than withdrawing directly from an L2. Understanding this is important context for anyone reading how optimistic rollup withdrawals work.

Are L3s actually more secure, or just more layers?

This is a genuinely debated question in the Ethereum community. Proponents argue L3s let the ecosystem scale further while keeping most security anchored to Ethereum. Skeptics point out that each additional layer introduces its own sequencer, its own bridge contracts, and its own potential bugs — meaning an L3 isn't automatically as secure as the L2 it sits on just because it eventually settles to Ethereum. The actual security of any given L3 depends on the specifics: how its bridge to the L2 is built, whether its sequencer is centralized, and how promptly it actually posts data and proofs upward through the stack.

What to check before using an L3

Before bridging funds to an L3, look specifically at: what L2 it settles to (and that L2's own security model), whether the L3's own bridge contracts have been audited, how centralized its sequencer is, and how the project describes its own security assumptions rather than assuming "it's on top of a reputable L2" automatically makes it equally safe. You can compare activity and ecosystem maturity across L2s and their associated L3 deployments on /chains.

Bottom line

Layer 3s extend Ethereum's rollup-centric scaling model by letting individual applications get dedicated, customizable chains that settle into an L2 rather than directly into L1. They can offer real benefits — cheaper fees, custom execution, dedicated throughput — but add a second settlement hop and their own new trust assumptions. Treat "built on a reputable L2" as a starting point for due diligence, not a substitute for it.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.