レイヤ2(L2)refers to a category of blockchain scaling solutions built on top of Layer 1 (base chain) blockchains that process transactions off the main chain while relying on the L1 for security and final settlement. L2 solutions dramatically increase transaction throughput and reduce costs by handling computation and data off-chain, then periodically posting compressed proofs or transaction data back to the L1 for verification. Major L2 types include rollups (optimistic and zero-knowledge), state channels, sidechains, and plasma chains.
また、 雷ネットワーク
起源と歴史
| 日付 | イベント |
| 2015 | Lightning Network whitepaper published – first major L2 concept for Bitcoin |
| 2017 | Plasma proposed by Vitalik Buterin and Joseph Poon as Ethereum scaling solution |
| 2018 | State channels and payment channels explored; Lightning Network launches on Bitcoin |
| 2019 | Rollup concept crystallized; Optimism and zkSync begin development |
| 2020 | DeFi Summer drives urgent need for L2 scaling; gas fees spike on Ethereum |
| 2021 | アービトラム and Optimism launch as first major Ethereum L2 rollups |
| 2021-2023 | StarkNet alpha mainnet launches (Nov 2021); zkSync Era public mainnet launches (Mar 2023); ZK-rollups begin competing with optimistic rollups |
| 2023 | L2 TVL surpasses $20B; Coinbase launches Base (L2 on Ethereum); L2 adoption accelerates |
| 2024 | L2 ecosystem matures with dozens of rollups; Ethereum becomes “L2-centric” roadmap |
“The future of Ethereum is L2-centric – the base layer provides security, and Layer 2s provide scalability.”
仕組み

簡単に言えば
- エクスプレスレーン: If Layer 1 is a busy highway, Layer 2 is an express lane running above it. L2s handle the bulk of traffic (transactions) quickly and cheaply, while the underlying highway (L1) provides the fundamental infrastructure and security.
- バッチ処理: Instead of posting every single transaction to the expensive L1, L2s bundle hundreds or thousands of transactions together and post a single compressed proof to L1. It’s like sending one summary email instead of thousands of individual messages.
- 継承されたセキュリティ: L2s don’t need their own validators or miners – they inherit security from the L1 they’re built on. If Ethereum is secure, an L2 built on Ethereum is also secure, because the L1 verifies all L2 activity through proofs or fraud detection.
- The Scaling Solution: L2s are the primary strategy for making blockchain usable for everyday transactions. Instead of trying to make the L1 itself faster (which can sacrifice decentralization), L2s add speed and reduce costs while keeping L1’s security intact.
また、 .eth (Ethereum Name Service domain)
実際の例
| シナリオ | 製品の導入 | 結果 |
| Cheap DeFi Trading | A trader uses Arbitrum (Ethereum L2) to swap tokens on a DEX for $0.10 instead of $20+ on Ethereum mainnet | Same DeFi functionality at 99% lower cost; transactions confirm in 1-2 seconds instead of waiting for Ethereum block times |
| Bitcoin Payments | A coffee shop accepts Bitcoin Lightning Network payments that settle in milliseconds with near-zero fees | Customer pays $5 for coffee instantly via Lightning; impossible on Bitcoin L1 due to 10-minute blocks and $1-5 fees |
| Social dApp | A social media dApp launches on Base (Coinbase’s L2) to handle millions of micro-interactions cheaply | Users can like, post, and tip with sub-cent transaction costs – viable for social media volume that would be prohibitively expensive on L1 |
優位性
| 利点 | 詳細説明 |
| 低額手数料 | 10-100x cheaper transactions than L1 |
| より高いスピード | Seconds instead of minutes for confirmation |
| L1 セキュリティ | Inherits security from the underlying base chain |
| 拡張性 | Thousands of TPS without compromising L1 decentralization |
| EVM互換 | Most Ethereum L2s run existing Solidity dApps with minimal changes |
| 成長する生態系 | Increasing TVL, dApps, and user activity on L2 networks |
デメリットとリスク
| 不利益 | 詳細説明 |
| 出金の遅延 | 楽観的ロールアップ have 7-day withdrawal periods to L1 |
| フラグメンテーション | Dozens of L2s fragment liquidity and user experience |
| 集中化のリスク | Many L2s have centralized sequencers controlling transaction ordering |
| Bridge Risk | Moving between L1 and L2s involves bridge smart contracts with exploit potential |
| 複雑 | Users must manage assets across multiple L2s and understand bridging |
| 初期段階 | L2 technology is evolving; some implementations are less battle-tested |
リスク管理のヒント
- Use Established L2s: Stick to well-audited L2s with high TVL and proven security (Arbitrum, Optimism, Base)
- Understand Withdrawal Times: Know that optimistic rollups have 7-day withdrawal delays; plan ahead for L1 exits
- Bridge Carefully: Use official bridges when possible; third-party bridges add smart contract risk
- Monitor Sequencer Status: Centralized sequencers are single points of failure; check L2 status pages during issues
FAQ
What’s the difference between optimistic rollups and ZK-rollups?
Optimistic rollups assume transactions are valid and use a 7-day challenge period where anyone can submit fraud proofs to dispute invalid transactions. ZK-rollups use zero-knowledge proofs to mathematically prove validity immediately – no challenge period needed. ZK-rollups are faster for withdrawals but more complex to build; optimistic rollups are simpler but have withdrawal delays.
Are Layer 2 solutions as secure as Layer 1?
In theory, yes – L2s inherit L1 security because their state can always be verified against L1. In practice, security depends on implementation quality. Many L2s still have centralized components (sequencers, upgrade keys) that introduce trust assumptions. Full decentralization of L2s is ongoing work.
Why are there so many different L2s?
Different L2s optimize for different things: Arbitrum for EVM compatibility and DeFi, Base for consumer apps (Coinbase integration), zkSync for ZK-proof efficiency, StarkNet for ZK scalability with Cairo language. Competition drives innovation but fragments the ecosystem.
Will L2s replace L1s?
No – L2s complement L1s. L1s provide the security foundation and final settlement that L2s depend on. Without a secure L1, L2s have no security anchor. The future is likely L1s as settlement/security layers with L2s handling most user-facing transactions.
関連用語
| 契約期間 | 関係 |
| 層1 | Base blockchain that L2 solutions are built on top of |
| 巻き上げる | Most popular type of L2 scaling solution |
| 雷ネットワーク | Bitcoin’s primary Layer 2 payment channel network |
| ゼロ知識証明 | Cryptographic technique used in ZK-rollups |
| ブリッジ | Technology for moving assets between L1 and L2 |
| シーケンサー | Node that orders transactions on most L2 rollups |










