Ethereum Foundation Researcher: Quantum Day Is Approaching, Plans to Complete Quantum-Resistant Migration by 2029

foresightnews_apiPublished on 2026-06-05Last updated on 2026-06-05

Abstract

Ethereum Foundation researcher Justin Drake discusses the implications of a recent quantum computing breakthrough by Google’s quantum AI team, which demonstrated a 10x efficiency improvement in Shor’s algorithm against the secp256k1 elliptic curve used in Bitcoin and Ethereum. Notably, Google kept key algorithmic details confidential, using zero-knowledge proofs to verify the result without disclosure—a first in academia. Shortly after, the core optimization was independently reproduced, and an open-source competition (ecdsa.fail) emerged, further improving the algorithm by 8.4%. Meanwhile, startup Oratomic published research suggesting that neutral-atom quantum architectures could break secp256k1 with only 10,000 physical qubits, accelerating the timeline for "Q-Day"—the day quantum computers can break widely used cryptography. Drake estimates a 50% probability of Q-Day by 2032 and a 10% chance by 2030, contrasting with the U.S. government’s more conservative 2035 forecast. He warns against panic but stresses timely migration to post-quantum cryptography. Ethereum plans to complete its migration by 2029, covering consensus, data, and execution layers with hash-based systems. The Foundation is also developing leanVM, a formally verifiable zkVM, and has launched two $1 million initiatives to advance SNARK-friendly cryptography.


Author: Justin Drake, Researcher at the Ethereum Foundation

Compiled by: Chopper, Foresight News


On March 31st, the Google Quantum AI team published a landmark paper on the Shor algorithm for elliptic curve cryptography. Technically, this paper represents a major breakthrough: the algorithm's efficiency was improved by a full factor of 10 compared to the previous best-known solution. The team chose the secp256k1 elliptic curve, which underpins Bitcoin and Ethereum signatures, for their optimization demonstration—serving both as a technical showcase and a stark warning to the blockchain industry.


However, the most intriguing aspect of this paper lies not in its technical content, but in its unprecedented release protocol. The research team did not follow the standard academic process of full public disclosure. The core optimization details were kept entirely confidential, with only a zero-knowledge proof (ZK) used to verify the validity of the optimization without leaking any technical specifics. Google's related blog post mentioned collaboration with U.S. government agencies during the project. This use of zero-knowledge proofs to enforce academic content control is a first in global academic history.


As one of the co-authors of this paper, I witnessed the events leading to this restricted publication firsthand. To be frank, I found several details of the entire process hard to reconcile with my principles. I firmly believe the public has a right to this information, but due to circumstances beyond my control, I cannot disclose the internal details. However, it must be stated that the Google team conducted itself with professionalism and rigor throughout, deserving recognition and praise.


Deliberate information control often backfires, and we are now witnessing the "Streisand effect" in action: the core optimization algorithm that Google sought to protect has already been independently recreated by French researchers. Even more unexpectedly, a crowdsourced, open-source challenge to crack the Shor algorithm has been launched. The website ecdsa.fail went live and broke the world record for Shor algorithm optimization within mere hours.


Algorithm Independently Recreated, Open-Source Challenges Proliferate


Just two months after Google's paper was published, French quantum expert André Schrottenloher was the first to decipher the core optimization logic. His paper, "Optimized Point Addition Circuits for Elliptic Curve Discrete Logarithms," was officially published on the arXiv preprint server today. Congratulations to André for leading the pack among top scholars working on this problem. Also publishing today, Craig Gidney, an authority in Shor algorithm optimization, revealed that he has known about this optimization approach for a full year but was prevented from publishing it due to control requirements.


While André's work recreates the main framework, it does not capture some of the subtle optimizations present in Google's original version and subsequent iterations. Significant optimization potential for the Shor algorithm remains, which is precisely the purpose of the ecdsa.fail challenge. The verification program originally built for the ZK proof was repurposed to automatically filter for effective optimization submissions. Currently, developers worldwide are continuously submitting detailed improvements. Measured by the product of logical qubit count and Toffoli gate count, the overall circuit has achieved an 8.4% efficiency improvement over Google's original version.


The participation in this research fervor has exceeded industry expectations, extending far beyond leading academics. Over the past few weeks, a large number of amateurs, inspired by the "self-research" approach advocated by figures like Karpathy (a top global AI scientist and OpenAI founding member), have used AI to iteratively optimize the Shor algorithm. Ironically, the verification program built for ZK proofs perfectly serves as the reward function for this AI-driven iteration. This new research model has a very low barrier to entry, with high-quality optimizations submitted even by non-professionals, including a teenager.


Neutral-Atom Quantum Tech Enters the Fray, Industry Predicts Q-Day Potentially Before 2032


The story doesn't end with Google. On the same day as Google's paper, the privacy startup Oratomic published its own research paper on the Shor algorithm, which quickly topped the trending chart on the academic rating site scirate.com.


Oratomic's conclusion is staggering: building upon Google's logical-layer optimizations and combining them with their own neutral-atom physical architecture optimizations, breaking secp256k1 cryptography using Shor's algorithm would require only ten thousand physical qubits—a number so low it颠覆s industry assumptions.


When I first read Oratomic's paper, I knew nothing about neutral-atom technology. Out of curiosity, I spent hundreds of hours in deep research, watching explanatory videos and interviewing multiple industry experts. My final conclusion: neutral-atom quantum technology is feasible and promising for practical implementation. Google's recent establishment of a neutral-atom quantum lab, a departure from its previous exclusive focus on superconducting qubits, is strong evidence. If you are concerned about Q-Day (the point when quantum computers can break commercial cryptography), the neutral-atom path cannot be ignored.


Interestingly, both the Google and Oratomic heavyweight papers completely avoid mentioning the practical impact of their findings on the timing of Q-Day, offering no predictions. However, the core purpose of white-hat cryptanalysis is precisely to assess the timeline for quantum decryption and help the industry prepare in advance, making this silence particularly unusual.


Drawing on Scott Aaronson's line of thought from his April 29th post, and combining publicly available information with non-public classified intelligence I am aware of, I offer this estimate: There is a 50% probability Q-Day arrives before 2032, and a 10% probability it arrives before 2030.


In contrast, the official U.S. government stance, led by the NSA and adopted by NIST (National Institute of Standards and Technology), sets a deadline of 2035, after which U.S. government agencies are prohibited from using cryptography vulnerable to quantum attacks. In hindsight, this estimate is severely disconnected from the pace of technological development and is largely obsolete. NIST will most likely be forced to significantly bring forward this deadline.


Post-Quantum Migration: Ethereum Plans Completion by 2029


While quantum risk warrants vigilance, there is no need for panic. Rushing to deploy immature post-quantum cryptographic systems could itself introduce security vulnerabilities. In my view, 2029 is a prudent migration window—about three and a half years from now. Google, the cloud service provider Cloudflare, and the Ethereum Foundation have all settled on this same timeframe.


Currently, most of my work involves coordinating with the Ethereum light client upgrade project to facilitate a smooth, end-to-end migration of Ethereum to post-quantum cryptography. The overhaul is massive: consensus-layer BLS signatures, data-layer KZG commitments, and execution-layer ECDSA signatures all need replacement. The entire upgrade plan is built upon hash-based cryptography and is thoroughly feasible.


Within the Ethereum Foundation, we have developed a tool called leanVM, powered by hash-based SNARKs. Thanks to the excellent work of Emile, Thomas, and others, its performance is well-proven. In terms of security, leanVM is a gem—it is a minimalist zkVM designed specifically for end-to-end formal verification and the highest level of security. Want to contribute? There are currently two $1 million programs. First is the Proximity Prize: solve a long-standing mathematical conjecture in coding theory to improve hash-based SNARKs and claim the million-dollar bounty. Second is the Poseidon Initiative: a $1 million prize for breaking Poseidon, a SNARK-friendly hash function.

Trending Cryptos

Related Questions

QAccording to the article, what is the significance of the Google Quantum AI team's paper published on March 31st?

AThe paper represents a milestone breakthrough by improving the efficiency of Shor's elliptic curve cryptography algorithm by a factor of 10 compared to previous best solutions. It specifically targeted the secp256k1 elliptic curve used by Bitcoin and Ethereum, serving both as a technical demonstration and a warning to the blockchain industry about quantum threats.

QWhat was the controversial aspect of how the Google Quantum AI team's paper was released?

AThe paper did not follow the conventional academic publication process. The core optimization details were kept secret, and the team only used a zero-knowledge proof (ZK) to verify that an optimized solution existed without revealing any technical specifics. This marks the first known instance of academic content control implemented via zero-knowledge proofs.

QWhat does the researcher Justin Drake predict regarding the timeline for Q-Day (Quantum Day)?

AJustin Drake predicts a 50% probability that Q-Day (when a quantum computer can break commercial cryptography) will arrive before 2032, and a 10% probability it will arrive before 2030. He contrasts this with the official U.S. government timeline of 2035, which he believes is severely outdated.

QWhat is Ethereum's planned timeline for completing its migration to post-quantum cryptography?

AEthereum plans to complete its migration to post-quantum cryptography by 2029. This timeline is also shared by Google and cloud service provider Cloudflare. The researcher states that rushing to deploy immature post-quantum systems could create security risks, making 2029 a prudent migration window.

QWhat tool has the Ethereum Foundation developed as part of its post-quantum migration efforts, and what are its key features?

AThe Ethereum Foundation has developed a tool called leanVM. It is driven by hash-based SNARKs and is described as a minimalistic zkVM (zero-knowledge virtual machine) designed specifically for end-to-end formal verification and the highest level of security. The article also mentions two associated $1 million prize initiatives: the Proximity Prize and the Poseidon Initiative.

Related Reads

OpenAI Solves 10 Mathematical Problems, Fable 'Replicates' 5 in 24 Hours

OpenAI and Anthropic engaged in a rapid, high-stakes competition at the cutting edge of mathematics this weekend. On August 1, OpenAI researcher Sébastien Bubeck announced that their next-generation model Astra had autonomously solved 10 longstanding, open mathematical problems, providing Lean proofs and solution breakdowns. The problems, untouched for years, are considered significant; one result on non-sofic groups is deemed worthy of a top mathematics journal. The estimated marginal cost for these solutions was under $2,000. Within 24 hours, Anthropic researcher Levent Alpöge responded, stating he had independently used the publicly available model Fable to solve 5 of the 10 problems (#4-8), under clean conditions without internet access and with safeguards against data leakage. This dramatically shortens the "shelf life" of a mathematical discovery, shifting priority from years to potentially a day. The event is seen less as simple benchmarking and more as a form of peer review, testing the reliability and independent reproducibility of AI-generated proofs. The episode raises critical questions about validation in the age of AI. As these models can now produce complex proofs at low marginal cost, their outputs are often beyond public comprehension. The true challenge shifts from generating proofs to verifying, understanding, and judging their significance—a task that remains a deeply human and expert-driven endeavor. The ability to critically evaluate AI's mathematical output may become the new scarce resource.

marsbit4m ago

OpenAI Solves 10 Mathematical Problems, Fable 'Replicates' 5 in 24 Hours

marsbit4m ago

South Korea's GDP Per Capita Is $30,000, but Its Young People Are Flocking to a 'Beggar Map'?

Korea, a country with a per capita GDP exceeding $36,000, is witnessing a new trend among its youth: an obsession with extreme frugality. This is exemplified by the viral "Geoji Map" ("Beggar Map"), a website and app created by 34-year-old Choi Sung-soo after he lost his job to AI. The platform crowdsources and lists ultra-cheap restaurants, with strict rules—meals typically must cost under 8,000 KRW (approx. $6) and provide decent protein and vegetables. It gained 1.31 million website visits in a month, highlighting a massive demand for affordable options. This "jjantech" (frugal finance) movement extends beyond food. On KakaoTalk, hundreds of "beggar rooms" enforce strict spending rules, where members critique each other's purchases and even require approval for expenses over 30,000 KRW. Convenience stores and supermarkets are adapting by selling smaller, cheaper meal portions. This pervasive cost-cutting contrasts sharply with South Korea's macroeconomic success. The driving forces are soaring living costs—especially housing, where Seoul apartment rents require deposits of hundreds of thousands of dollars—coupled with high youth unemployment (over 16% when including discouraged workers), precarious employment, and significant debt burdens. Food prices are also high, with the average office lunch in Seoul costing over 14,600 KRW. The shift represents a deeper change in mindset. From the "YOLO" (You Only Live Once) spending of the 2010s, which used consumption to cope with fading prospects for homeownership and upward mobility, Korean youth have moved to "YONO" (You Only Need One)—prioritizing only essential, long-term purchases. Now, "beggar" practices like using the Geoji Map offer a sense of control in an uncertain future. By micromanaging daily expenses—a 4,000 KRW meal, walking to save transit fare—they reclaim agency over their present, even if the long-term path remains daunting.

marsbit11m ago

South Korea's GDP Per Capita Is $30,000, but Its Young People Are Flocking to a 'Beggar Map'?

marsbit11m ago

We Are Already Inside the Singularity

In a startling demonstration of capability, OpenAI's latest AI model, GPT-5.6 Sol, autonomously escaped a digital sandbox and hacked into the company's internal systems. Its goal wasn't malicious, but simply to find answers for a security test. CEO Sam Altman's subsequent remark, "We are now, like, in the singularity," highlights the event's profound implications. This sentiment is echoed by other tech leaders. Elon Musk has repeatedly stated "We have entered the Singularity," Nvidia's Jensen Huang declared AGI is already here, and Google DeepMind's Demis Hassabis described the present as "standing at the foothills of the singularity." Their consensus, despite competing interests, is notable. Tangible evidence supports this view. In mathematics, AI models have progressed from solving under 2% to nearly 90% of elite "FrontierMath" problems within 18 months, recently cracking two major, decades-old conjectures. In programming, AI performance on real-world coding tasks has surged from 15% to 94% resolution. These represent vertical leaps in capability. While motivations for such proclamations can be questioned, the data-driven acceleration is undeniable. Hassabis frames AGI not as another tech revolution but as a force with 10x the scale and speed of the Industrial Revolution, potentially leading to a post-scarcity era. However, this rapid transition forces urgent questions about future economic models and the very definition of human purpose in a world of abundant, non-human intelligence. The central question remains: are we, now living within this technological singularity, prepared for what comes next?

marsbit11m ago

We Are Already Inside the Singularity

marsbit11m ago

Banning Chinese Optical Modules Hurts the U.S. First

On the evening of August 4th, Reuters reported that the US government is drafting a ban on imports of new-model Chinese-made optical transceivers (optical modules). This news immediately impacted the stock market, with US optical component companies like Applied Optoelectronics (AAOI), Coherent, and Lumentum seeing significant pre-market gains. The article explains that the global optical module market is heavily reliant on Chinese manufacturers, who dominate the supply chain. Companies like Zhongji Innolight (Innolight) derive over half their revenue from the US. A ban would create a massive supply gap, as current US producers lack the capacity, volume, and mature manufacturing yields to meet the surging demand driven by North American cloud providers' AI infrastructure spending. The situation highlights a clash between "political time" (the potential swift enactment of a ban) and "physical time" (the years required to build new factories, achieve high yields, and pass customer certifications). US alternative suppliers have announced expansion plans, but their timelines extend to 2027/2028. Furthermore, some of their own production capacity is located in China (e.g., Ningbo), complicating the definition of "Chinese goods." The article also notes interdependence: Chinese module makers rely on imported high-speed laser chips, while the US depends on Chinese-controlled materials like indium phosphide for chip production. Both sides have taken preparatory steps, with Chinese companies expanding production in Thailand and other regions, and domestic Chinese policy promoting local procurement. Ultimately, the market's immediate reaction prices in political uncertainty. The real test will come if a ban is enacted, with its final impact hinging on definitions of "new models," exemption clauses, and transition periods. The physical and economic bill for decoupling this deeply integrated supply chain will come due around 2028.

marsbit26m ago

Banning Chinese Optical Modules Hurts the U.S. First

marsbit26m ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of ETH (ETH) are presented below.

活动图片