
Ethereum developers are preparing for a future in which quantum computers threaten the cryptography securing the network today. A draft proposal filed on August 24 would rebuild Ethereum’s validator deposit contract to accept post-quantum keys. It does this by letting the contract accept different cryptographic schemes and public-key formats, and sets out how Ethereum could eventually stop taking new BLS-based deposits.
A draft proposal filed on August 24 would rebuild Ethereum’s validator deposit contract to accept post-quantum keys. This is not about switching over to post-quantum signatures right away. Instead, the goal is to lay the groundwork so Ethereum can migrate when quantum computing actually becomes a problem for the network.
Inside the New Ethereum Deposit Contract
Kevaundray Wedderburn, Tom Wambsgans and Thomas Coratger authored the proposal, which changes how validator deposits are represented and processed. Validators currently deposit using BLS public keys and signatures of fixed length, hard-coded into the contract. The draft replaces those with variable-length public keys, signatures and credential metadata.
There is also a new scheme identifier planned. Scheme 0 stays reserved for the current BLS deposit, so validators can stick with the present system, but there is room for additional schemes.
The draft would also retire the deposit contract’s Merkle-tree mechanism in favour of execution-layer requests under EIP-7685. Ethereum already runs deposits through EIP-6110, withdrawals through EIP-7002 and consolidations through EIP-7251 on that framework.
The migration is staged. The contract would deploy with BLS deposits enabled, and a later protocol decision could permanently disable new Scheme 0 deposits. Existing BLS validators would not be forced out. That gives Ethereum a controlled way to move over to a different signature scheme in the future.
The proposal remains an unmerged GitHub draft, filed under pull request #12235, and has not been selected for a network upgrade. It awaits editor consensus, technical review and discussion.
以太坊拟升级验证者存款合约,提前应对量子计算攻击
据GitHub显示,以太坊开发者kevaundray提交了EIP-12235提案,建议为验证者存款合约增加“后量子就绪”能力,以降低未来量子计算对以太坊签名和验证机制构成的风险。… pic.twitter.com/HbBAYUcRHU
— PANews丨APP全面升级 (@PANewsCN) August 25, 2026
Why Ethereum Is Preparing Before Quantum Computing Arrives
Ethereum does not need to replace BLS signatures now. But changing cryptographic systems at the consensus layer takes years, and waiting for a working quantum attack would leave no time to design, test and deploy a safe migration.So, the new deposit contract aims to let Ethereum handle new cryptography whenever it is needed.
The irreversible BLS switch matters a lot. It would let Ethereum set a clear point when the old BLS entry closes and new validators can only use whatever scheme comes next. That way, Ethereum can move on instead of keeping the outdated deposit route open forever.
I wrote a new ERC proposal, ERC-8391: an asset status interface for tokenized stocks and RWAs.
Tokenized stocks trade onchain 24/7 but NYSE is open 32.5 hours a week. A contract can’t tell “price is stale because it’s Sunday” from “price is stale because the feed died and the…
— eric (@econoar) August 24, 2026
Developers are also looking at other ways to prepare Ethereum for the future. One separate proposal, ERC-8391, discusses a standard interface for tokenized stocks and real-world assets. That proposal would lay out ways to formalize things like market states, trading halts, price feeds, and redemption schedules.
That is a different challenge but it shows the same trend: as blockchains grow, they need clearer ways to show information that older designs never had to consider.
For Ethereum’s validator system, the immediate task is to become more flexible cryptographically. The new deposit contract design leaves space for that flexibility, keeps BLS as scheme 0 for now, and lays the groundwork to shut it down for new deposits when the network needs to make its next leap.
You may also like to read: Multi-Billion-Dollar AI Investment Surge Spotlights Türkiye’s US $58 Billion Tech Market



