Futures
Access hundreds of perpetual contracts
CFD
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
CFD
U.S. stock CFD derivatives
US Stocks
Access real US stocks and ETFs
HK Stocks
Trade quality Hong Kong-listed stocks
Stock Futures
High leverage, 24/7 trading
Tokenized Stocks
Backed by real stock assets
IPO Access
Unlock full access to global stock IPOs
GUSD
Mint GUSD for Treasury RWA yields
Stocks Activities
Trade Popular Stocks and Unlock Generous Airdrops
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
IPO Access
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
Vitalik's New Scalability Theory: Why is Computation Easily Scalable but State Difficult to Break? How Can Ethereum Break Through?
On January 27th, Ethereum co-founder Vitalik Buterin announced a brand new blockchain scalability framework. He used the term "hierarchical structure" to explain why the scalability of different technical components varies greatly, and pointed out that state is the true bottleneck for Ethereum's expansion. This model provides a clear technical roadmap for understanding Ethereum's long-term scalability path.
Three-layer Model: Why Is Scalability Inconsistent?
Vitalik divides blockchain scalability difficulty into three levels:
| Level | Difficulty | Core Characteristics | Main Challenges | |--------|--------------|------------------------|-----------------| | Computation | Lowest | Easiest to scale | How to verify efficiently | | Data | Medium | Requires data availability guarantees | Balancing storage and bandwidth | | State | Highest | Most difficult to scale | Nodes must verify the entire network state |
The core insight of this layered approach is: the scalability difficulty of each layer depends on its constraints on decentralization. Computation can be outsourced, data can be distributed, but state must be verified by the entire network.
Computation Layer: Mature Solutions Available
Computation is the easiest part to scale. Vitalik points out that scalability can be improved through:
This is also the foundational logic behind most current Layer 2 solutions. Rollups, by executing transactions off-chain and submitting compressed results to the Ethereum mainnet, have already achieved hundreds of times throughput improvement.
Data Layer: PeerDAS Brings New Opportunities
Compared to computation, data scalability is slower. Blockchains must ensure key data can be verified and accessed, which directly limits scalability. However, according to recent information, with the introduction of data distribution technologies like PeerDAS, Ethereum is reducing the storage and bandwidth pressure on nodes.
What does this mean? Through data sharding and erasure coding, different nodes can verify only parts of the data instead of the entire dataset. This supports more users and higher data demands while maintaining decentralization and lowering hardware requirements.
State Layer: The Real Bottleneck
State is the true bottleneck for scalability. Each node must verify and store the entire network state (account balances, smart contract data, etc.), and the continuous growth of state size increases hardware requirements. In the long run, it may also pose centralization risks.
To address this, Vitalik proposed the idea of "ascending the hierarchy": replacing state with computation and data as much as possible. Specific technical solutions include:
It’s worth noting that recent information mentions Vitalik has abandoned an old view from 2017. He now believes that the maturity of ZK-SNARKs and other zero-knowledge technologies allows users to verify the correctness of on-chain state without replaying all historical transactions. This further confirms the critical role of zero-knowledge proofs in state verification.
Guidance for Developers and the Ecosystem
This layered model offers direct and clear guidance for developers:
Reduce unnecessary on-chain state, rely more on proofs and verifiable data, and shift complexity to higher layers. In other words, avoid having the main chain store and verify all data, instead letting Layer 2 and other scaling solutions handle that part.
Recent information indicates that early Layer 2 solutions like Plasma are experiencing a revival, integrating new technologies such as zero-knowledge proofs. This shows that Vitalik’s theoretical framework is actively guiding practical ecosystem development.
Summary
Vitalik’s three-layer scalability model provides a new perspective for understanding Ethereum’s scalability roadmap. It clearly highlights the fundamental pattern: computation is easiest to scale, data is intermediate, and state is the most challenging. It also proposes the "ascending hierarchy" approach as a solution.
The value of this model lies in its not just listing technologies but offering a systematic design framework. Developers can optimize architecture accordingly, and ecosystem projects can choose their scalability directions based on it. Coupled with the maturity of ZK technologies and new solutions like PeerDAS, Ethereum is attempting to strike a new balance between performance, cost, and decentralization. This process won’t be instantaneous, but the direction is now sufficiently clear.