
Markets2 min read
DeepBook App on SUI goes live in Alpha
From Infrastructure to Interface @DeepBookonSui Protocol has officially launched its consumer-facing application in alpha on @SuiNetwork mainnet, marking a significant shift for a protocol th
Quantum computing threatens Bitcoin and crypto for one narrow reason: a powerful enough quantum computer could work backward from a wallet's public key to its private key, then sign transacti
Quantum computing threatens Bitcoin and crypto for one narrow reason: a powerful enough quantum computer could work backward from a wallet's public key to its private key, then sign transactions and move the funds. The math that makes that reversal practically impossible for today's computers does not hold up against a quantum machine running the right algorithm.
That machine does not exist yet. But the conversation shifted this year. On June 22, President Trump signed two executive orders on quantum technology, one to build a powerful quantum computer and one to harden federal systems against quantum attacks. Three months earlier, Google Quantum AI published research showing the attack on Bitcoin's cryptography needs far less hardware than experts had assumed. Together, the policy push and the research moved quantum from a distant worry to a deadline people are now planning around.
Most coverage gets this part wrong, so it is worth being precise. Bitcoin and nearly every major chain secure transactions with elliptic curve cryptography, specifically ECDSA on the secp256k1 curve. Your public key is easy to calculate from your private key, but reversing that step is the hard problem that keeps your coins safe. Classical computers cannot do it in any useful timeframe.
Shor's algorithm, published by Peter Shor in 1994, changes that. On a large, error-corrected quantum computer, it solves the reversal efficiently, turning a problem that would take classical machines longer than the age of the universe into one that takes minutes. That is the core threat, and it targets digital signatures.
A second quantum method, Grover's algorithm, is often cited but matters far less here. It speeds up the brute-forcing of hash functions like SHA-256, which Bitcoin uses for mining and addresses. The catch is that the speedup is only quadratic, roughly cutting 256-bit security to 128-bit equivalent, and the network can raise the difficulty to compensate. Mining is not the weak point. Signatures are.
Bitcoin's history works against it. According to on-chain data cited in Bitcoin's own developer proposals, more than 34% of all $BTC, somewhere between 6.5 and 6.9 million coins, sit in addresses that have already revealed a public key on-chain as of March 1, 2026. That includes roughly 1.7 million BTC in early Pay-to-Public-Key outputs, some of it believed to belong to Satoshi Nakamoto.
There are two attack shapes to understand:
The danger is not that Bitcoin's chain breaks. It is direct theft of funds, plus the confidence shock that would follow if old, supposedly lost coins suddenly started moving.
Two proposals are live, and they show how hard this is to coordinate.
BIP-360, assigned in February 2026 and already in testnet, introduces a new quantum-resistant output type (described as Pay-to-Quantum-Resistant-Hash or Pay-to-Merkle-Root). It protects newly created coins by keeping the vulnerable key off-chain and using NIST-approved post-quantum signatures instead.
BIP-361, published April 14, 2026 by Jameson Lopp (@lopp) and five co-authors, tackles the harder question of the legacy coins BIP-360 cannot help. Titled "Post Quantum Migration and Legacy Signature Sunset," it lays out a phased plan: about three years after activation, the network stops allowing sends to old address types; about two years after that, it stops honoring old signatures entirely, freezing any coins that never migrated. A third phase, still in research, would let rightful owners reclaim frozen funds using a zero-knowledge proof tied to their seed phrase.
This is where Bitcoin's culture collides with itself. Freezing coins, even to protect them, runs against the "your keys, your coins" principle many holders treat as sacred. Supporters counter that doing nothing guarantees those coins get stolen later, which is its own loss and a messier one. BIP-361 has no activation timeline and remains a draft.
The vulnerability is industry-wide, because most chains lean on the same family of elliptic curve math.
Ethereum is the most active responder. The Ethereum Foundation stood up a dedicated Post-Quantum Security team in January 2026, and Vitalik Buterin (@VitalikButerin) published a roadmap in February naming four exposed layers: account signatures (ECDSA), validator signatures (BLS), data availability (KZG commitments), and zero-knowledge proofs. Its leading strategy is account abstraction via EIP-8141, which is being considered for the Hegotá hard fork in the second half of 2026, allowing individual accounts to opt into quantum-safe signatures without forcing the whole network to switch at once. On the consensus side, Ethereum plans to swap BLS for a hash-based scheme called leanXMSS. The Foundation is targeting core post-quantum infrastructure around 2029.
Solana faces the same exposure through its Ed25519 signatures. Its two main client teams, Anza and Firedancer, have both converged on Falcon, a NIST lattice-based scheme, and published a phased migration plan in April 2026.
A handful of chains are worth tagging here, either because they were built quantum-safe or because they have concrete plans:
The common toolkit is NIST's post-quantum standards, finalized in August 2024: FIPS 203 (ML-KEM), FIPS 204 (ML-DSA, also called Dilithium), and FIPS 205 (SLH-DSA, or SPHINCS+). Falcon's standard (FN-DSA) is expected to follow around 2027. The shared challenge is that these signatures are larger than what chains use today, which means bigger transactions and real performance costs to swallow.
Not panicked, but not complacent either. No cryptographically relevant quantum computer exists today. The best current machines run a few thousand noisy physical qubits with at most around a hundred error-corrected logical ones. Google's paper estimated the attack would need roughly 1,200 to 1,450 logical qubits and fewer than 500,000 physical qubits, about a 20-fold drop from the prior best estimate of around 9 million. That is a smaller gap than the field believed a year ago, but still a large one, and the fault-tolerant hardware to cross it does not exist yet.
Estimates for "Q-Day" cluster around the end of this decade. Google set an internal 2029 deadline to migrate its own systems. The research firm Project Eleven puts the baseline at 2033. Ethereum researcher Justin Drake (@drakefjustin), co-author of the Google paper, pegs it at 10% by 2030 and 50% by 2032.
The reason to care now is timing, not imminence. Migrating a decentralized network takes years of coordination, and exposed data can be quietly harvested today to crack once a capable machine arrives, the "harvest now, decrypt later" problem. The chains moving early are not reacting to an attack. They are buying themselves a bit of runway. The threat is still years out. The work to stay ahead of it is too, and that is the part the industry has finally stopped postponing.
Sources