Desarrolladores de Ethereum proponen un contrato de depósito poscuántico para proteger el staking de ETH
Puntos clave
- •Draft EIP PR #12235 propone un contrato de depósito de validadores listo para la era poscuántica con un modo irreversible de retiro de BLS.
- •La propuesta está diseñada para mantener operativos los depósitos BLS existentes mediante una ruta de migración compatible con Scheme 0.
- •Unas 42.4 million ETH están actualmente apostados en Ethereum bajo el formato de firma que los desarrolladores buscan preparar para el futuro.
- •La hoja de ruta poscuántica de Ethereum también cubre BLS, KZG, ECDSA y sistemas de pruebas ZK, con hitos previstos para alrededor de 2029.
- •El borrador es una propuesta en etapa temprana de discusión y todavía no se ha fusionado, implementado ni programado en una hard fork.

Los desarrolladores principales de Ethereum han abierto una Propuesta de Mejora de Ethereum en borrador con el objetivo de proteger el staking de ETH frente a futuros ataques cuánticos, introduciendo un contrato de depósito de validadores listo para la era poscuántica como el primer paso concreto a nivel de protocolo para retirar el esquema actual de firmas BLS de la red. La propuesta es un borrador en etapa temprana, no una actualización finalizada, y todavía está lejos de Ethereum mainnet.
TLDR KEYPOINTS
- Draft EIP PR #12235 adds a variable-length validator deposit contract with an irreversible BLS retirement mode, targeting the staking-entry path first.
- Roughly 42.4 million ETH is staked under the current signature format that developers want to future-proof.
- This is defensive preparation within Ethereum’s governance process, not a response to any active exploit; core PQ milestones target around 2029.
What Ethereum developers are proposing and why now
The proposal: a post-quantum-ready deposit contract
The change lives in draft pull request #12235, titled “Add EIP: Post-quantum-ready deposit contract,” which describes a variable-length validator deposit contract with an irreversible BLS retirement mode . The draft file currently sits as a placeholder pending a final EIP number, opened on August 24, 2026. For related coverage, see Bitcoin, Ethereum ETFs Added $23B Last Week but Only $2.6B Was New Money.
Mechanically, the contract supports variable-length public keys, signature schemes, and metadata, so validators can eventually deposit using quantum-resistant keys instead of today’s BLS format. CoinDesk reported that the draft would also let the network permanently disable new deposits that use the current BLS format, a one-way switch once the transition matures . For related coverage, see Artificial Intelligence Summit –Philippines 2026.
Compatibility is preserved during the migration through what crypto.news described as Scheme 0, which keeps current BLS deposits functional while the newer schemes come online. That backward-compatible design is what makes this a staging step rather than a hard cutover. For related coverage, see Artificial Intelligence Summit –Malaysia 2026.
Why the timing matters
The motivation is preemptive: a sufficiently powerful quantum computer could forge or break the BLS signatures that authenticate validator consensus messages, undermining the cryptographic assumptions securing staked ETH. Nothing in the proposal implies such an attack is currently feasible or happening; it is defensive plumbing for a threat measured in years.
It is worth separating three states here. A draft EIP is a proposal open for discussion; it must clear editor consensus, technical review, and successful checks before any client implementation, testing, and eventual hard-fork inclusion. As of publication the pull request is unmerged and none of those later stages has occurred.
How the proposal could affect ETH staking and validator infrastructure
Validators, staking providers, and ETH stakers sit at the front of the impact queue because the deposit contract is the entry point for every new validator. The draft targets the credential that a validator presents when it joins, not the yield mechanics or withdrawal flows that stakers interact with day to day.
The scale of what is being future-proofed is substantial: CoinDesk said roughly 42.4 million ETH is currently staked on Ethereum, worth about $104 billion at current prices under the existing signature format.
It helps to distinguish three surfaces the proposal touches unevenly. Protecting validator credentials is the direct target; staking flows such as delegation to Lido or Rocket Pool sit downstream; and network-level consensus assumptions are what ultimately benefit once BLS is retired across the validator set.
Operationally, the realistic near-term implication for staking providers is future migration planning, not immediate action. A variable-length deposit contract means client teams and node operators would eventually need to support new key and signature formats, but the backward-compatible Scheme 0 path signals no forced credential rotation while the draft is under discussion.
The market reaction has been muted, consistent with a long-range engineering story. ETH was trading near $2,453, down about 0.44% over 24 hours, as the proposal entered public discussion, and no fetched source showed a proposal-specific selloff.
Broader sentiment remained risk-on, with the Fear & Greed Index at 65, in Greed territory, reinforcing that the proposal is being read as preparation rather than alarm. That framing matters for stakers weighing operational risk against headline risk. This is separate from unrelated market stress events like the recent wave of Ethereum DeFi liquidations that hit leveraged positions.
What happens next for Ethereum’s quantum-resistance roadmap
Milestones to watch
This deposit-contract draft handles only the staking-entry path. Ethereum’s official security roadmap lists four cryptographic surfaces needing post-quantum upgrades: validator consensus signatures (BLS), data-availability commitments (KZG), account signatures (ECDSA), and ZK-proof systems, each a distinct migration .
The effort is already broader than one EIP. The Ethereum Foundation formed a dedicated Post-Quantum Security team in January 2026 and is running weekly interop devnets with more than 10 client teams, with core post-quantum infrastructure milestones targeting completion by approximately 2029.
Open questions and tradeoffs
The main unknowns are scope, sequencing, and adoption path. It remains unsettled which post-quantum signature scheme becomes the standard, how validators migrate from BLS without disrupting the active set, and whether the irreversible retirement mode gets triggered on a fixed schedule or by governance signal.
Variable-length keys and metadata also carry tradeoffs: post-quantum signatures are typically larger than BLS, which has implications for block size, bandwidth, and aggregation efficiency that client teams will test in devnets before any mainnet path is chosen.
The next meaningful signal
The next concrete milestone would be the draft clearing editor review and receiving a formal EIP number, followed by client implementation and devnet testing. Until it is scheduled into a hard fork, there is no fixed deadline for validators.
For Ethereum’s infrastructure resilience, the value of shipping the deposit-entry path first is sequencing: it lets new validators onboard with quantum-resistant credentials before the harder BLS, KZG, and ECDSA migrations arrive, narrowing the window in which fresh stake accumulates under the legacy scheme. That incremental posture is the throughline of the same roadmap driving Ethereum’s continued institutional inflows .