TLDR
Bitcoin developers have merged BIP-360, a proposed quantum-aware address format, into the official BIP repository, starting a formal track to reduce long term quantum key theft risk.
- BIP-360 introduces a new Pay-to-Merkle-Root (P2MR) output type that hides public keys until spend, and it is now an official draft, not an activated upgrade.
- The proposal mainly reduces long exposure quantum risk for Taproot style outputs, at the cost of higher fees and weaker privacy, and it does not fully solve quantum attacks.
- Activation would require community consensus, a soft fork, and wallet support, so users should watch debate around fees, privacy trade offs, and future post quantum signature proposals.
Deep Dive
1. What BIP-360 Actually Changes
BIP-360 is a new Bitcoin Improvement Proposal that defines Pay-to-Merkle-Root (P2MR), an output type that commits only to a Merkle root instead of exposing a public key, evolved from an earlier P2TSH idea. Reports confirm it has been merged into the official BIP GitHub repository and listed alongside other candidate upgrades, which means it is formally documented but not agreed for activation yet. In practice, P2MR would appear as a new SegWit style address type, with spending rules enforced via script trees rather than a visible key path.
This is a real protocol level draft on the table, but nothing changes on the live Bitcoin network until there is a separate activation process.
2. How It Tackles Quantum Risk And Its Limits
Current formats like Pay-to-Taproot (P2TR) and Pay-to-Public-Key (P2PK) expose public keys on chain, which sufficiently powerful quantum computers could theoretically invert to steal funds, and roughly millions of BTC sit in such vulnerable outputs. P2MR removes the Taproot key path spend and keeps outputs as a 32 byte hash until they are spent, which significantly reduces so called long exposure attacks where keys sit visible for months or years. However, the proposal does not protect against short exposure scenarios where a public key is briefly visible in the mempool, and it explicitly leaves full post quantum signatures, such as ML DSA or SPHINCS+, to future proposals.
BIP-360 is a mitigation and a building block, not a complete quantum shield, so long horizon holders gain optional protection but cryptography migration is still ahead.
3. Trade Offs, Adoption Path, And What To Watch
Because every P2MR spend must reveal a script and Merkle proof, transactions are larger, fees are higher, and privacy is weaker compared with todays Taproot key path spends. The proposal is designed as a soft fork and opt in, meaning existing coins are not automatically protected, and real impact depends on wallets, custodians, and exchanges choosing to support and recommend the new format. Next phases to watch are code implementations, review, activation debate, and companion proposals for post quantum signatures and ways to handle long dormant vulnerable coins.
For now this is mainly a signal that Bitcoin is starting a structured quantum hardening path, and the key user facing questions will be whether the extra cost and privacy loss are worth the added safety.
Conclusion
BIP-360 does not suddenly make Bitcoin quantum proof, but it gives developers and large holders a clearer, opt in path to reduce one of the main theoretical attack surfaces. How quickly it matters in practice will depend less on quantum hardware timelines and more on community appetite to accept fee and privacy trade offs in exchange for long term resilience.
