A New Deposit Contract for the Quantum Era Ethereum developers have put forward a new deposit contract proposal aimed at hardening the network's staking infrastructure against future quantum
A New Deposit Contract for the Quantum Era
Ethereum developers have put forward a new deposit contract proposal aimed at hardening the network's staking infrastructure against future quantum computing threats. The design introduces support for variable-length public keys and credential metadata to allow greater cryptographic flexibility, and adds explicit scheme identifiers to distinguish between cryptographic systems. The existing BLS signature scheme is assigned scheme 0 under the new framework.
The proposed contract would replace the current Merkle tree-based deposit mechanism. The design would replace the legacy deposit contract's Merkle-tree mechanism with execution-layer requests based on EIP-7685, and introduce an irreversible migration switch that could first enable, then permanently disable, new BLS deposits as Ethereum transitions toward post-quantum signatures.
The urgency behind such proposals is growing. In March 2026, Google Quantum AI published research estimating that breaking 256-bit elliptic curve cryptography, the type Ethereum uses for account signatures, could require roughly 1,200 logical qubits, with previous estimates putting that number much higher. That downward revision has accelerated planning across the Ethereum ecosystem.
Broader Quantum-Resistance Roadmap Taking Shape
The deposit contract proposal sits within a wider effort. In February 2026, Vitalik Buterin published a roadmap identifying four distinct areas of Ethereum's cryptography that need post-quantum upgrades.Those four areas are validator consensus signatures (BLS), the commitment schemes used for data availability (KZG), account signatures (ECDSA), and the ZK-proof systems used by rollups.
On the validator side, the leading technical approach involves replacing BLS with a hash-based alternative. The Lean Consensus roadmap includes developing leanXMSS, a hash-based signature scheme for validators, with hash-based signatures considered quantum-safe because they rely only on the security of hash functions, which quantum computers weaken but do not break.
Signatures balloon from 96 bytes under BLS to 3,112 bytes under XMSS, which is why the spec also commits to aggregating signatures inside leanVM, a Cairo-inspired zkVM that produces a single SNARK proof per slot. That compression step is seen as critical to keeping the consensus layer performant through the transition.
The Ethereum Foundation formed a dedicated Post-Quantum Security team in January 2026, and its work is tracked publicly at pq.ethereum.org. The new deposit contract proposal remains under active discussion as part of that broader push to future-proof Ethereum's staking infrastructure before a cryptographically capable quantum computer becomes a realistic threat.
Sources:Ethereum.org: Post-Quantum Cryptography on EthereumThe Defiant: Ethereum Researchers Lay Out Post-Quantum Key Registrypq.ethereum.org: Post-Quantum Ethereum (Ethereum Foundation)