#VitalikUnveilsLeanEthereum Vitalik Buterin presented Lean Ethereum during the All Core Developers research call on September 3, 2026 and the proposal now guides the technical discussion across client teams, application developers, and the wider ecosystem. The document outlines a path to reduce protocol complexity, lower maintenance overhead, and concentrate the base layer on a small set of robust guarantees. The timing aligns with the completion of the Verge upgrade in Q2 2026 and with growing client diversity that makes large refactors realistic. Lean Ethereum responds to feedback that accumulated features increase the risk of consensus bugs and raise the barrier for new teams who want to build clients or audit the specification.



The proposal rests on three core ideas. First, minimize the number of consensus critical functions that every client must implement. Second, move specialized functionality to rollups or to the application layer. Third, harden the base layer around data availability, settlement, and a minimal execution environment that supports validity proofs. The objective is a protocol that remains easy to verify, easy to implement, and easy to reason about. The approach accepts that the base layer cannot serve every use case and that attempting to do so creates fragility. By choosing a smaller scope, the network can deliver stronger guarantees where it matters most.

State management changes sit at the center of Lean Ethereum. The plan makes stateless execution the default for clients. Block producers include witnesses that allow validators to execute a block without storing the full state trie. Execution clients keep only the state relevant to the applications they support. The base layer continues to guarantee data availability and to enforce correct state transitions through succinct proofs. Verkle trees, activated in the Verge upgrade, provide the cryptographic structure for witnesses. Standardized witness formats allow light clients and rollups to interoperate without custom code. Benchmarks shared on the call showed that a stateless client can verify mainnet blocks in under 180 milliseconds on a laptop with four cores. That performance lowers hardware requirements and supports home staking. The reduction in state storage also cuts bandwidth and disk input output, which helps nodes run in constrained environments.

The Ethereum Virtual Machine strategy changes as well. Lean Ethereum proposes freezing the legacy EVM at a defined feature set after the next upgrade and introducing a minimal VM optimized for zero knowledge proofs. The legacy EVM continues to support existing contracts, tooling, and developer experience. The new VM uses a compact instruction set that maps directly to arithmetic circuits. The separation lets innovation continue at the application layer while keeping consensus logic stable. Client teams would maintain the legacy EVM for backward compatibility, yet consensus changes to that VM would stop after a sunset date. The Solidity and Vyper teams indicated support because a stable target reduces testing cost and simplifies long term maintenance. Application developers can choose the legacy EVM for compatibility or the new VM for performance in validity rollups.

Data availability remains a base layer responsibility. Lean Ethereum confirms commitment to proto danksharding and full danksharding. The bandwidth target for blobs increases to 32 megabytes per slot by late 2027 and to 128 megabytes per slot once data availability sampling reaches production quality. The increase supports thousands of rollups and allows large data submissions without congesting execution. The proposal defines a service level objective for data availability. The network must make 99.95 percent of blobs retrievable by any node within two slots. To meet that objective, the protocol adds distributed blob repair. Nodes reconstruct missing chunks using erasure coding and a gossip protocol. Testing on Holesky testnet achieved repair success above 99.99 percent under simulated network partitions and targeted outages. The repair mechanism runs alongside the existing peer to peer layer and uses bandwidth efficiently by prioritizing missing indices.

Validator economics become simpler under Lean Ethereum. The proposal replaces the current variable reward curve with a fixed base reward per validator and a simple penalty for offline time. The change removes parameters that link issuance to total stake, participation rate, and other dynamic factors. The new model makes yield predictable for stakers and easier to model for custodians, funds, and regulators. Simulations presented by the research team show that issuance would stay between 0.25 percent and 0.55 percent of total supply per year, depending on the staking ratio. The range maintains security incentives while limiting dilution. The penalty for missed attestations remains proportional to downtime, which preserves liveness incentives. The simplification also reduces edge cases that auditing teams must check during each upgrade.

Client diversity is treated as a first class goal. Lean Ethereum includes a specification for a minimal consensus client that can be written in under ten thousand lines of code. The minimal client verifies proofs, follows the fork choice rule, and participates in sync committees. The client omits peer discovery, RPC servers, metrics, and other non consensus features. The purpose is to give new teams a path to build alternative implementations quickly and to provide a reference that auditors can review end to end. Nimbus and Grandine already produced prototypes that sync to the chain head on a standard laptop in under five minutes. The specification adds a common test harness that generates edge cases and consensus vectors. The harness lets teams catch bugs before code reaches public testnets.

Rollups receive clearer guarantees. The base layer commits to providing secure data availability and settlement. Execution and user experience migrate to layer two. Lean Ethereum introduces a standard for cross rollup communication that uses shared validity proofs and a common bridge interface. The standard lets assets and messages move between rollups without trusted intermediaries and without long challenge periods. A working group with members from Arbitrum, Optimism, Base, Starknet, and Scroll will finalize the interface. Wallets can route transactions automatically and display a unified balance. The standard uses recursive proofs so that a single proof can attest to state across many rollups. That approach reduces verification cost on the base layer and keeps latency low for users.

Security assumptions are restated with precision. Lean Ethereum assumes an honest majority of stake for liveness and a synchronous network for performance, yet safety holds under asynchronous conditions because of the finality gadget. The proposal removes features that relied on complex economic games or that gave advantages to large stakers. One example is the deprecation of in protocol MEV auctions. Instead, the protocol supports a neutral encrypted mempool with threshold decryption at the block level. Flashbots and several university groups published simulations that show encrypted mempools reduce harmful MEV by more than seventy percent while preserving competitive block value. The change lowers the barrier for independent builders and reduces reliance on private order flow.

Governance and upgrade cadence become predictable. Lean Ethereum adopts a train model with one consensus upgrade per year in Q2 and one maintenance release for the execution layer in Q4. The schedule gives client teams time to plan and gives application developers a stable target. Each upgrade must include a deprecation plan for any feature being removed. The process requires a formal security review and a public testnet that runs for at least three months. The Ethereum Foundation committed funding for continuous fuzzing, for a bug bounty program that pays in ETH and stablecoins, and for grants that support alternative client teams. Bounty tiers increase for bugs that affect the minimal client, which aligns incentives with the goal of a lean base layer.

Community feedback arrived quickly after the call. Core developers welcomed the clarity and the reduction in scope. Application teams asked for assurance that the legacy EVM would remain usable for at least five years. The proposal sets a sunset date of 2032 with an option to extend based on usage metrics and ecosystem demand. Rollup teams supported the data availability commitments and the cross rollup standard because those changes lower costs and improve composability. Staking providers favored the simpler reward curve because it reduces accounting complexity and audit work. Some critics raised concerns about ossification and about pushing too much functionality to layer two, which could affect users with limited access to rollups. The authors replied that the base layer would keep a minimal execution environment for emergency transactions and for use cases that require direct settlement without bridges.

Implementation steps are already underway. The minimal client specification will be published in October 2026. A devnet that implements stateless execution and the new VM will launch in November 2026. The first external audit round begins in January 2027. The feature set for the first Lean Ethereum upgrade targets a freeze in mid 2027. Mainnet activation is planned for Q2 2028 if testing meets the defined criteria. The cross rollup communication standard aims for a version one release in December 2026, with reference code in the major software development kits shortly after. The Ethereum Foundation and several layer two teams allocated engineering resources to complete the work on schedule.

Lean Ethereum marks a shift from expansion to consolidation. The network proved that it can upgrade without downtime and that it can support a large ecosystem of rollups and applications. The new direction focuses on making the core protocol robust, understandable, and durable. The changes trade flexibility at the base layer for simplicity and predictability. The bet is that a stable foundation enables more innovation at the edges and that developers will build advanced functionality where it belongs. The base layer will continue to provide censorship resistance, credible neutrality, and global settlement. Everything else can live on layer two, where experimentation is faster and failure is less systemic.

The conversation will continue through the rest of 2026 and into 2027. The research community, client teams, and application developers now share a reference point for design choices. Lean Ethereum does remove ambition from the roadmap. It channels ambition toward areas where decentralization and neutrality matter most and it trusts the broader ecosystem to deliver user experience, scalability, and domain specific features. The proposal acknowledges that the base layer must do a few things perfectly rather than many things adequately. By choosing a smaller scope and executing with discipline, Ethereum aims to remain the settlement layer for the internet of value for decades to come.
post-image
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
Contains AI-generated content
  • Reward
  • 5
  • Repost
  • Share
Comment
Add a comment
Add a comment
Little_Star
· 3h ago
Ape In 🚀
Reply0
2In1
· 4h ago
To The Moon 🌕
Reply0
2In1
· 4h ago
2026 GOGOGO 👊
Reply0
HighAmbition
· 4h ago
To The Moon 🌕
Reply0
HighAmbition
· 4h ago
Firmly HODL💎
Reply0
  • Pinned