Crypto

Layer 2

Also calledL2 · L2 network

Layer 2 is a blockchain scaling system that processes transactions separately from a base blockchain, or layer 1, and connects its results back to that base chain. Its design aims to increase transaction capacity and often reduce per-transaction costs while retaining specified layer-1 security properties.

What Layer 2 means

A layer 2 acts like an additional transaction environment built around a main blockchain. On Ethereum, rollups commonly execute many user transactions away from Ethereum Mainnet, then submit transaction data or proofs to Mainnet. “Layer 2” is not a guarantee that every connected network has identical security, withdrawal rules, or operational decentralization.

Using a layer 2 can change the network where tokens reside, the gas token required, transaction fees, confirmation process, and route for moving funds back to layer 1. Users should distinguish a genuine L2 from a sidechain: a sidechain may connect to a main chain but use its own consensus and security model.

A user sends 20 transactions through a rollup. Rather than each transaction consuming separate layer-1 execution resources, the rollup processes them and submits a batch result to Ethereum. The user still pays the rollup’s fees and may pay fees when depositing or withdrawing; lower cost is a mechanism-dependent outcome, not a fixed promise.

Common questions

Is a layer 2 the same as a sidechain?+

No. A layer 2 is generally designed to derive important security properties from its base chain, whereas a sidechain normally operates with its own validator set or consensus mechanism. Both may use bridges, but their trust assumptions can differ substantially.

Can assets be moved directly from one layer 2 to another?+

Sometimes, but the route depends on the networks and bridge used. A transfer may use a dedicated cross-chain bridge, pass through layer 1, or involve a liquidity provider. Each route can introduce different fees, timing, and security assumptions.

Go to the original material.

01Ethereum.org — What is layer 2?02Ethereum.org — Optimistic rollups