Quantum computing poses a credible near- to mid-term threat to Bitcoin: Solana co‑founder Anatoly Yakovenko warns of a significant breakthrough within five to ten years and urges migration to a quantum‑resistant Bitcoin signature scheme to protect wallets and future transactions.
50/50 chance of a quantum breakthrough within five years — urgent action advised
Mitigation requires a coordinated upgrade to post‑quantum signatures, which may need a hard fork and community consensus.
Experts disagree on timing: estimates range from under five years to two decades; planning and research are recommended now.
Quantum computing Bitcoin threat: plan upgrades to quantum‑resistant signatures now to secure wallets and transactions. Learn the steps and timeline.
Solana founder Anatoly Yakovenko forecasts a “50/50” chance of a quantum computing breakthrough by 2030, and says the Bitcoin community must “speed things up.”
‘,
‘
🚀 Advanced Trading Tools Await You!
Maximize your potential. Join now and start trading!
‘,
‘
📈 Professional Trading Platform
Leverage advanced tools and a wide range of coins to boost your investments. Sign up now!
‘
];
var adplace = document.getElementById(“ads-bitget”);
if (adplace) {
var sessperindex = parseInt(sessionStorage.getItem(“adsindexBitget”));
var adsindex = isNaN(sessperindex) ? Math.floor(Math.random() * adscodesBitget.length) : sessperindex;
adplace.innerHTML = adscodesBitget[adsindex];
sessperindex = adsindex === adscodesBitget.length – 1 ? 0 : adsindex + 1;
sessionStorage.setItem(“adsindexBitget”, sessperindex);
}
})();
Solana co‑founder Anatoly Yakovenko has urged the Bitcoin community to accelerate its efforts to guard against quantum attacks, arguing that a major breakthrough in quantum computing could come much sooner than many expect.
What is the quantum computing threat to Bitcoin?
The quantum computing Bitcoin threat is that sufficiently powerful quantum machines could solve the elliptic curve discrete logarithm problem underlying ECDSA, enabling attackers to derive private keys from public keys and sign transactions. If realized, this would undermine the security of exposed Bitcoin addresses and stored keys.
How likely is a quantum breakthrough in the next five to ten years?
Yakovenko said at the All‑In Summit 2025 (video published to YouTube) that he feels a “50/50 within five years” for a major quantum advance. He pointed to rapid AI and hardware convergence as reasons to accelerate defensive work. Other experts provide a wider range: some cybersecurity researchers warn it could plausibly occur in under five years, while seasoned cryptographers estimate a multi‑decade horizon.
How soon could quantum computers break Bitcoin cryptography?
Current Bitcoin wallets use the Elliptic Curve Digital Signature Algorithm (ECDSA), which depends on the hardness of the elliptic curve discrete logarithm problem for classical computers. Quantum algorithms such as Shor’s algorithm could, in principle, solve these problems exponentially faster, making ECDSA vulnerable if large, error‑corrected quantum computers become available.
‘
🔒 Secure and Fast Transactions
Diversify your investments with a wide range of coins. Join now!
‘,
‘
💎 The Easiest Way to Invest in Crypto
Dont wait to get started. Click now and discover the advantages!
‘
];
var adplace = document.getElementById(“ads-binance”);
if (adplace) {
var sessperindex = parseInt(sessionStorage.getItem(“adsindexBinance”));
var adsindex = isNaN(sessperindex) ? Math.floor(Math.random() * adscodesBinance.length) : sessperindex;
adplace.innerHTML = adscodesBinance[adsindex];
sessperindex = adsindex === adscodesBinance.length – 1 ? 0 : adsindex + 1;
sessionStorage.setItem(“adsindexBinance”, sessperindex);
}
})();
Solana founder Anatoly Yakovenko spoke at the All-in Summit. Source: All-In Podcast
David Carvalho, founder and chief scientist of Naoris Protocol, said in June that quantum hardware improvements could “plausibly rip” through Bitcoin cryptography within less than five years. Conversely, Blockstream CEO Adam Back has estimated the credible threat may appear in “maybe 20 years.” Samson Mow has suggested the timeline is probably closer to a decade, adding that other systemic failures could precede a cryptographic collapse.
Migrating Bitcoin to post‑quantum cryptography is technically feasible but operationally complex. A practical plan requires research, testing, community coordination, and one or more protocol upgrades. Below is a concise, actionable guide for stakeholders.
‘
];
var adplace = document.getElementById(“ads-htx”);
if (adplace) {
var sessperindex = parseInt(sessionStorage.getItem(“adsindexHtx”));
var adsindex = isNaN(sessperindex) ? Math.floor(Math.random() * adscodesHtx.length) : sessperindex;
adplace.innerHTML = adscodesHtx[adsindex];
sessperindex = adsindex === adscodesHtx.length – 1 ? 0 : adsindex + 1;
sessionStorage.setItem(“adsindexHtx”, sessperindex);
}
})();