Bitcoin's quantum risk is currently theoretical — the community debate centers on whether to act quickly or carefully to upgrade cryptography before quantum computers become practically threatening.
## Core Concept
Bitcoin's security relies on elliptic curve cryptography (ECDSA) and SHA-256 hashing. Sufficiently powerful quantum computers (running Shor's algorithm) could break ECDSA, exposing private keys derived from public keys. SHA-256 is more resistant but not immune to Grover's algorithm (which halves its effective security).
The debate is not *whether* to upgrade but *when and how* — and who gets to decide.
## The Two Camps
**Act Now (urgency faction)**
- Quantum computing timelines are uncertain; governments and well-funded adversaries may have capabilities not publicly disclosed
- Legacy addresses (where public keys are exposed) are already theoretically vulnerable
- Cost of waiting: potentially irreversible loss of funds at scale
**Act Carefully (deliberate faction)**
- Current quantum computers are far from threatening Bitcoin (millions of error-corrected qubits needed vs. thousands available today)
- A rushed upgrade could introduce new attack surfaces or break backward compatibility
- Bitcoin's conservative change process exists precisely to prevent rushed consensus changes
## What a Quantum Upgrade Would Require
- A BIP (Bitcoin Improvement Proposal) specifying post-quantum signature schemes (e.g., SPHINCS+, Dilithium, FALCON)
- Miner and node operator consensus for a soft or hard fork
- Migration path for existing UTXOs — particularly dormant addresses (Satoshi's coins, lost wallets)
- Transition period where both old and new signature schemes are valid
## The Satoshi Coins Problem
A uniquely charged edge case: Satoshi's early coins use exposed public keys. Any quantum-safe migration must decide whether to freeze or burn unspent pre-2010 coins — a politically charged governance question with no clean answer.
## Related Concepts
- [[Bitcoin as Truth System]] — why conservative change process is a feature, not a bug
- [[Bitcoin as Base-Layer Internet Protocol]] — protocol-layer decisions require extraordinary consensus
- [[Bitcoin as Ideological Commitment]] — community values shape the pace of technical change