Futures
Access hundreds of perpetual contracts
CFD
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
CFD
Stock CFD Derivatives
US Stocks
Access real US stocks and ETFs
HK Stocks
Trade quality Hong Kong-listed stocks
Korean Stocks
SK Hynix
Real Korean stocks and top assets
Stock Futures
High leverage, 24/7 trading
Tokenized Stocks
Backed by real stock assets
IPO Access
Unlock full access to global stock IPOs
GUSD
3.8%
Mint GUSD for Treasury RWA yields
Stocks Activities
Trade Popular Stocks and Unlock Generous Airdrops
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
IPO Access
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
How far is Q-Day from Bitcoin? How quantum computing could challenge BTC’s security model
On July 24, 2026, according to Gate market data, the price of Bitcoin (BTC) was $65,552.8, with a 24-hour increase of 0.17% and a rise of 3.73% over the past 7 days. At first glance, the market seems to have not been disturbed by any external variables. However, over the past four months, a debate about the underlying security architecture of Bitcoin has been accelerating in the cryptography community and the core circles of the crypto industry—quantum computing, once seen as a “distant problem only to be faced decades later,” is now approaching reality at an unprecedented speed.
On March 31, 2026, Google Quantum AI released a 57-page white paper, offering a set of unsettling new estimates: the number of physical qubits required to break the secp256k1 elliptic curve used by Bitcoin has been reduced to below 500 thousand. Compared with the tens of millions of qubits previously estimated by the industry, this figure drops by nearly one order of magnitude. In the same month, an academic paper submitted to PRX Quantum further confirmed this trend by providing new resource estimates for the elliptic curve discrete logarithm problem (ECDLP) targeting the secp256k1 curve.
This is not a distant sci-fi narrative. From BlackRock listing quantum computing as an official risk factor in Bitcoin ETF regulatory filings, to nine institutions—including Strategy, Coinbase, and BlackRock—jointly forming a Bitcoin Security Alliance on July 23, 2026 and pledging $15 million in funding over three years; from Galaxy Digital launching a quantum readiness plan for Bitcoin with up to $5 million, to BIP-360 and BIP-361 officially adding post-quantum address types into Bitcoin improvement proposal repositories—throughout the entire crypto industry, people are answering the same question with real money and lines of code: Q-Day, how far away is it from Bitcoin?
What is Q-Day? Why has it become a new risk variable for the crypto industry
Q-Day (Quantum Day) refers to the critical moment when quantum computers become powerful enough to break existing public-key cryptographic systems. It is not a precise date on the calendar, but a technical threshold—Q-Day arrives when a fault-tolerant quantum computer can reliably run Shor’s algorithm and complete cracking of RSA or elliptic-curve cryptography within a reasonable time.
Why has Bitcoin become the focus of discussions about quantum threats? Because Bitcoin’s security model is built on two cryptographic lines of defense: one is the SHA-256 hash algorithm used for proof-of-work (PoW) mining; the other is the elliptic-curve digital signature algorithm (ECDSA), used to generate wallet addresses and sign transactions. Grover’s algorithm’s acceleration of SHA-256 is only a quadratic boost, which does not pose a substantive threat in the face of fault-tolerant costs. But Shor’s algorithm’s ability to solve the elliptic curve discrete logarithm problem is exponential—it can derive the private key from a public key.
It is important to note that quantum computing does not attack the blockchain itself, nor does it tamper with transaction history. It attacks the weakest link in Bitcoin’s security model: the wallet signature mechanism. Once an attacker can derive the private key from the public key, they can forge signatures, transfer assets, and the blockchain ledger cannot do anything about it—because from the protocol’s perspective, the signatures are valid. This is precisely why the quantum threat is so special for Bitcoin: it is not an attack on the network itself, but a disruption of the core logic of “proof of ownership.”
Why quantum computing can threaten Bitcoin
To understand why quantum computing can threaten Bitcoin, we first need to understand Bitcoin’s current cryptographic architecture.
Bitcoin uses the ECDSA digital signature algorithm, based on an elliptic curve called secp256k1. Users generate a random number as the private key, compute the public key via elliptic curve multiplication, and then perform hashing to obtain the Bitcoin address. On traditional computers, deriving the private key from the public key requires solving the elliptic curve discrete logarithm problem (ECDLP). The computational complexity makes this process mathematically infeasible—even the most advanced supercomputers would take billions of years.
But the emergence of Shor’s algorithm changes the situation. Shor’s algorithm can solve integer factorization and discrete logarithm problems in polynomial time. For the secp256k1 curve, theoretically it would require about 2,300 to 2,600 logical qubits, along with billions of quantum gate operations, to derive the private key from the public key within a few hours.
However, the attack path does not apply equally to all Bitcoin addresses. Here is a key distinction:
For unspent transaction outputs (UTXOs), if the address holding the funds is “unspent” and the public key has not been revealed, that address is temporarily secure. Bitcoin addresses are hashes of public keys, and hash functions (SHA-256 and RIPEMD-160) have stronger resistance against quantum computing—Grover’s algorithm only provides a quadratic speedup for hashes. Therefore, as long as the public key has not been published on-chain, a quantum computer cannot directly attack.
The risk is concentrated in addresses whose public keys have already been exposed. When a user initiates a transaction, the public key must be broadcast to verify the signature, after which the public key is permanently recorded on the blockchain. If that address has been used multiple times (i.e., “address reuse”), then the public key has long been exposed on the public ledger. Attackers can then, after Q-Day arrives, directly attempt to derive the private key. According to Project Eleven’s estimates, about 6.9 million BTC (about 34% of the circulating supply) are stored in addresses exposed to potential quantum leakage risk. Another estimate shows that about 1.7 million BTC are held in addresses based on older public keys.
This difference comes from different statistical scopes— the former includes all addresses that have exposed public keys (including address reuse), while the latter may only count certain types of legacy addresses. But regardless of which scope is used, the conclusion is consistent: a substantial portion of Bitcoin supply is under potential risk exposure.
Why Google research has renewed market attention
On March 31, 2026, the white paper released by Google Quantum AI was the direct trigger for this wave of market attention. The research shows that the number of physical qubits required to crack the 256-bit elliptic curve discrete logarithm problem has dropped from the previously estimated tens of millions to approximately below 500 thousand.
The reduction comes from multiple factors. First, Google’s Willow processor first achieved “below-threshold” quantum error correction in October 2025—a crucial engineering turning point, meaning that adding more physical qubits can actually lower the overall error rate rather than introduce more noise. Second, researchers deeply compiled and optimized the quantum circuits for Shor’s algorithm, reducing circuit complexity to levels previously considered impossible. In addition, since 2023, multiple academic improvements to Shor’s algorithm (such as the Regev algorithm and subsequent optimizations) have also contributed to efficiency gains.
Researchers pointed out that, within about a year, three papers on elliptic curve cryptography had reduced estimates of the quantum resources required for the attack by nearly one order of magnitude. What does this imply? It implies that the “risk time window is shrinking.”
It is also worth emphasizing that this does not mean Bitcoin will be cracked at any time. Today’s most advanced quantum computers (such as Google Willow) have only 105 physical qubits. From 105 to 500 thousand, there is a gap of nearly 5,000 times in the middle. The conversion from physical qubits to logical qubits also involves fault-tolerance overhead of 1,000:1 or even higher. IonQ plans to reach about 1,600 logical qubits in 2028, and IBM plans to achieve a fault-tolerant quantum computer with 200 logical qubits in 2029. Reaching the thousands of logical qubits required to break secp256k1 would, even under the most optimistic predictions, take until 2029 to 2033.
But the key issue is not whether it is possible “today,” but which direction the trend is moving. When a tech giant chooses to disclose its findings using zero-knowledge proofs—rather than publishing the specific algorithm details—that in itself suggests the researchers believe this discovery is not trivial.
What happens to Bitcoin when Q-Day arrives
Q-Day is not a switch, but a gradual technical threshold. How it arrives will determine Bitcoin’s response space.
Scenario 1: Quantum attacks occur before post-quantum upgrades are completed
This is the tail-risk scenario that deserves the most attention. If a fault-tolerant quantum computer is put into use before Bitcoin completes its post-quantum migration, attackers could, in a short time, derive private keys from a large number of already exposed public-key addresses and forge signatures to transfer assets. The impact is not limited to direct losses of on-chain assets; more importantly, it is the collapse of the trust system—if digital signatures can no longer reliably prove ownership, the entire Bitcoin narrative of value storage will be fundamentally questioned. Market panic could cause dramatic fluctuations in the BTC price, and institutional investors would reevaluate their logic for allocating to crypto assets.
It should be noted that even after an attack occurs, not all Bitcoin would instantly be lost. Addresses that have never been spent and whose public keys have not been exposed are still protected by hash functions. But given that about 6.9 million BTC are in potential risk exposure, the damage potential of this scenario cannot be underestimated.
Scenario 2: Complete post-quantum upgrades before Q-Day
This is the ideal path the industry is working toward. The Bitcoin network can introduce new address formats and post-quantum signature schemes via soft forks or hard forks, requiring users to migrate funds from old addresses to new addresses. BIP-360 has already proposed a post-quantum address type called “Pay-to-Merkle-Root” (bc1z), which reduces quantum risk exposure by removing key paths that are vulnerable to attack. BIP-361 further proposes a three-stage migration plan, setting a five-year migration window; funds in old addresses that are not migrated by the deadline will be frozen.
The challenge of this path is that migration requires active cooperation from users across the entire network. Those “sleeping Bitcoins” (estimated at about 2.3 million to 3.7 million BTC) that have lost their private keys will be unable to complete migration and may be permanently locked out of the new post-quantum system. Bitcoin in Satoshi-era early addresses may face the same fate.
Can Bitcoin complete the quantum upgrade
Bitcoin’s biggest challenge is not technology, but governance.
Bitcoin’s decentralized governance mechanism is consensus-based—any protocol change needs broad agreement from miners, node operators, core developers, and users. This mechanism ensures Bitcoin’s stability and resistance to capture, but it also makes any major upgrade extremely slow. Network upgrades typically require long processes such as design, review, testing, and deployment.
By contrast, the Ethereum Foundation has already launched systematic exploration of post-quantum cryptography. New-generation chains like Algorand have incorporated post-quantum considerations at the architecture design stage. But Bitcoin’s size and decentralization mean upgrades cannot be rushed— as Stanford cryptographer and co-author of the Google Quantum AI paper Dan Boneh said, pushing Bitcoin through post-quantum migration hastily could instead introduce more systemic errors.
Real resistance at the governance level is also unavoidable. The proposal in BIP-361 to “freeze unmigrated assets” has triggered intense debate about property rights and decentralized principles. Some argue that forced freezing violates Bitcoin’s core value; others argue that not acting is the most irresponsible choice for holders.
But change is happening. On July 23, 2026, nine institutions—including Strategy (formerly MicroStrategy), BlackRock, Coinbase, Fidelity Digital Assets, ARK Invest, Block, Galaxy, Blockstream, and Anchorage Digital—jointly formed the Bitcoin Security Consortium, pledging $15 million in funding within three years for Bitcoin security development and research. The consortium explicitly lists “preparing for the quantum computing era for Bitcoin” as one of its core work directions.
On the same day, Coinbase announced its post-quantum cryptography roadmap, declaring the development of a post-quantum version of CoreKMS, PQ-CoreKMS, for key management systems protecting about 99.9% of custodial assets, and planning to hold the first post-quantum migration workshop in August 2026 in collaboration with Stanford University. Galaxy Digital, on July 21, launched its Bitcoin quantum readiness plan, pledging up to $5 million in developer grants and establishing a quantum advisory committee made up of scholars from multiple top universities.
Policy is also moving in parallel. On June 22, 2026, U.S. President Trump signed Executive Order 14412, requiring federal critical systems to complete post-quantum cryptography migration by 2031. The U.S. National Institute of Standards and Technology (NIST) completed drafts of the first set of post-quantum encryption standards in 2024.
Conclusion
The threat of quantum computing to Bitcoin is not a question of “whether it will happen,” but of “when it will happen” and “whether migration can be completed before then.”
From a technical perspective, research progress in 2026 has moved the quantum resources required to break secp256k1 from “unreachable” into the realm of “engineering feasibility.” From the industry response, the collective actions by firms such as BlackRock, Coinbase, and Strategy show that quantum risk has moved from academic discussion into a substantive preparation phase. From the timeline, Project Eleven predicts that Q-Day could arrive as early as 2030, and Bitcoin’s governance mechanism means any major upgrade would take years to be fully deployed.
What does this mean? It means the window of time left for the Bitcoin community may be shorter than many people imagine. But that does not mean Bitcoin is destined for crisis. As the white paper jointly released by ARK Invest and Unchained points out, quantum threats are a traceable, phased, incremental process—not a sudden “singularity” that arrives out of nowhere.
Bitcoin’s advantage lies in the robustness of its network and the community’s adaptive ability. From the SegWit upgrade in 2017 to the Taproot upgrade in 2021, Bitcoin has already proven its capacity to undergo major technical evolution while maintaining decentralization. The scale and complexity of a quantum upgrade are far beyond anything previously seen, yet the industry is preparing for it at unprecedented speed and scale.
The footsteps of quantum computing are drawing nearer. Whether Bitcoin can complete self-evolution before Q-Day arrives will be its harshest stress test for the “digital gold” narrative.
FAQ
Q1: When will quantum computing truly be able to crack Bitcoin?
The most optimistic prediction is that quantum computers with cryptographic threat capability could emerge around 2030. But it must be made clear that this does not necessarily mean Bitcoin will definitely be cracked at that time— the industry is pushing post-quantum upgrades for that. The most advanced quantum computer today (Google Willow) has only 105 physical qubits, while cracking the secp256k1 curve requires about 500 thousand physical qubits.
Q2: Will quantum computing destroy the entire Bitcoin network?
No. It will not “destroy” the network itself. Quantum computing attacks the wallet signature mechanism, not the blockchain ledger. Attackers can derive private keys from publicly known public keys and transfer assets, but the blockchain itself will continue to operate. The real risk lies in the trust system—if signatures are no longer reliable, Bitcoin’s value storage function will be fundamentally questioned.
Q3: Is my Bitcoin safe right now?
Yes, it is safe right now. In the short term (the next 3 to 5 years), quantum computing does not yet have the capability to crack Bitcoin encryption. But if you have repeatedly reused an address (i.e., received to the same address multiple times), that address’s public key has already been exposed on the blockchain. It is recommended that you gradually migrate funds to new unused addresses and keep an eye on the Bitcoin community’s progress on post-quantum upgrades.
Q4: How is Bitcoin’s post-quantum upgrade progressing?
BIP-360 has proposed a post-quantum address type (bc1z), and BIP-361 has proposed a three-stage migration plan. In July 2026, nine institutions including Strategy and BlackRock and Coinbase formed the Bitcoin Security Consortium, pledging $15 million to fund related work. Galaxy Digital has also launched a $5 million quantum readiness plan. However, these proposals are still in discussion and have not been deployed to the mainnet yet.
Q5: If Q-Day arrives, will my Bitcoin become zero?
Not necessarily. If Bitcoin completes the post-quantum upgrade before Q-Day, most users’ assets can be protected through migration. But if the attack happens before the upgrade is completed, addresses whose public keys have already been exposed will face risk. It is recommended to watch industry developments, avoid address reuse, and complete asset migration promptly after the community reaches consensus.