Introduction
With Ethereum's transition to Proof-of-Stake (PoS), Layer 2 solutions and Rollups have emerged as critical scaling approaches. Fundamentally, Layer 2 aims to:
- Increase transactions per second (TPS)
- Reduce gas fees
These address Ethereum's core scalability challenges while enhancing user experience.
Ethereum's Scalability Trilemma
TPS Fundamentals
TPS = Transactions per block / Block time
For Ethereum:
- Current block gas limit: ~30M (post-EIP-1559)
- Average block time: 13 seconds
- Theoretical max TPS: ~55 (simple transfers)
- Actual TPS: <20 due to complex transactions
Constraints
- Security: Increasing block size or reducing block time risks decentralization
- PoS transition: Will only improve TPS by ~10% (block time → 12s)
Key bottleneck: Ethereum has reached near-optimal gas/block parameters while preserving security.
Optimism's Scaling Approach
Core Architecture
Sequencer:
- Centralized node producing blocks in ~1s
- Submits compressed batch data to Ethereum (CTC/SCC contracts)
Verifiers:
- Check Sequencer submissions via fraud proofs
- Current 7-day challenge window
Key Tradeoffs:
- ✅ High TPS (~1600 theoretical max)
- ❌ Centralization risk (single Sequencer)
- ❌ Delayed finality (~1 hour verification lag)
Gas Mechanism
Cost structure:
Total Fee = 0.4% (Execution) + 99.6% (L1 Storage)Savings:
- Complex ops: ~1% of Ethereum costs
- Transfers: ~10% of Ethereum costs
Challenges and Risks
Centralization Concerns
- Sequencers run by Optimism/Arbitrum teams
- Fraud proofs currently non-functional (post-EVM upgrade)
Security Model
Relies on:
- Sequencer collateralization
- "Credit-based" trust in project teams
Quote:
"True decentralization and security outweigh efficiency." — Gavin Wood
FAQ
Q: How does Optimism achieve lower fees?
A: By compressing transaction data and shifting storage to Ethereum Calldata.
Q: What's the main risk of OP Rollups?
A: Centralized Sequencers could censor transactions or fail.
Q: When will fraud proofs be active?
A: No official timeline after 2021's EVM upgrade.
👉 Explore Ethereum scaling solutions
Conclusion
Optimism demonstrates promising scaling potential but must decentralize Sequencers and reactivate fraud proofs to ensure long-term viability. The path forward hinges on balancing efficiency with Ethereum-level security.