Ethereum Devs Propose Deposit Contract Overhaul to Quantum-Proof Staking
Ethereum developers have put forth a significant proposal to modify the network's validator deposit contract, an initiative known as the “Ethereum Devs Propose Deposit Contract.” This aims to prepare its staking layer for the advent of post-quantum cryptography, securing over $100 billion in staked Ether by addressing limitations in the current contract that hardcode key dimensions.
The proposed changes would allow for variable-length keys, accommodating the requirements of future cryptographic schemes. This represents a significant step in future-proofing the network.
Proposed Technical Changes
The current contract restricts public keys to 48 bytes and signature metadata to 96 bytes, which is insufficient for post-quantum cryptography. The replacement contract would support keys and credential metadata up to 8,192 bytes and requires each deposit to specify its “credential scheme,” with scheme zero designated for BLS.
The contract would operate in three modes: disabled, BLS enabled, and BLS retired. Once the system transitions to the retirement mode for BLS onboarding, this change cannot be reversed. The proposal also outlines that deposit data would be carried to the consensus layer, with cryptographic specifications to be defined later.
Implementation would necessitate a coordinated fork across both the execution and consensus layers of the Ethereum network. The draft Ethereum Improvement Proposal (EIP) is currently awaiting editor review, with specific details such as contract addresses and activation timestamps yet to be determined.
Post-Quantum Cryptography Context
Thomas Coratger, one of the proposal's authors, indicated ongoing development in underlying cryptography for post-quantum solutions. He noted that both Bitcoin and Ethereum are leaning towards hash-based signatures, which align with existing network assumptions.
While stateless versions standardized by NIST are approximately 8KB, matching the new contract's ceiling, compact alternatives carry a counter that could compromise a private key if reused. The Ethereum Foundation established a team last year to manage the network's transition to post-quantum cryptography.
A report from Project Eleven in May suggested a significant probability of a machine capable of breaking elliptic curve signatures emerging by 2033, with a possibility as early as 2030. Analysis indicates that over 65% of all ETH resides in addresses with public keys already exposed on-chain.