
Draft proposal #12235 introduces a scheme identifier to allow non-BLS validator credentials in future network upgrades.
Ethereum developers have introduced a proposal to update the network's staking deposit contract, enabling support for future quantum-resistant validator keys and a mechanism to eventually retire the current BLS signature format.
AI-generated summary
Ethereum is preparing for potential future quantum computing threats by planning a transition to post-quantum signature schemes like leanXMSS. The current staking infrastructure relies on BLS12-381 formats.
Ethereum developers have opened an early proposal to make the staking deposit system flexible enough to accept future quantum-resistant validator keys, and it would also give a later network upgrade a one-way switch to stop new deposits using today’s BLS format.
The change would affect how new validators enter Ethereum, creating an entry path for future credential formats. Yet, those formats and the rules for verifying them still have to be designed and adopted separately.
Pull request #12235 was opened Aug. 24 and remained an unmerged Draft as of Aug. 26, with its working file still using the placeholder number 9999. An Ethereum EIPs editor suggested assigning 8394, but the proposal has not been published or accepted as EIP-8394.
How the deposit switch would work
Ethereum’s staking deposit contract is the entry point that receives a prospective validator’s funds and credential data. The current path expects public keys and signatures in fixed BLS12-381 formats.
The draft specification instead adds a scheme identifier and variable-length fields for the public key and credential metadata, each capped at 8,192 bytes.
Ethereum’s execution layer can record a deposit while its consensus layer decides whether the credential is valid and can create or update a validator. Under the proposal, the contract would carry non-BLS credentials as opaque data, meaning it would transport the bytes without checking the new cryptography.
The draft defines three contract modes: disabled, BLS enabled, and BLS retired. Those transitions only move forward, and once a protocol-controlled system call activates the retired mode, the new contract would reject BLS deposits and could not later switch BLS onboarding back on.
The proposal says deposits that entered the pending queue before the retirement boundary would remain eligible for normal processing under the current consensus framework.
A future credential-scheme proposal would still need to define signature validation, validator-state representation, top-ups, duplicate handling, uniqueness, and key replacement. Activating the deposit path would itself require a coordinated execution- and consensus-layer fork.
Ethereum’s post-quantum roadmap pairs the hash-based validator signature scheme leanXMSS with leanVM, which is intended to aggregate much larger post-quantum signatures efficiently, and separates key registration, signature verification, attestations, and full aggregation into staged milestones.
Ethereum says no quantum computer can threaten its cryptography today, and its approximately 2029 target is a planning goal.
The deposit proposal is one piece of migration infrastructure, specifying how the network could eventually admit new validator-key formats and close BLS onboarding for good.
AI outlook — possibilities, not facts
The proposal will require a coordinated execution- and consensus-layer fork to activate.
Very likely · Within months

Alibaba is set to release Qwen 3.8-Flash-Next, a 125-billion-parameter model previewing the upcoming Qwen 4 architecture. Utilizing a mixture-of-experts design, the model activates only 6 billion parameters per token to optimize computing efficiency.

OpenAI identified a Russia-linked network using ChatGPT to create content for the fake 'International Burke Institute.' The campaign used VPNs to bypass regional restrictions and generated misleading articles to influence public opinion, though its reach remained limited.
StarkWare researcher Avihu Levy successfully executed the first quantum-resistant Bitcoin transaction on the mainnet using his 'Quantum Safe Bitcoin' (QSB) scheme. The test, processed by MARA Pool, demonstrates that quantum-resistant spending is possible under current rules.

Solana has successfully reduced its mainnet slot time from 400ms to 350ms following the activation of a feature gate at epoch 1020. The change aims to shorten block-level feedback cycles, with further reductions to 200ms planned in future stages.

MultiversX has launched its Supernova testnet, an architectural upgrade that decouples transaction execution from consensus. By allowing validators to agree on blocks before processing transactions, the network aims to reduce latency and improve throughput.

Blockstream has released a Bitcoin Improvement Proposal for SHRINCS, a hash-based post-quantum signature scheme. Designed to mitigate quantum threats to Bitcoin's security, the scheme aims to preserve transaction throughput without requiring radical changes to block size.