Vitalik Buterin just published what might be the most ambitious structural overhaul Ethereum has seen since the Merge. His new proposal, titled “The Extremely Lean Chain,” targets the Beacon Chain’s bloated validator state and essentially asks: what if we threw out almost everything?
The answer, according to the proposal published on ethresear.ch on July 6, is a system where each validator’s on-chain footprint shrinks from 48 bytes to just 6 bytes. That’s an 87.5% reduction. For a network that currently tracks public keys, withdrawal credentials, and balance data for every single validator, this is the blockchain equivalent of moving from a filing cabinet to an index card.
What the proposal actually does
Right now, every Ethereum validator carries 48 bytes of state on the Beacon Chain. That includes their public key, where their rewards get sent, and their current balance. Multiply that by hundreds of thousands of validators and you’ve got a meaningful chunk of data that every node has to store, sync, and process.
Buterin’s proposal compresses that to 6 bytes per validator: 1 byte for effective balance, 5 bytes for a deposit tree index. In English: the chain would only track the bare minimum needed to confirm a validator exists and has skin in the game.










