December 2029 is now a protocol target
The Ethereum Foundation published the commitment on September 7 as part of its updated Protocol priorities.
The stated goal is full L1 quantum resistance across all three major protocol layers by December 2029.
The Foundation says the deadline should be treated as non-negotiable until at least January 2027, when quantum progress will be reassessed with outside experts.
Its planning assumption is deliberately conservative: prepare as though Q-Day could arrive as early as 2030.
The Foundation also acknowledges that most credible estimates put such a breakthrough later, potentially much later.
Ethereum has several different quantum problems
There is no single cryptographic primitive that can simply be replaced everywhere.
Normal Ethereum accounts use ECDSA over secp256k1 to authorize transactions.
Proof-of-Stake consensus relies on BLS signatures for validator attestations and efficient aggregation.
Ethereum's data-availability system uses KZG commitments for blob data.
Different zero-knowledge systems throughout the ecosystem can introduce additional cryptographic assumptions.
Several of those systems depend on elliptic-curve structures that a sufficiently powerful quantum computer could attack with Shor's algorithm.
Nothing can steal your ETH with a quantum computer today
Current quantum hardware is nowhere near the level required to recover an Ethereum private key at practical scale.
This is preparation, not emergency response.
Google Quantum AI estimated earlier in 2026 that attacking 256-bit elliptic-curve cryptography could require roughly 1,200 logical qubits.
Reliable logical qubits require substantial error correction and many physical qubits. Today's systems remain far from the necessary practical capability.
Ethereum is starting early because the network's own migration may take years.
Sending one transaction changes a standard account's future exposure
Before an externally owned Ethereum account spends funds, the chain generally exposes its address rather than the complete public key.
Once that account signs and broadcasts a transaction, the public key can be recovered from the signature and remains derivable from onchain data.
A sufficiently capable future quantum computer could theoretically work backward from that exposed public key to the private key.
Accounts that have never sent a transaction therefore retain an additional layer of protection.
The long-term plan is still for all accounts to migrate rather than rely on never revealing their keys.
Account abstraction is meant to provide cryptographic agility
Ethereum does not necessarily want to select one post-quantum signature scheme and freeze it into the protocol for decades.
Native account abstraction is intended to let accounts change the cryptography they use for authorization more flexibly.
EIP-8141, currently being considered in the Hegotá trajectory, is one component that could help make this possible.
A wallet could eventually adopt a quantum-safe signature scheme without requiring another hard fork every time the ecosystem wants to support a different algorithm.
That flexibility matters because post-quantum cryptography is still evolving.
Validator signatures are a much larger bandwidth problem
BLS is valuable to Ethereum because huge numbers of validator signatures can be efficiently aggregated.
A BLS signature is only about 96 bytes.
Hash-based post-quantum alternatives can be measured in thousands of bytes.
Ethereum is developing leanXMSS as part of its validator-signature work and leanVM as a mechanism for efficiently proving and aggregating those much larger signatures.
The Ethereum documentation uses a rough figure of 3,000 bytes for a hash-based signature before aggregation.
Simply swapping BLS for that data structure without changing anything else would make consensus dramatically heavier.
Blob security also has to move beyond KZG
Quantum resistance reaches the data layer as well.
KZG commitments currently play an important role in Ethereum's blob-based scaling architecture.
Their underlying pairing-based cryptography is not considered safe against a sufficiently capable quantum adversary.
The longer-term roadmap therefore explores hash-based and other quantum-resistant data-commitment systems, with leanDA forming part of the emerging architecture.
STARK-based and lattice-based approaches are among the families under investigation.
Five forks in three years leaves very little slack
The timetable is the difficult part.
Under the July Strawmap, full post-quantum readiness was placed at L*, five hard forks after Glamsterdam.
If Glamsterdam ships in December 2026 and L* arrives in December 2029, Ethereum would need an average cadence of roughly 7.2 months per fork.
The Foundation explicitly describes that schedule as aggressive.
Development therefore cannot happen as a neat sequence where one upgrade finishes before work begins on the next.
Specification, implementation, testing and research across several forks will have to overlap.
I* starts by registering post-quantum keys
One planned milestone after Hegotá is I*.
It includes a post-quantum public-key registry so validators can associate future quantum-resistant keys with their existing identities.
That does not instantly replace BLS consensus.
It creates infrastructure needed before validators can later switch to those keys at scale.
J* is the contingency plan
The August Strawmap update introduced a Minimum Viable Post-Quantum milestone known as MV-PQ.
It is currently associated with J*.
The package includes a post-quantum consensus heartbeat, leanDA sampling on the data layer and leanSPHINCS transactions on the execution layer.
Its purpose is unusually explicit: Ethereum should have a way to continue operating through an unexpected Q-Day even if the full migration is not complete.
That emergency state could provide reduced guarantees.
Researchers are still defining exactly what those reduced guarantees would mean, so MV-PQ should be understood as a contingency layer rather than the final architecture.
Full economic finality comes later
Keeping Ethereum operational is not the same as completing the entire post-quantum rebuild.
Full resistance still requires post-quantum validator attestations and the consensus machinery needed to preserve normal economic finality.
Execution and data-layer migration also have to be finished.
The exact ordering of later K* and L* milestones may still change as research develops and client teams learn what can realistically ship.
The deadline is firmer than the precise path to reach it.
Ethereum is deliberately choosing an early deadline
The Foundation is not claiming to know when a cryptographically relevant quantum computer will arrive.
It says the opposite: Q-Day cannot be scheduled.
That uncertainty is why Ethereum has assigned itself a date rather than waiting for consensus on a prediction.
Google, Microsoft and Cloudflare have independently chosen 2029 targets for major parts of their own post-quantum migrations.
Ethereum is choosing to be too early if necessary rather than discover too late that decentralized infrastructure cannot be migrated quickly.
Users do not need to move anything today
There is currently no urgent action for an ETH holder.
Quantum-safe account migration is not yet a normal mainnet wallet feature, and current quantum computers cannot break Ethereum accounts.
When the required signature systems are mature, wallet software is expected to guide users through the transition.
Dormant accounts remain an unresolved governance problem.
If an owner never returns to move an old account, Ethereum will eventually need to decide what protections, deadlines or recovery mechanisms are acceptable.
The community has not reached consensus on that question.
2029 is a deadline, not a prediction
Ethereum has been researching post-quantum security for years.
There is already a dedicated team, weekly interoperability work and open-source implementations of several experimental components.
The September announcement changes something more fundamental: priority.
Future upgrades are no longer competing only on scaling, usability and protocol elegance.
They are now competing against a clock.
December 2029 does not tell us when a quantum computer will threaten Ethereum. It tells us when the Foundation wants Ethereum to stop caring if one does.