Ethereum developers draft quantum-resistant deposit contract
Tech & Launches ·
A new proposal would overhaul Ethereum's validator deposit system to accommodate cryptography designed to withstand quantum computing attacks.
Developers have put forward a design for a replacement deposit contract that could handle public keys of differing lengths along with additional credential data, according to wublockchain.xyz. The contract would use numbered scheme identifiers to label which cryptographic method a given deposit relies on, with the number zero set aside specifically for deposits made under the current BLS signature scheme.
Structurally, the proposal would move away from the Merkle-tree bookkeeping used by the existing deposit contract, shifting instead to a system built on execution-layer requests as defined in EIP-7685. That change would alter how deposit data gets recorded and passed to the consensus layer, separate from the question of which signature scheme a validator uses.
A notable feature of the plan is a one-way migration control. This switch could initially be turned on to permit new deposit types alongside BLS, and then later flipped to shut off new BLS deposits permanently, with no path back once triggered. That sequencing is meant to give the network room to transition validators toward post-quantum signature schemes over time rather than forcing an abrupt cutover.
The move reflects broader concern within Ethereum's developer community about the long-term vulnerability of BLS signatures to sufficiently powerful quantum computers, though the proposal as described does not specify a timeline for when the irreversible switch might be activated or which post-quantum scheme would take BLS's place. The cluster shows the report corroborated across two distinct sources, though details beyond the initial proposal description remain limited.
What remains unresolved includes how existing validators using BLS keys would be migrated in practice, whether client teams and node operators have signed off on the design, and what governance process would determine the timing of the permanent BLS shutoff. Further specification of the alternative signature scheme intended to replace BLS has not yet been detailed in available reporting.