Bip Phoenix Digital News Platform

collapse
Home / Daily News Analysis / Galaxy sets up $5 million fund to help shield Bitcoin against quantum computing threats

Galaxy sets up $5 million fund to help shield Bitcoin against quantum computing threats

Jul 24, 2026  Twila Rosenbaum 5 views
Galaxy sets up $5 million fund to help shield Bitcoin against quantum computing threats

Cryptocurrency financial services firm Galaxy Digital has announced the creation of a $5 million Bitcoin Quantum Readiness Initiative. The fund is designed to support developers working on cryptographic defenses that can shield Bitcoin and other blockchain networks from the emerging threat of quantum computing. As quantum technology advances, the cryptographic foundations underlying cryptocurrencies like Bitcoin and Ethereum face potential vulnerabilities that could allow attackers to steal funds or disrupt network operations.

The initiative will allocate resources to several key areas. First, it will fund research and development of quantum-resistant signature schemes. These are new cryptographic algorithms that can withstand attacks from quantum computers, which would otherwise be able to break the elliptic curve cryptography currently used in Bitcoin. Second, the program will support the creation of wallet migration tools, enabling users to move their funds from vulnerable addresses to quantum-safe ones. Third, it will provide security audits for projects implementing these new standards, ensuring that the transition is robust and free of implementation flaws.

Galaxy Digital's move comes amid growing concern within the crypto community about the long-term security of digital assets. While experts agree that current quantum computers are not powerful enough to break Bitcoin's cryptography, the pace of quantum development is accelerating. Researchers have warned that a sufficiently advanced quantum computer could compromise the security of Bitcoin's public-key cryptography, potentially allowing an attacker to derive private keys from public addresses and steal funds. The total at risk is staggering: analysts estimate that as many as 6.9 million Bitcoin, worth approximately $461 billion at current prices, could be vulnerable if a quantum attack were launched before protective measures are deployed.

The Growing Quantum Computing Threat

Quantum computing represents a paradigm shift in computational power. Unlike classical computers that use bits (0 or 1), quantum computers use qubits that can exist in multiple states simultaneously thanks to superposition. This allows them to solve certain mathematical problems exponentially faster. One of the most significant applications is factoring large numbers and solving discrete logarithm problems—the very problems that underpin much of modern cryptography, including the elliptic curve digital signature algorithm (ECDSA) used by Bitcoin.

Shor's algorithm, developed by mathematician Peter Shor in 1994, demonstrated that a quantum computer could factor large integers and compute discrete logarithms in polynomial time. For Bitcoin, this means that if a large enough quantum computer exists, an attacker could derive the private key from a public key that has been revealed on the blockchain. Most Bitcoin addresses are generated from public keys that are hashed, but when a transaction is broadcast, the public key is revealed before the transaction is confirmed. This gives an attacker a window to compute the private key and sign a competing transaction to redirect funds.

Current Bitcoin addresses that have never spent funds (like those using Pay-to-Public-Key-Hash) are not immediately at risk because the public key is not exposed until the first spend. However, any address that has already been used in a transaction has its public key visible, making it potentially vulnerable if a quantum computer exists. This means that a large portion of the Bitcoin supply—especially coins in old wallets that have moved funds—could be at risk.

Researchers from various institutions have modeled the timeline. Most estimates suggest that a quantum computer with several thousand logical qubits could break Bitcoin's cryptography within hours. While current quantum machines have only tens of noisy qubits, progress is rapid. Companies like IBM, Google, and startups such as IonQ are racing to build fault-tolerant quantum computers. Some experts predict that a cryptographically relevant quantum computer could emerge within the next decade, though others argue it may take longer.

Galaxy's Initiative: Funding the Defense

Galaxy Digital's Bitcoin Quantum Readiness Initiative is a proactive step to accelerate the development of countermeasures. The $5 million fund will be distributed as grants to developers, researchers, and organizations working on quantum-resistant solutions. The company has not yet announced specific criteria for grant applications, but the focus areas are clear: quantum-resistant signature schemes, wallet migration tools, and security audits.

Several promising quantum-resistant signature schemes are already under consideration by the cryptographic community. These include lattice-based cryptography, hash-based signatures, code-based cryptography, and multivariate polynomial cryptography. The National Institute of Standards and Technology (NIST) has been running a multi-year process to select standardization candidates for post-quantum cryptography. In 2024, NIST selected a set of algorithms for standardization, including CRYSTALS-Kyber for key exchange and CRYSTALS-Dilithium for digital signatures. These algorithms are believed to be secure against both classical and quantum attacks.

The challenge for Bitcoin, however, is that any change to its cryptographic scheme requires a soft or hard fork. Bitcoin's decentralized governance makes such changes difficult and slow. Proposals like Bitcoin Improvement Proposal (BIP) 340 introduced Schnorr signatures, but a full migration to quantum-resistant signatures would require widespread consensus among miners, developers, and users. Galaxy's fund aims to support the technical groundwork so that when the community decides to act, the tools are ready.

Wallet migration tools are equally important. Many users hold Bitcoin in cold storage wallets that have never been used. If a quantum threat becomes imminent, these users would need to move their funds to new addresses secured by quantum-resistant algorithms. The process must be simple, secure, and compatible with existing hardware wallets and software. Galaxy's initiative will fund development of user-friendly migration interfaces and educational materials.

Security audits are the third pillar. Implementing new cryptographic primitives is error-prone. Even minor bugs could render the protection useless or create new vulnerabilities. The fund will support independent security audits of any code that implements quantum-resistant schemes, ensuring that the transition to stronger cryptography does not introduce new risks.

Broader Implications for the Crypto Ecosystem

While Galaxy's initiative focuses on Bitcoin, the quantum threat extends to all blockchain networks that use public-key cryptography. Ethereum, Litecoin, Dogecoin, and many others rely on similar cryptographic assumptions. The Cardano network, for example, has already begun exploring quantum-resistant features. In 2025, the Cardano Foundation announced a research partnership to develop quantum-safe addresses. Other projects like IOTA have built-in quantum resistance through their use of hash-based signatures.

The threat is not limited to cryptocurrencies. The entire digital infrastructure relies on cryptography for secure communications, authentication, and data integrity. Banking systems, government databases, and personal communications could all be compromised by a sufficiently powerful quantum computer. The transition to quantum-resistant cryptography is a global challenge that will take decades and cost billions of dollars. Galaxy's fund, while modest in the grand scheme, signals that the crypto industry is taking the threat seriously and is willing to invest in protective measures.

Some critics argue that the quantum threat is overblown and that Bitcoin can be upgraded quickly if needed. However, the experience of the Ethereum network's transition to proof-of-stake shows that major upgrades require years of planning and coordination. The Bitcoin community is known for its conservatism, which is a strength in terms of stability but a weakness in terms of adaptability. Galaxy's initiative could help bridge the gap by providing resources for research and development that might otherwise be underfunded.

The fund may also attract additional backing from other firms. Galaxy has expressed hope that other cryptocurrency companies will join the effort, creating a larger pool of resources to speed up the adoption of new cryptographic standards. In the coming months, we may see similar funds from major exchanges, mining pools, and asset managers. The total amount needed to fully secure Bitcoin against quantum threats is difficult to estimate, but it could run into the hundreds of millions when accounting for software updates, hardware changes, and community education.

Technical Details and Challenges

Implementing quantum-resistant signatures in Bitcoin is not straightforward. The current ECDSA signatures are compact (around 64 bytes) and fast to verify. Most post-quantum signature schemes have larger signatures—lattice-based signatures can be several kilobytes, and hash-based signatures grow with the number of signatures allowed. This could increase transaction sizes and storage requirements, potentially raising fees and slowing down the network. Developers must strike a balance between security and efficiency.

Another challenge is backward compatibility. Any upgrade must ensure that old transactions remain valid, or else the network could split. Bitcoin's UTXO model means that each unspent output is associated with a locking script that specifies the conditions for spending. Changing the scripting language to support new signature algorithms is a complex task that requires careful design. Galaxy's fund will support research into how to integrate these changes without disrupting the existing ecosystem.

Time is the critical factor. Even if a quantum computer capable of breaking Bitcoin's cryptography is still a decade away, the lead time to implement protective measures is long. The NIST standardization process took years, and integrating those standards into major protocols will take additional years. Galaxy's initiative is a recognition that the industry cannot wait until the last moment. By funding development now, Galaxy hopes to ensure that when the threat materializes, Bitcoin will have a immune system ready to respond.

The initiative also has a educational component. Many Bitcoin users are unaware of the quantum threat and the steps they can take to protect themselves. Galaxy will likely produce explanatory content and tutorials, helping users understand why they may need to move their coins to quantum-resistant addresses in the future. The fund may also support conferences and workshops where developers can share knowledge and collaborate on solutions.

As quantum computing continues to advance, the need for crypto agility will become more urgent. Galaxy Digital's $5 million Bitcoin Quantum Readiness Initiative is a small but significant step toward ensuring that the world's largest cryptocurrency remains secure in the post-quantum era. With the backing of other industry players, this effort could become the foundation for a broader digital asset security framework that protects not only Bitcoin but all decentralized systems from the quantum threat.


Source:Coindesk News


Share:

Your experience on this site will be improved by allowing cookies Cookie Policy