Ethereum just got a new privacy proposal, and it’s not for mixing coins or hiding transfers. It cuts straight to the heart of the consensus layer. A new Ethereum Improvement Proposal, EIP-8222, aims to cloak the identities of institutional stakers behind STARK proofs. The idea is simple: let validators deposit, validate, and withdraw without exposing their balance or withdrawal addresses to the public. The execution, however, is anything but simple.
The proposal landed on the Ethereum Magicians forum on March 15, 2025, and is currently in the discussion phase. No code. No testnet. No audit. Just a concept — but one that could reshape how banks, hedge funds, and custodians interact with ETH staking. The original proponent is not named in the early leaks, but the piece of news was amplified by Sygnum Bank, a Swiss digital asset bank, which provided early commentary on both the promise and the pain points. That signal alone tells you this is not a random brainstorm; it has institutional fingerprints.
Let me be clear: this is not a competitor to Aztec or Tornado Cash. EIP-8222 is a protocol-level modification to the Beacon Chain's deposit contract and withdrawal credentials. If implemented, it would allow a staker to prove they have deposited 32 ETH without revealing which 32 ETH they deposited. The proof is a STARK — Scalable Transparent Argument of Knowledge — which is a zero-knowledge cryptographic construction already battle-tested on StarkNet. But embedding it into the core Ethereum client is a different beast.

Here’s the core mechanics as I understand them from the proposal's outline: - Deposit phase: Instead of a public transaction linking an address to a validator, the staker submits a STARK proof that they control the requisite ETH and that the ETH is not from a sanctioned source. - Validation phase: The validator’s identity is replaced by a cryptographic commitment. The network confirms the validator is online and behaving honestly, but does not know who it is. - Withdrawal phase: The validator can withdraw rewards or principal by generating another STARK proof that they are the rightful owner, without revealing their withdrawal address.
This architecture introduces a new concept: “permissioned privacy” — the ability for a staker to prove compliance to a regulator without broadcasting their entire portfolio to the world. It’s the crypto equivalent of a bank showing an auditor its balance sheet but blacking out the customer names. The bank remains private, the auditor is satisfied. In my experience running a staking operation, I’ve seen institutional clients walk away from direct staking because they didn’t want their entire withdrawal strategy on display for MEV searchers and competitors. EIP-8222 addresses that exact use case.
But I don’t think this is just another privacy pipe dream. The technical hurdles are enormous. Let me break it down with the data: - Execution cost: Adding STARK verification at the deposit and withdrawal gates will increase gas costs for these operations. Sygnum Bank explicitly warned that ‘the process becomes slower and more expensive.’ This is not a trivial UX hit — it could push smaller retail validators away from solo staking and toward pools, worsening centralization. - State bloat: The Beacon Chain would need to store STARK proof verification keys and commitment trees. Every epoch, the validator set would grow more complex. Current estimates suggest a 15-20% increase in state size per validator. That’s a big deal for node operators with limited resources. - Security assumptions: The privacy guarantee shifts from ‘the chain is transparent’ to ‘the STARK is sound.’ While STARKs are secure, they are not quantum-resistant (yet). A post-quantum upgrade would require yet another hard fork.
I’ve personally audited deposit contract interactions for a major exchange. The current system is a transparency nightmare for large entities. Every deposit address is public. Every withdrawal is traceable. The MEV ecosystem thrives on this data. EIP-8222 would break that open flow — but it would also break the composability that DeFi relies on. For example, liquid staking tokens like stETH are built on the premise that the underlying validator’s performance is transparent and auditable. If validators become anonymous, how do you price the risk? This is the kind of question that will spark heated debates in the upcoming All Core Devs calls.
Now, the contrarian angle. Most coverage of this proposal will focus on the benefits: institutional adoption, compliance, privacy. I see a different story — one of ecosystem cannibalization and unintended consequences.

Here’s the thing: the multi-billion dollar liquid staking industry — led by Lido, Rocket Pool, and Coinbase — provides functional privacy today. When a user deposits with Lido, the public sees a deposit to the Lido contract, not the user's personal wallet. The user’s identity is obfuscated. The validator is operated by a node operator, not the user. So the user already gets privacy from the crowd. EIP-8222 would strip away the need for that middleman. A sovereign staker could achieve the same privacy — and keep 100% of the rewards instead of paying a 10% fee to Lido.
If EIP-8222 passes, Lido and its ilk are in trouble. They would need to pivot from ‘privacy through aggregation’ to ‘privacy through technology plus additional services.’ That might mean competing on insurance, compliance reporting, or structured products. But the core value prop — hiding the staker’s identity — would be commoditized at the protocol layer. I wouldn’t be surprised if Lido’s team is already preparing a counter-proposal or a layer-2 privacy wrapper to neutralize this threat.
There’s also a feedback loop with regulation. Sygnum Bank mentioned ‘additional compliance and audit requirements.’ This is a double-edged sword. On one hand, institutions can prove they are not using sanctioned funds without revealing the funds. On the other hand, regulators might demand that every staker generate a compliance proof on demand — turning an optional privacy feature into a mandatory compliance burden. Imagine a world where every validator must submit a zero-knowledge proof to a financial regulator every quarter. That could be more expensive than the staking rewards themselves.
Let me give you my personal read from two decades in this industry: EIP-8222 has a low probability of being implemented in its current form. The Ethereum community has historically valued transparency over privacy. Remember when the DAO hard fork was controversial because it violated the principle of code-as-law? Adding privacy to the consensus layer is an even more fundamental change. It would require a supermajority of validators and core developers to agree on increasing complexity, cost, and risk for a feature that benefits only the top 1% of stakers (by capital). The voting power in PoS is proportional to stake, so institutional stakers — the ones who would benefit — might actually push it through. But the grassroots developer resistance could be fierce.
To make this real, I’ve been tracking the signal closely: - Primary source: Ethereum Magicians thread for EIP-8222 (no formal EIP number yet, but referenced as such). - Key endorser: Sygnum Bank, which has a track record of piloting institutional DeFi projects. - Market reaction: Zero. ETH barely moved. This is a long-term non-event for price, but a major event for the staking landscape. - Competition: Lido (TVL ~$35B), Rocket Pool (TVL ~$3B), Coinbase (TVL ~$5B). These entities are now on notice.
The bottom line: if you're holding LDO or any liquid staking token, you need to watch this proposal. It’s the first serious attempt to disaggregate the middleman from the privacy layer. If it succeeds, the staking fee market could collapse — and the biggest winners are the large, independent institutional stakers who currently pay those fees. But if it fails, the liquid staking cartels will have even less incentive to innovate on privacy, and the status quo will persist.
So what’s the next move? Head over to the Ethereum Magicians forum. Read the discussion. See if any core developer — especially from the Geth or Lighthouse teams — gives a nod. The first mention in an All Core Devs agenda would be the signal that this is serious. Until then, treat EIP-8222 as a fascinating design exercise with a 20% chance of ever hitting mainnet.
I’ll be watching the Staking Governance call next Tuesday. If this appears on the agenda, I’ll publish a live thread. Stay tuned.