Crypto news report · source clearly identified
Ethereum developers propose quantum-safe staking upgrade
Ethereum researchers proposed a post-quantum-ready deposit contract designed to support new validator signatures and retire BLS deposits.

Ethereum researchers have submitted a draft proposal for a new validator deposit contract that is designed to be compatible with future post‑quantum signature schemes. The draft, posted on August 24, outlines a flexible architecture that can accommodate variable‑length public keys, signatures and additional metadata.
Flexible deposit contract
The proposed contract introduces a scheme identifier for each deposit. Scheme 0 preserves the existing BLS public‑key format, while other identifiers can be assigned to alternative cryptographic systems, including potential post‑quantum algorithms. The design does not commit to any specific post‑quantum scheme; it merely prepares the deposit layer for future migration.
Integration with existing EIPs
The contract builds on the request framework created by EIP‑7685, which moves validator‑related data from the execution layer to the consensus layer. It also references related proposals such as EIP‑6110 (validator deposits), EIP‑7002 (execution‑layer withdrawals) and EIP‑7251 (validator consolidations). By extending this architecture, the new contract can carry flexible cryptographic data without altering the underlying Merkle‑tree mechanism.
Staged migration and irreversible switch
A staged migration path is included. Initially, the contract can accept BLS deposits while allowing additional schemes to be added later. A future protocol decision could activate an irreversible switch that permanently disables new Scheme 0 (BLS) deposits. Existing BLS validators would remain active, but separate rules would be required to manage their exit or migration.
Current status
The proposal remains a draft pull request on GitHub. It has not been assigned an official EIP number, nor has it been selected for any upcoming network upgrade. The submission is awaiting editorial consensus, technical review, security analysis, client implementation and testing before it could be considered for a hard fork.
Broader quantum‑resistance roadmap
Ethereum’s long‑term roadmap identifies quantum resistance as a priority, with plans to eventually replace BLS signatures, KZG commitments and ECDSA with quantum‑secure alternatives. The deposit contract addresses only the staking layer; a complete transition will also require changes to account signatures, data commitments and zero‑knowledge proof systems.
Source & attribution
News Source
- Publisher
- crypto.news
- Original date
- August 25, 2026, 8:09 AM
- Original headline
- Ethereum developers propose quantum-safe staking upgrade