Market Prices

BTC Bitcoin
$75,899.2 -1.97%
ETH Ethereum
$2,397.84 -3.64%
SOL Solana
$97.02 -4.05%
BNB BNB Chain
$713 -0.92%
XRP XRP Ledger
$1.29 -7.89%
DOGE Dogecoin
$0.0800 -3.57%
ADA Cardano
$0.1947 -5.21%
AVAX Avalanche
$7.31 -2.72%
DOT Polkadot
$0.9484 -4.60%
LINK Chainlink
$10.79 -5.72%

Event Calendar

{{年份}}
15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

28
03
unlock Arbitrum Token Unlock

92 million ARB released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

18
03
unlock Sui Token Unlock

Team and early investor shares released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

12
05
halving BCH Halving

Block reward halving event

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

💡 Smart Money

0x770a...948d
Early Investor
-$2.1M
71%
0xaf3f...9471
Experienced On-chain Trader
-$2.8M
86%
0xe0ff...a0a8
Market Maker
+$0.5M
91%

🧮 Tools

All →

Quantum Benchmark Halved for Bitcoin and Ethereum Attacks: What Actually Moved

CryptoAnsem
Events

Two researchers have cut the quantum resource benchmark for attacking Bitcoin and Ethereum signatures in half. The result lands below half of Google's earlier published figure. No quantum computer was built. No key was recovered. No peer-review status was disclosed in the report itself — and the researchers are not named in the version circulating.

Within hours, that single word — halve — gets screenshotted, stripped of context, and reposted as "quantum attack just got twice as easy."

It didn't. I've watched this cycle before. A theoretical number moves, the headline implies a hardware breakthrough, retail sells into a thin bid, and three days later nobody remembers the citation. I spent my early career tracing deployment logs on Etherscan at 3am for exactly this reason: the number is never the story. The accounting method behind the number is.

So, before anything else: what moved is an estimate of the resources an attack would require. It is not a measurement of the resources an attacker has. Two different clocks. Only one of them is ticking. — Root: The ESTP

Context: the attack path nobody disputes

The attack path isn't mysterious. Bitcoin and Ethereum sign with ECDSA over the secp256k1 curve. The security assumption is that recovering a private key from an exposed public key requires solving the elliptic curve discrete logarithm problem — ECDLP. Shor's algorithm solves that class of problem efficiently, given a sufficiently large fault-tolerant quantum computer. That has been true in theory since 1994.

What shifts year to year is the resource estimate: how many physical qubits, how much runtime, how much error-correction overhead. The standard unit is spacetime volume — qubit count multiplied by execution time. Google's work on RSA factoring set the reference point the industry keeps quoting.

Two details in the new result matter more than the headline figure.

First, the report states that the two estimates use different accounting methods. That is not a footnote. If one paper counts physical qubits and the other counts logical qubits folded through a surface-code cycle budget, the ratio between them is arithmetic theater. Comparing them is comparing a shipping weight to a volumetric weight.

Second, the attack surface is narrower than the panic implies. Shor's algorithm needs a public key. Bitcoin does not expose public keys for standard P2PKH outputs until spend — the chain stores a hash of the key, not the key. The genuinely exposed set is specific: P2PK outputs from the earliest era, reused addresses, and every Ethereum account, which reveals its public key on the first outbound transaction.

That nuance never survives the headline. Cheetah.

Core: what "exposed" actually means

Let me be concrete about the risk map, because it's the whole ballgame. This is a scan I've run in variations for years:

revealed = {}          # pubkey_hash -> pubkey first seen on-chain
for txin in confirmed_inputs:
    pk = extract_pubkey(txin.witness or txin.script_sig)
    if pk is None:
        continue
    h = hash160(pk)
    if h in revealed and revealed[h] != pk:
        flag("key reuse: pubkey now permanently recoverable")
    revealed[h] = pk

The output of that loop is your real quantum-risk map. Not "Bitcoin." A specific, countable subset of UTXOs whose keys are already public — plus every Ethereum EOA that has ever sent a transaction.

Now the resource side.

A logical qubit is not a physical qubit. Fault-tolerant Shor requires error-corrected logical qubits, each built from hundreds or thousands of physical qubits under a surface code. The conversion ratio is the entire cost of the attack, and it's where estimates diverge most violently.

Steady improvements in these estimates come from three places: windowed arithmetic that reduces the number of modular multiplications, cheaper modular-multiplication circuits, and tighter surface-code cycle counts. All three are compiler and circuit-design work. None of them require a new physics result. That's my read on where the halving came from — mid-confidence, since the underlying paper isn't public yet.

Here's the part the coverage skips: halving a logical resource estimate does not move the fault-tolerance wall. We do not have a fault-tolerant quantum computer at any scale. Every projection still assumes one exists, plus a quantum error-correction regime stable enough to run Shor's circuits for hours without decoherence.

So the honest translation of "half the resources" is: the theoretical cost of an attack built on hardware that does not exist improved by a factor of two, using a methodology that may not be directly comparable to the benchmark it's being compared against.

That is a real result in cryptography. It is not a change in your risk this quarter.

One more thing. The paper optimizes an attack on secp256k1. It says nothing about BIP-340 Schnorr, nothing about threshold signatures, nothing about the PQC signature schemes already in NIST's pipeline. The blast radius of this news is narrower than the blast radius of the threat.

And treat the sourcing with the skepticism it deserves. The researchers are unnamed in the circulating report. There is no stated peer-review status. Google's benchmark is public, citable, and reproducible; the thing being compared to it is not, yet. A number that cannot be reconciled line by line is a claim, not a result.

Contrarian: the hard part was never the qubits

The unreported angle isn't technical. It's governance.

Assume, for argument's sake, the estimate is right and the methodology is sound. Then ask the question nobody asked: could Bitcoin migrate to post-quantum signatures? Not "would it be good" — could it. SegWit took years of acrimony. Taproot took three years from proposal to activation. A PQC migration touches consensus rules, miner incentives, exchange deposit infrastructure, hardware wallets with fixed secure elements, and multisig custody arrangements at every institution that holds client keys.

The coordination problem is the hard part. Every hardware wallet in circulation would need a firmware path or replacement. Lightning channels would need renegotiation. Custodians would need new key ceremonies. That timeline is measured in years, not in qubit counts.

Meanwhile the number that actually matters on the calendar isn't a preprint — it's NIST's post-quantum standardization output and the migration guidance layered on top of it. That's the signal with a delivery date. This paper has no delivery date.

Quantum FUD has been recycled as a shorting excuse since 2017 — I've watched at least four of these cycles. Each one faded inside a week, because the underlying engineering constraint never changed. This one will fade too, unless someone ships a fault-tolerant machine.

And I'll say the uncomfortable part: an anonymous researcher, an undisclosed review status, and a headline number explicitly built on a different accounting method than its comparison point is not a finding you can underwrite. It's a finding you can cite. Different verbs. Cheetah.

Takeaway

Watch three things, in this order. Whether the paper lands on arXiv with named authors and a reproducibility appendix. Whether anyone independent reproduces the accounting reconciliation against Google's benchmark. And whether NIST's PQC timeline accelerates — because if a real quantum deadline existed, the standardization bodies would be the first to move, not the last.

The number halved. The clock didn't. — Root: The ESTP

Fear & Greed

51

Neutral

Market Sentiment

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$75,899.2
1
Ethereum ETH
$2,397.84
1
Solana SOL
$97.02
1
BNB Chain BNB
$713
1
XRP Ledger XRP
$1.29
1
Dogecoin DOGE
$0.0800
1
Cardano ADA
$0.1947
1
Avalanche AVAX
$7.31
1
Polkadot DOT
$0.9484
1
Chainlink LINK
$10.79

🐋 Whale Tracker

🟢
0xb827...b6b1
1d ago
In
18,980 BNB
🔴
0x7bc6...7791
1d ago
Out
2,632 ETH
🔵
0x04eb...4772
3h ago
Stake
8,501,036 DOGE