Layer 2 Network
A secondary network built on top of a Layer 1 blockchain to process transactions faster and at lower cost.
What is Layer 2?
A Layer 2 (L2) network is a secondary framework built on top of a Layer 1 blockchain that handles transaction processing off the main chain, then posts summarized or cryptographically proven results back to the Layer 1 for final settlement. L2s inherit the security of the underlying L1 while dramatically increasing throughput and reducing per-transaction costs. The two dominant L2 architectures on Ethereum are optimistic rollups — such as Arbitrum and Optimism, which assume transactions are valid and allow a challenge period — and zero-knowledge rollups (ZK-rollups) — such as zkSync Era and StarkNet, which generate cryptographic proofs of validity. Layer 2 networks are the primary scaling infrastructure for Ethereum DeFi, enabling sub-cent transaction fees and thousands of transactions per second while leveraging Ethereum's security. For DeFi users, L2s make gas-intensive interactions like frequent DEX trades, yield farming, and liquidity provision economically viable.
Example
Arbitrum One, an Ethereum optimistic rollup, processed over 1 billion transactions in its first two years of operation. A user swapping tokens on a Uniswap deployment on Arbitrum might pay $0.10 in fees compared to $5–30 for the same swap on Ethereum mainnet, while the underlying ETH balance is ultimately secured by Ethereum's consensus.
Source: Ethereum Foundation — Layer 2