[{"data":1,"prerenderedAt":584},["ShallowReactive",2],{"guide-\u002Fguides\u002Flayer-2-scaling-solutions-guide":3},{"id":4,"title":5,"author":6,"body":10,"category":548,"coverImage":549,"description":550,"difficulty":551,"estimatedTime":552,"extension":553,"featured":554,"meta":555,"navigation":569,"path":570,"prerequisites":571,"publishedAt":568,"seo":574,"stem":575,"tags":576,"updatedAt":568,"__hash__":583},"guides\u002Fguides\u002Flayer-2-scaling-solutions-guide.md","Layer 2 Scaling Explained: Arbitrum, Optimism, zkSync, and How They Work",{"name":7,"handle":8,"avatar":9},"stats_led","@stats_led","\u002Fimages\u002Fauthors\u002Fstats-led.svg",{"type":11,"value":12,"toc":523},"minimark",[13,17,22,44,48,51,54,61,65,68,71,76,79,82,85,95,99,102,105,108,112,115,118,121,124,128,131,134,138,141,144,148,151,154,158,161,164,168,171,175,178,182,337,340,344,353,359,365,371,377,401,404,408,414,420,426,432,438,451,455,461,467,472,478,484,487,491],[14,15,16],"p",{},"Ethereum is the most battle-tested smart contract platform in the world, but it has always faced a fundamental tension between security, decentralization, and scalability. At peak congestion, a simple token swap on Ethereum mainnet cost $50 or more in gas fees. Layer 2 networks solve this by processing transactions off-chain in bulk and periodically settling proofs or data back to Ethereum, inheriting its security while achieving dramatically better throughput and cost efficiency. In 2026, Layer 2s collectively process more transactions than Ethereum mainnet itself — often at a fraction of a cent per transaction.",[18,19,21],"h2",{"id":20},"tldr","TL;DR",[23,24,25,29,32,35,38,41],"ul",{},[26,27,28],"li",{},"Ethereum's scalability trilemma limits mainnet to ~15 TPS with high fees under load",[26,30,31],{},"Layer 2 rollups process transactions off-chain and post compressed data (and proofs) to Ethereum",[26,33,34],{},"Two main types: optimistic rollups (Arbitrum, Optimism, Base) and ZK rollups (zkSync Era, Starknet, Linea)",[26,36,37],{},"Optimistic rollups have a 7-day withdrawal period; ZK rollups can finalize withdrawals in hours",[26,39,40],{},"Arbitrum One leads in TVL (~$18B); Base leads in daily transactions (often 3–5M\u002Fday)",[26,42,43],{},"Choosing the right L2 depends on your use case: TVL\u002FDeFi (Arbitrum), consumer apps (Base), ZK security (zkSync\u002FStarknet)",[18,45,47],{"id":46},"the-scalability-trilemma-why-ethereum-needs-l2","The Scalability Trilemma: Why Ethereum Needs L2",[14,49,50],{},"Vitalik Buterin's scalability trilemma states that a blockchain can optimize for at most two of three properties at once: decentralization, security, and scalability. Ethereum chose decentralization and security. With ~500,000 validators and a requirement that all of them process and validate every transaction, mainnet throughput is constrained to approximately 15-25 transactions per second.",[14,52,53],{},"At 15 TPS, a global settlement layer for financial applications is mathematically impossible. Visa processes approximately 1,700 TPS on average, with capacity for 24,000 TPS. Ethereum's answer to this problem — at least in the medium term — is not to change the base layer, but to move execution off-chain while keeping settlement and security on-chain. This is the rollup-centric roadmap.",[14,55,56,60],{},[57,58,59],"strong",{},"Key distinction",": Layer 2 solutions inherit Ethereum's security because they settle to it. This is fundamentally different from sidechains (like Polygon PoS pre-2024, or BNB Chain), which have their own validator sets and their own security assumptions. An L2 that posts data and proofs to Ethereum is protected by Ethereum's consensus. A sidechain is only as secure as its own validators.",[18,62,64],{"id":63},"how-rollups-work","How Rollups Work",[14,66,67],{},"The word \"rollup\" comes from the core mechanism: many transactions are \"rolled up\" into a single batch and submitted to Ethereum together. Instead of each transaction being processed by every Ethereum node individually, thousands of transactions are processed off-chain and then a compressed representation is posted to Ethereum.",[14,69,70],{},"There are two distinct approaches to proving the validity of those off-chain transactions:",[72,73,75],"h3",{"id":74},"optimistic-rollups","Optimistic Rollups",[14,77,78],{},"Optimistic rollups assume transactions are valid by default (hence \"optimistic\"). Transaction batches are posted to Ethereum with a challenge window — typically 7 days — during which anyone can submit a fraud proof if they believe a transaction in the batch was invalid.",[14,80,81],{},"If no valid fraud proof is submitted within the challenge window, the batch is considered final. If a fraud proof is submitted and validated, the invalid batch is rolled back and the malicious sequencer is slashed.",[14,83,84],{},"The 7-day challenge window is the main trade-off. When you withdraw funds from an optimistic rollup back to Ethereum mainnet, you must wait 7 days for the challenge period to expire before your funds arrive on L1. In practice, this is mitigated by \"fast bridges\" — third-party liquidity providers who give you funds on Ethereum immediately, then wait out the 7 days themselves in exchange for a small fee.",[14,86,87,90,91,94],{},[57,88,89],{},"Arbitrum One"," uses a sophisticated multi-round fraud proof system (Arbitrum's \"interactive fraud proofs\") that is more efficient than single-round approaches. ",[57,92,93],{},"Optimism's OP Stack"," (used by Optimism mainnet, Base, and others) uses a simpler single-round fault proof system that is more straightforward to implement across multiple chains.",[72,96,98],{"id":97},"zk-rollups","ZK Rollups",[14,100,101],{},"ZK rollups use cryptographic validity proofs — specifically zero-knowledge proofs — to prove that every transaction in a batch was executed correctly. Instead of assuming validity and waiting for fraud proofs, the rollup generates a mathematical proof that is verified on-chain. If the proof is valid, the batch is immediately final.",[14,103,104],{},"This has major advantages: withdrawals can be processed in hours rather than days (as soon as the proof is verified on L1), and there is no reliance on watchers to submit fraud proofs. The security is purely cryptographic.",[14,106,107],{},"The trade-off is complexity. Generating ZK proofs is computationally expensive, and writing EVM-compatible circuits for ZK systems (creating \"zkEVMs\") is extraordinarily difficult engineering work. zkSync Era and Polygon's zkEVM use different approaches to zkEVM compatibility, each with different trade-offs in proof generation speed and EVM equivalence.",[18,109,111],{"id":110},"the-major-layer-2-networks-in-2026","The Major Layer 2 Networks in 2026",[72,113,89],{"id":114},"arbitrum-one",[14,116,117],{},"Developed by Offchain Labs, Arbitrum One is the dominant optimistic rollup by total value locked. With $18B+ in TVL as of Q1 2026, it hosts a rich DeFi ecosystem including GMX (perpetuals), Pendle (yield trading), Camelot (DEX), and significant deployments of Uniswap, Aave, and Compound. Arbitrum Nitro (the current architecture) significantly improved throughput and reduced fees compared to earlier versions.",[14,119,120],{},"Arbitrum Nova is a separate chain using a different data availability committee (DAC) model for ultra-low fees, primarily used for gaming and social applications where maximum decentralization is less critical.",[14,122,123],{},"The ARB token governs the Arbitrum DAO, which controls protocol upgrades and treasury allocation (the Arbitrum treasury holds one of the largest DAO treasuries in crypto).",[72,125,127],{"id":126},"op-mainnet-optimism","OP Mainnet (Optimism)",[14,129,130],{},"Optimism pioneered the OP Stack — a modular framework for building L2 chains — and has positioned itself as infrastructure for the \"Superchain\" vision: a network of interoperable L2 chains all built on the OP Stack, sharing sequencing, bridges, and eventually cross-chain communication. Base (built by Coinbase), Zora (NFT-focused), Mode, and many others are part of the Superchain.",[14,132,133],{},"OP Mainnet itself has around $7B in TVL, with a thriving DeFi and NFT ecosystem. The OP token governs the Optimism Collective, which operates a bicameral governance model with a Token House and Citizen House.",[72,135,137],{"id":136},"base","Base",[14,139,140],{},"Coinbase's L2, built on the OP Stack and launched in August 2023, has become the highest-transaction-volume L2 in the ecosystem by some metrics. Base benefits from Coinbase's user base, integration with Coinbase Wallet, and the distribution of Coinbase's exchange product.",[14,142,143],{},"Base is particularly strong in consumer crypto applications: onchain social (through Farcaster integrations), creator economies, and consumer-facing dApps. Daily transactions on Base regularly exceed 3-5 million. Notably, Base has no native token — Coinbase funds the chain's development and retains sequencer revenue.",[72,145,147],{"id":146},"zksync-era","zkSync Era",[14,149,150],{},"Developed by Matter Labs, zkSync Era is the leading zkEVM by TVL ($4B+). It uses a custom zkEVM approach that prioritizes EVM compatibility while generating validity proofs. zkSync Era has been live on mainnet since March 2023 and has had a largely clean security track record.",[14,152,153],{},"ZK Stack, Matter Labs' framework for building ZK chains (analogous to Optimism's OP Stack), allows developers to launch \"hyperchains\" that share liquidity and messaging natively with zkSync Era.",[72,155,157],{"id":156},"starknet","Starknet",[14,159,160],{},"Starknet, developed by StarkWare, takes a fundamentally different approach: it uses STARKs (not SNARKs) and a custom language called Cairo rather than aiming for direct EVM compatibility. This makes it harder to port existing Ethereum contracts but enables more efficient proof generation for certain computation types.",[14,162,163],{},"Starknet has strong presence in gaming (through StarkEx, which powers dYdX v3, Immutable X, and others) and is investing heavily in the AI + blockchain space. STRK is the governance and fee token.",[72,165,167],{"id":166},"linea","Linea",[14,169,170],{},"ConsenSys's zkEVM rollup, Linea aims for maximum developer compatibility with Ethereum tooling. As a ConsenSys product, it integrates natively with MetaMask and has benefited from that distribution.",[72,172,174],{"id":173},"polygon-zkevm","Polygon zkEVM",[14,176,177],{},"Polygon's ZK rollup (separate from Polygon PoS, which is a sidechain) uses a zkEVM approach similar to zkSync. Polygon is also developing the AggLayer — infrastructure to aggregate ZK proofs from multiple chains, enabling near-native cross-chain interoperability.",[18,179,181],{"id":180},"l2-comparison-table","L2 Comparison Table",[183,184,185,210],"table",{},[186,187,188],"thead",{},[189,190,191,195,198,201,204,207],"tr",{},[192,193,194],"th",{},"L2",[192,196,197],{},"Type",[192,199,200],{},"Approx. TVL (Q1 2026)",[192,202,203],{},"Avg. Transaction Fee",[192,205,206],{},"Withdrawal to L1",[192,208,209],{},"Notable Ecosystem",[211,212,213,233,250,268,286,304,321],"tbody",{},[189,214,215,218,221,224,227,230],{},[216,217,89],"td",{},[216,219,220],{},"Optimistic rollup",[216,222,223],{},"$18B+",[216,225,226],{},"$0.01–0.05",[216,228,229],{},"7 days (fast bridges available)",[216,231,232],{},"GMX, Pendle, Camelot",[189,234,235,238,240,243,245,247],{},[216,236,237],{},"OP Mainnet",[216,239,220],{},[216,241,242],{},"$7B",[216,244,226],{},[216,246,229],{},[216,248,249],{},"Uniswap, Velodrome",[189,251,252,254,257,260,263,265],{},[216,253,137],{},[216,255,256],{},"Optimistic rollup (OP Stack)",[216,258,259],{},"$10B+",[216,261,262],{},"$0.005–0.02",[216,264,229],{},[216,266,267],{},"Consumer apps, Farcaster",[189,269,270,272,275,278,280,283],{},[216,271,147],{},[216,273,274],{},"ZK rollup (zkEVM)",[216,276,277],{},"$4B+",[216,279,226],{},[216,281,282],{},"1–24 hours",[216,284,285],{},"Native account abstraction",[189,287,288,290,293,296,299,301],{},[216,289,157],{},[216,291,292],{},"ZK rollup (STARK, Cairo)",[216,294,295],{},"$1.5B",[216,297,298],{},"$0.01–0.03",[216,300,282],{},[216,302,303],{},"Gaming, Cairo native apps",[189,305,306,308,310,313,316,318],{},[216,307,167],{},[216,309,274],{},[216,311,312],{},"$1.2B",[216,314,315],{},"$0.01–0.04",[216,317,282],{},[216,319,320],{},"MetaMask integration",[189,322,323,325,327,330,332,334],{},[216,324,174],{},[216,326,274],{},[216,328,329],{},"$800M",[216,331,298],{},[216,333,282],{},[216,335,336],{},"AggLayer cross-chain",[14,338,339],{},"Transaction fees fluctuate significantly based on L1 gas prices (L2s must pay to post data to Ethereum) and L2-specific congestion. EIP-4844 (Dencun upgrade, March 2024) introduced \"blobs\" — a new data availability format — and slashed L2 fees by 80-90% across the board.",[18,341,343],{"id":342},"how-to-bridge-to-layer-2","How to Bridge to Layer 2",[14,345,346,347,352],{},"Bridging from Ethereum mainnet to an L2 is straightforward but requires care to avoid mistakes. For a deep dive into bridge mechanics and risks, see our ",[348,349,351],"a",{"href":350},"\u002Fguides\u002Fcross-chain-bridge-mechanics-guide","cross-chain bridge mechanics guide",".",[14,354,355,358],{},[57,356,357],{},"Official bridges",": Every major L2 has an official bridge (e.g., bridge.arbitrum.io, app.optimism.io\u002Fbridge). Official bridges are the most trustless option but have the 7-day withdrawal period for optimistic rollups.",[14,360,361,364],{},[57,362,363],{},"Third-party bridges",": Services like Across Protocol, Stargate Finance, Hop Protocol, and deBridge use liquidity pools to offer fast withdrawals from optimistic rollups (minutes instead of days), charging a small fee for the service. Across is generally considered the most capital-efficient.",[14,366,367,370],{},[57,368,369],{},"Native integrations",": Coinbase allows direct withdrawal to Base. Some exchanges support direct deposits to Arbitrum or Optimism, bypassing L1 entirely.",[14,372,373,376],{},[57,374,375],{},"Step-by-step for a first bridge",":",[378,379,380,383,386,389,392,395,398],"ol",{},[26,381,382],{},"Ensure you have ETH on Ethereum mainnet in a self-custody wallet (MetaMask, Rainbow, etc.)",[26,384,385],{},"Go to the official bridge for your target L2",[26,387,388],{},"Connect your wallet",[26,390,391],{},"Select the amount to bridge — start with a small test amount",[26,393,394],{},"Confirm the transaction on L1 (this costs L1 gas, typically $2-8)",[26,396,397],{},"Wait for the funds to appear on L2 (5-15 minutes for deposits; withdrawals back to L1 take 7 days on optimistic rollups)",[26,399,400],{},"Add the L2 network to your wallet if it's not already configured (Chainlist.org has all network configs)",[14,402,403],{},"One important cost consideration: even on L2, you need the native gas token (ETH on most EVM L2s, STRK on Starknet) to pay fees. Don't bridge all your ETH — keep some for gas on both L1 and L2.",[18,405,407],{"id":406},"choosing-the-right-l2","Choosing the Right L2",[14,409,410,413],{},[57,411,412],{},"For DeFi and yield",": Arbitrum One has the deepest DeFi liquidity. GMX and Pendle have flagship deployments there. If you're doing serious DeFi, Arbitrum is often the right starting point.",[14,415,416,419],{},[57,417,418],{},"For consumer apps and social",": Base has the best consumer-facing applications and the lowest effective friction for new users (Coinbase on-ramp, Coinbase Wallet integration).",[14,421,422,425],{},[57,423,424],{},"For fast finality without bridges",": ZK rollups (zkSync Era, Starknet) offer faster true finality and are worth considering if you frequently need to move funds back to L1 without waiting 7 days.",[14,427,428,431],{},[57,429,430],{},"For gaming",": Starknet (Immutable X uses StarkEx), and dedicated gaming rollups like Ronin (for Axie Infinity).",[14,433,434,437],{},[57,435,436],{},"For maximum EVM compatibility",": If you're a developer, Arbitrum and OP Mainnet have the highest compatibility with existing Ethereum tooling.",[14,439,440,441,445,446,450],{},"For guidance on navigating multiple chains efficiently, see our ",[348,442,444],{"href":443},"\u002Fguides\u002Fmulti-chain-navigation-guide","multi-chain navigation guide",". And for tips on minimizing gas costs when you do transact on L1, our ",[348,447,449],{"href":448},"\u002Fguides\u002Fethereum-gas-optimization-guide","Ethereum gas optimization guide"," has practical strategies.",[18,452,454],{"id":453},"the-l2-ecosystem-in-2026-key-trends","The L2 Ecosystem in 2026: Key Trends",[14,456,457,460],{},[57,458,459],{},"The proliferation of app-specific L2s",": The OP Stack and ZK Stack have made it feasible for large applications to launch their own L2 chains. Coinbase built Base. Large gaming studios are launching game-specific chains. This \"L2 as a product\" model means the number of L2s continues to grow.",[14,462,463,466],{},[57,464,465],{},"Shared sequencing",": A major limitation of current L2s is that each chain has its own sequencer, making cross-chain composability slow and expensive. Projects like Espresso Systems and Astria are building shared sequencer infrastructure that would allow multiple L2s to order transactions atomically — enabling much more sophisticated cross-chain DeFi.",[14,468,469,471],{},[57,470,285],{},": zkSync Era and Starknet have native account abstraction, meaning every account can be a smart contract wallet. This enables features like gasless transactions (where dApps sponsor fees), social recovery, batch transactions, and session keys — all of which dramatically improve user experience.",[14,473,474,477],{},[57,475,476],{},"L2 fees approaching zero",": With EIP-4844 already slashing fees 80-90%, Ethereum's Danksharding roadmap (full implementation expected 2026-2027) aims to increase blob capacity by orders of magnitude, potentially bringing L2 transaction costs to fractions of a cent across the board.",[14,479,480,483],{},[57,481,482],{},"Interoperability",": The Superchain vision (Optimism + Base + others), ZK Stack hyperchains, and the AggLayer are all attempting to solve the core UX problem of fragmented liquidity across dozens of L2s. Progress in 2025-2026 has been meaningful but cross-chain UX remains a significant friction point.",[14,485,486],{},"Layer 2 scaling has already transformed what's possible on Ethereum. The throughput, cost, and user experience improvements are real and measurable. Understanding which L2 to use for which purpose — and how to move between them safely — is now essential knowledge for anyone participating seriously in the Ethereum ecosystem.",[18,488,490],{"id":489},"sources","Sources",[23,492,493,496,499,502,505,508,511,514,517,520],{},[26,494,495],{},"L2Beat TVL and risk assessment data, Q1 2026 (l2beat.com)",[26,497,498],{},"Arbitrum Foundation documentation and governance forum",[26,500,501],{},"Optimism developer documentation and Superchain specification",[26,503,504],{},"Matter Labs zkSync Era documentation",[26,506,507],{},"Starknet Foundation developer resources",[26,509,510],{},"EIP-4844 specification and post-Dencun fee analysis",[26,512,513],{},"Across Protocol bridge documentation",[26,515,516],{},"Chainlist.org network configuration data",[26,518,519],{},"DefiLlama L2 TVL tracker",[26,521,522],{},"Ethereum.org rollup explainer",{"title":524,"searchDepth":525,"depth":525,"links":526},"",2,[527,528,529,534,543,544,545,546,547],{"id":20,"depth":525,"text":21},{"id":46,"depth":525,"text":47},{"id":63,"depth":525,"text":64,"children":530},[531,533],{"id":74,"depth":532,"text":75},3,{"id":97,"depth":532,"text":98},{"id":110,"depth":525,"text":111,"children":535},[536,537,538,539,540,541,542],{"id":114,"depth":532,"text":89},{"id":126,"depth":532,"text":127},{"id":136,"depth":532,"text":137},{"id":146,"depth":532,"text":147},{"id":156,"depth":532,"text":157},{"id":166,"depth":532,"text":167},{"id":173,"depth":532,"text":174},{"id":180,"depth":525,"text":181},{"id":342,"depth":525,"text":343},{"id":406,"depth":525,"text":407},{"id":453,"depth":525,"text":454},{"id":489,"depth":525,"text":490},"Technology","\u002Fimages\u002Fguides\u002Flayer-2-scaling-solutions-explained.svg","A complete guide to Ethereum Layer 2 scaling: how optimistic and ZK rollups work, Arbitrum vs Optimism vs zkSync vs Base compared, fees, speed, and how to bridge.","intermediate","20 min read","md",false,{"seoTitle":556,"categories":557,"keywords":558,"schema":565},"Layer 2 Scaling Explained: Arbitrum, Optimism, zkSync & More",[548],[559,560,561,562,147,563,564],"Layer 2 scaling Ethereum","optimistic rollups explained","ZK rollups explained","Arbitrum vs Optimism","Base blockchain","how to bridge to L2",{"type":566,"headline":5,"name":5,"description":550,"totalTime":567,"datePublished":568,"dateModified":568},"Article","PT20M","2026-02-24T10:00:00.000Z",true,"\u002Fguides\u002Flayer-2-scaling-solutions-guide",[572,573],"Basic Ethereum understanding","Familiarity with gas fees",{"title":5,"description":550},"guides\u002Flayer-2-scaling-solutions-guide",[577,578,579,580,581,137,582],"Layer 2","rollups","Arbitrum","Optimism","zkSync","scaling","ld1a-xF9_qDVLmQGm2g6wb8RSI6tjYNVLTIuzb5tKq4",1779818590078]