Quantum computers may one day threaten the cryptography that secures Bitcoin. Blockstream is building the upgrade path on a production network today.
Your bitcoin is protected by a math problem. When you create a Bitcoin wallet, you get two things: a private key (your secret password) and a public key (derived from the private key using math that is easy to compute forward but practically impossible to reverse). Spending bitcoin means proving you know the private key without revealing it. Today's computers cannot work backward from the public key to find the private key. A quantum computer could.
Tries keys one at a time. A brute-force attacker would need roughly 2128 operations to find a private key from a public key. That would take longer than the age of the universe.
Exploits quantum mechanics to try enormous numbers of possibilities simultaneously. Given enough scale, it could derive a private key from a public key directly.
The critical detail: quantum computers do not threaten all of Bitcoin equally. They threaten one specific operation: the elliptic curve math (ECDSA and Schnorr) used in signatures. SHA-256 mining is not meaningfully affected: quantum computers do not become competitive with classical miners. Replacement signature schemes already exist: NIST (the U.S. standards body) standardized two post-quantum signature schemes in August 2024. The remaining challenge is making them compact enough to work within Bitcoin's block space constraints.
The quantum threat against Bitcoin is targeted, not total. Signatures are exposed; hashing is not. The upgrade path is focused: replace the signature scheme; preserve the hash-based foundation.
Nobody knows exactly when quantum computers will break elliptic curve cryptography. But major organizations have already decided they can't afford to wait and find out.
Every organization on this list decided that waiting for certainty was the greater risk. Bitcoin's decentralized upgrade process makes preparation harder and slower. That is exactly why it needs to start earlier.
Every Bitcoin transaction includes a signature that proves you authorized it. Quantum-safe signatures are much larger than current ones. Larger signatures take up more space in each block, meaning fewer transactions fit and fees rise. The size of the replacement signature determines whether this upgrade is practical.
Each filled square represents transactions that fit in one Bitcoin block. The NIST standard is quantum-safe but reduces capacity by 97%. Blockstream's SHRINCS was designed specifically for this constraint.
Blockstream Research, with deep roots in Bitcoin cryptography and protocol development, built three components of post-quantum infrastructure. All of it is live on a production network today.
A smart contract language designed for Bitcoin's trustless model. Formally verifiable and expressive enough to implement new cryptographic primitives as spending conditions.
On Bitcoin mainnet, deploying a new signature scheme requires a consensus-level soft fork. On Liquid with Simplicity, the same capability deploys as a contract.
Created by Russell O'Connor, Blockstream Research. Published 2017, activated on Liquid mainnet July 31, 2025.
Before building new signature schemes, Blockstream Research proved that Taproot's existing commitment structure is already post-quantum secure. The curve point in a Taproot output can be reinterpreted as a commitment to alternative spending conditions, including hash-based signatures.
This means Bitcoin does not need to abandon Taproot to survive quantum computers. The upgrade path preserves the existing address format while allowing individual UTXOs to opt into post-quantum protection.
By Tim Ruffing, Blockstream Research. Published July 2025.
A post-quantum signature scheme built specifically for blockchain constraints, where every byte costs block space and fees. Produces 324-byte signatures in stateful mode, more than 7x smaller than the NIST post-quantum standard.
Security rests entirely on hash function preimage resistance, the same mathematical foundation as Bitcoin's proof-of-work. No new cryptographic assumptions. A stateless fallback (3-8 KB) ensures funds remain accessible even if signing state is lost.
By Mikhail Kudinov and Jonas Nick, Blockstream Research. Published December 2025.
Larger signatures, heavier transactions, possible consensus changes, more complex recovery. Blockstream's research minimizes each cost across three axes.




On March 3, 2026, Blockstream Research confirmed the first post-quantum-signed transaction on the Liquid Network. The signature itself is 324 bytes, though the full transaction including the Simplicity verification program was roughly 38 KB. A production Bitcoin sidechain with real transactions, a 85+ member federation, and over $5B in total value locked.
Opt-in, per-UTXO. No network-wide migration required. The path from research paper to production deployment took three months.
Liquid has served as a proving ground for Bitcoin cryptographic innovation: Confidential Transactions, Schnorr signatures, and now post-quantum signatures. Each follows the same path from research to production deployment.
The next step is a Bitcoin Improvement Proposal for hash-based post-quantum signature verification. Blockstream Research is collaborating with others in the community to develop a concrete specification. Once finalized, a contract implementing the BIP would follow.
Quantum readiness will define the next decade of Bitcoin infrastructure.
Blockstream is building for that future today.