Overview
Direct Answer
Layer 2 refers to off-chain or sidechain protocols that bundle and settle multiple transactions on a base blockchain, reducing on-chain transaction volume whilst maintaining cryptographic security guarantees inherited from the mainnet. These solutions achieve higher throughput and lower per-transaction costs by processing transactions outside the main consensus layer.
How It Works
Layer 2 systems collect batches of transactions in a separate execution environment, then periodically submit compressed proofs or state commitments back to the base layer. Rollups (optimistic or zero-knowledge) use cryptographic validity proofs or fraud-proof mechanisms; payment channels and sidechains use alternative trust models. Users interact with the Layer 2 operator, who guarantees finality through collateralisation or cryptographic proof verification by mainnet smart contracts.
Why It Matters
Organisations require higher transaction throughput and lower fees to support mainstream adoption and compete in high-frequency settlement domains. Layer 2 solutions reduce mainnet congestion, lowering transaction costs by 10–100× and enabling sub-second confirmation times, critical for micropayments, gaming, and enterprise settlement workflows.
Common Applications
Optimistic rollups process payment transactions and decentralised finance operations; zero-knowledge rollups support privacy-sensitive financial services and cross-chain bridging. Payment channels enable peer-to-peer payments and machine-to-machine transactions; sidechains support application-specific blockchains requiring independent validator sets.
Key Considerations
Layer 2 solutions introduce additional operational risk through sequencer or operator dependency, and withdrawal latency on optimistic rollups can extend 7–14 days during fraud-proof periods. Interoperability between different Layer 2 ecosystems remains technically fragmented, requiring careful liquidity and bridge management.
Cross-References(1)
Referenced By2 terms mention Layer 2
Other entries in the wiki whose definition references Layer 2 — useful for understanding how this concept connects across Blockchain & DLT and adjacent domains.
More in Blockchain & DLT
Wallet
FoundationsSoftware or hardware that stores cryptographic keys and enables users to manage their blockchain assets.
Decentralised Identity
Identity & PrivacyA self-sovereign identity framework where individuals control their own digital identity credentials without centralised authorities.
Decentralised Autonomous Organisation
Smart Contracts & DAppsAn organisation governed by smart contracts and token holder votes rather than centralised management.
Node
FoundationsA computer connected to a blockchain network that maintains a copy of the ledger and participates in consensus.
Hard Fork
FoundationsA radical change to a blockchain's protocol that makes previously invalid blocks or transactions valid, requiring all nodes to upgrade.
Stablecoin
DeFi & FinanceA cryptocurrency designed to maintain a stable value by pegging it to a reserve asset like a fiat currency.
Fork
FoundationsA divergence in a blockchain's protocol or chain, creating two separate paths — can be hard (incompatible) or soft (backward-compatible).
Ethereum Virtual Machine
Smart Contracts & DAppsThe runtime environment for executing smart contracts on the Ethereum blockchain network.