Overview

  • A new draft EIP aims to modify Ethereum's validator deposit contract to accommodate variable-length keys, paving the way for quantum-resistant credentials.
  • The proposal introduces an irreversible retirement mode that would prevent any new deposits using the current BLS scheme.
  • This draft is pending review, and details such as contract addresses and activation timestamps are yet to be determined.

Ethereum developers have put forth a plan to revamp the validator deposit contract that is essential for entering staking. This initiative marks a significant step toward equipping the network's staking framework, valued at over $100 billion, with post-quantum cryptography capabilities.

The draft proposal, submitted on Monday, addresses a limitation in the current contract by hardcoding the parameters of BLS12-381, which fixes public keys at 48 bytes and signature metadata at 96 bytes. In contrast, post-quantum cryptographic solutions require much more space, which the existing contract does not allow.

The proposed replacement will accept keys and credential metadata of up to 8,192 bytes and requires each deposit to specify its "credential scheme." Scheme zero indicates BLS, while others will be defined in future EIPs to determine the structure of post-quantum validator keys.

The contract will operate in three modes: disabled, BLS enabled, and BLS retired. Once it transitions to the retirement mode through a system call, the authors note that it cannot revert to allow BLS onboarding.

This proposal transfers deposit data to the consensus layer while leaving the cryptographic specifications for later. Implementing it would require a coordinated fork across both layers.

Not Just a Simple Upgrade

The pull request is currently marked as a draft and is pending evaluation from the EIP editors, with its contract address, deployment code, and activation timestamps still undecided.

One of the co-authors, Thomas Coratger, highlighted the ongoing uncertainties surrounding the underlying cryptography in a Twitter thread.

Is the crypto sector ready for the quantum challenge?

Recently, renowned cryptographer @danboneh discussed the significant hurdles posed by post-quantum (PQ) signatures for blockchain technology.

Let’s break down the insights regarding hash-based signatures, SHRINCS, and the threshold problem. 🧵👇

— Thomas Coratger (@tcoratger) August 24, 2026

Coratger summarized a presentation by Stanford cryptographer Dan Boneh, stating that both Bitcoin and Ethereum are significantly reliant on hash-based signatures, which depend on assumptions that the networks already trust. The stateless versions standardized by NIST are around 8KB each, aligning with the new contract's upper limit, while the more compact alternatives pose a risk of leaking private keys if a signer reuses them.

Coratger emphasized, "Post-quantum cryptography isn't a simple upgrade."

Last year, the Ethereum Foundation formed a dedicated team to strategize the network's transition to post-quantum security. A report from quantum security firm Project Eleven released in May suggested that the likelihood of a machine capable of breaking elliptic curve signatures could exceed 50% by 2033, with the year 2030 also being a potential target.

According to this analysis, over 65% of all ETH is held in addresses with public keys that are already exposed on-chain.

Daily Debrief Newsletter

Stay updated with the latest news each day, along with original features, podcasts, videos, and more.