Meet the Top 101 in Crypto
Security
Complexity Icon Easy
9 min read

Quantum-Ready Blockchains? Why Solana and Sui Might Beat Bitcoin’s Biggest Threat

Published 01 August 2025
Dr. Guneet Kaur
Authors

Key Takeaways

  • Once quantum computers mature, they could crack Bitcoin’s ECDSA signatures, threatening over $1 trillion in value.
  • Both require disruptive solutions, hard forks or complex hybrid signatures, to become quantum-safe.
  • Solana and Sui are quantum-ready; their EdDSA architecture allows seamless post-quantum upgrades without address changes or asset transfers.
  • Quantum readiness could drive investor interest and regulatory preference toward security-forward blockchains.

For over a decade, Bitcoin has been considered one of the most secure financial networks ever created, and its cryptography has protected more than $1 trillion in value. 

But a new frontier in computing, quantum computing, is threatening to upend that assumption. At the heart of this threat is Shor’s Algorithm, a mathematical breakthrough that could one day render Bitcoin’s security obsolete.

While the timeline for a full-scale quantum attack remains uncertain, the conversation has shifted from “if” to “when”. This isn’t just a theoretical problem for cryptographers; it’s a looming challenge for investors, regulators, and anyone holding digital assets.

Some blockchains, like Solana and Sui, may have an advantage thanks to cryptographic designs that allow easier upgrades to post-quantum security. If Bitcoin is “digital gold,” then these chains might be the digital vaults of the future.

This article explores how Shor’s Algorithm works, why Bitcoin and Ethereum are exposed, and why newer chains like Solana and Sui may be better prepared, offering critical insights for anyone betting on the future of crypto.

Understanding Shor’s Algorithm and the Quantum Threat

In 1994, mathematician Peter Shor developed an algorithm that, when run on a sufficiently powerful quantum computer, can solve mathematical problems that classical computers find virtually impossible. 

Specifically, Shor’s Algorithm can break the cryptographic backbone that protects most modern digital systems, including cryptocurrencies like BTC and ETH.

Bitcoin’s security relies on the Elliptic Curve Digital Signature Algorithm (ECDSA), which ensures that only someone with a private key can authorize spending. Normally, deriving that private key from a public key would take billions of years on today’s fastest computers. 

But Shor’s algorithm changes that. When implemented on a quantum computer, it could calculate Bitcoin private keys from their public keys in minutes.

The implications are huge: more than $1 trillion in crypto value is secured by algorithms that quantum computers could eventually break

Analysts warn that when “Q-Day” (the day quantum computers break classical cryptography) arrives, funds in any wallet that has ever revealed its public key could be stolen instantly.

Why Bitcoin and Ethereum Are Vulnerable to Quantum Computing

Both Bitcoin and Ethereum rely on ECDSA signatures, which are not quantum-safe. 

Bitcoin’s Quantum Vulnerability

  • Bitcoin addresses are initially generated as hashed public keys, but once you spend from an address, the public key is revealed on-chain. This means any wallet that has ever sent Bitcoin is potentially vulnerable to future quantum attacks.
  • Estimates suggest up to 25% of all Bitcoin currently in circulation has exposed public keys, including early “Satoshi-era” coins that have been dormant for over a decade. If a quantum adversary were to target these wallets, the impact could be catastrophic for the entire Bitcoin economy.
  • Bitcoin developers have discussed freezing coins in old, insecure addresses and forcing users to move to quantum-safe addresses, a measure so extreme it would have been unthinkable a few years ago.

Ethereum’s Quantum Risk

  • Ethereum has a similar problem: while its addresses are hashed, the public key becomes visible during transactions. Once Q-Day arrives, any exposed key could be exploited to drain funds, regardless of how securely you stored your private key.
  • Upgrading Bitcoin and Ethereum to quantum-resistant cryptography is no simple task. Both would require either hard forks or complex hybrid-signature systems. Ethereum co-founder Vitalik Buterin has even proposed emergency hard forks to recover stolen funds and enable migration to quantum-resistant keys if quantum attacks suddenly became possible. 
The relation between private keys and Ethereum addresses. | Source: Deloitte

EdDSA Chains: Solana, Sui, Near & the Post-Quantum Readiness Edge

While Bitcoin and Ethereum scramble for quantum contingency plans, a cohort of newer blockchains may be better positioned by design. Networks like Solana, Sui, Near, Stellar, Aptos, and Cosmos use the Edwards-curve Digital Signature Algorithm (EdDSA), often the Ed25519 variant – instead of ECDSA. 

EdDSA is still a form of elliptic-curve cryptography (and thus not inherently quantum-proof), but the way EdDSA keys are generated offers a crucial advantage for future upgrades. 

In a 2025 academic paper titled Post-Quantum Readiness in EdDSA Chains,” researchers Foteini Baldimtsi, Kostas Chalkias, and Arnab Roy (of Mysten Labs) highlight this “underexplored structural advantage.”

What Is EdDSA’s Secret? 

Unlike ECDSA, which typically uses randomly generated private keys, EdDSA derives keys deterministically from a seed using hash functions. 

When you create a wallet on Solana or Sui, for example, the software generates a random seed (or uses a mnemonic phrase) and then hashes it (per RFC 8032 standard) to produce your private key. This means there is a structured piece of data, the seed, that underlies your key pair. 

Seamless Quantum Upgrade Through EdDSA and Zero-Knowledge Proofs

According to the researchers, that seed can act as a “compact, reusable witness” in a zero-knowledge proof

In simple terms, a user on an EdDSA-based chain could prove they control a given account’s seed without revealing the seed or their private key, and use that proof to transition their account to a new, quantum-safe signature scheme. Crucially, this can be done without changing the account’s address or moving funds to a new address.

Think of it as a stealth upgrade: behind the scenes, the cryptography securing your wallet changes from old to new, but your public-facing address (and all its history) remains the same. 

The 2025 Mysten Labs report argues that EdDSA networks can leverage such zero-knowledge proofs (specifically, post-quantum zk-STARKs) to roll out quantum-resistant signatures proactively. 

In fact, the paper demonstrates a construction where with one action by the user (a single proof), all of that account’s future transactions can switch to a quantum-safe mode. 

This addresses many of the headache scenarios that Bitcoin and Ethereum face: EdDSA chains could protect even “sleeping” accounts and lost-wallet addresses by allowing a proof of seed ownership to substitute for an actual private key signature. No funds need to be moved, and no addresses need to be abandoned or rotated.

It’s important to stress that EdDSA chains are not magically immune to quantum attacks – if an Ed25519 public key were left exposed, a quantum computer could crack it just like secp256k1. The difference is in transition capability. 

Why Sui and Solana Have a Post-Quantum Edge

Blockchains like Sui and Solana are inherently more prepared for post-quantum transitions because of this seed-based key structure. 

  • As the researchers put it, “blockchains like Sui and Solana… are inherently more prepared for post-quantum transitions. Unfortunately, in ecosystems like Bitcoin and Ethereum, no backward-compatible path currently exists that can offer similar security guarantees.” 
  • This built-in agility is a big reason these networks tout “cryptographic agility” as a feature. For example, Sui’s documentation emphasizes that it was “built to ensure cryptographic agility” and can adopt new cryptographic algorithms as needed. 

You could already see this play out: Mysten Labs (which leads Sui’s development) is actively exploring hybrid signatures and truncated post-quantum schemes that could be implemented with minimal performance impact on their chain.

The researchers conclude:

“Blockchains employing EdDSA with RFC 8032-compliant key derivation… possess an underexplored structural advantage… enabling post-quantum-secure transaction authorization without altering addresses or disclosing elliptic curve data.”

The technical details aside, the takeaway is clear: not all blockchains will struggle equally in the face of quantum computing. Design decisions made early on,  like using a deterministic key algorithm, can pay dividends later in enabling a graceful, perhaps lifesaving, upgrade.

Blockchain Signature Algorithm Quantum-Safe Upgrade Path
Bitcoin ECDSA (secp256k1) Complex, requires hard forks or hybrid signatures
Ethereum ECDSA (secp256k1) Difficult, may need emergency hard forks or account abstraction
Solana EdDSA (Ed25519) Seamless migration via seed proofs and zero-knowledge systems
Sui EdDSA (Ed25519) Designed for post-quantum readiness with zk-STARK proofs

Investment Implications: Security as a Market Driver

For crypto investors, quantum security is more than just a technical curiosity, it’s a market risk and an investment opportunity:

  • Long-term holders: If you own Bitcoin or Ethereum and plan to hold for decades, you will eventually need to migrate your assets to a quantum-safe address.
  • Institutional investors: Regulatory bodies, including NIST, are mandating post-quantum cryptography adoption by 2030-2035, and enterprises handling large digital assets are expected to comply.
  • Altcoin opportunities: Blockchains with built-in quantum upgrade paths (like Solana and Sui) may see increased institutional interest. These chains could become safe havens in a quantum-threatened market, potentially outperforming Bitcoin in specific security-conscious segments.

Already, some investors are exploring quantum-resistant projects like Quantum Resistant Ledger (QRL) or allocating funds to “security-forward” chains in anticipation of a quantum race in crypto.

Conclusion

The arrival of quantum computing powerful enough to break Bitcoin isn’t expected tomorrow, but it’s also not centuries away. Whether it’s five years or fifteen, the industry is on the clock. Bitcoin and Ethereum will need community-wide upgrades and perhaps unprecedented measures to remain secure.

By contrast, chains like Solana and Sui have a smoother path to quantum readiness thanks to their EdDSA architecture. That structural advantage could shape investor sentiment and even capital flows as quantum security becomes a priority.

For now, the best advice for investors is to stay informed. Follow quantum developments, pay attention to upgrade announcements from your blockchain of choice, and consider diversification not just across assets, but across security models.

FAQs

What is Shor’s Algorithm and why is it dangerous for crypto?

Shor’s Algorithm is a quantum computing algorithm that can break the cryptographic math protecting Bitcoin and most digital systems. It could allow attackers to derive private keys from public keys, enabling theft of funds.

When will quantum computers threaten Bitcoin?

Experts estimate 5–15 years before quantum computers can break Bitcoin’s cryptography, but preparations are already underway due to regulatory and security timelines.

Which blockchains are better prepared for quantum threats?

Solana, Sui, and similar chains using EdDSA have an advantage. Their key structure allows a smooth upgrade to quantum-safe signatures without user disruption.

What should Bitcoin holders do?

Stay updated on quantum-safe upgrades and avoid reusing addresses. When a migration path is available, move funds to quantum-safe addresses promptly. Diversifying into quantum-ready assets is another option.

Disclaimer: The information provided in this article is for informational purposes only. It is not intended to be, nor should it be construed as, financial advice. We do not make any warranties regarding the completeness, reliability, or accuracy of this information. All investments involve risk, and past performance does not guarantee future results. We recommend consulting a financial advisor before making any investment decisions.
Dr. Guneet Kaur

Dr. Guneet Kaur is a senior editor at CCN.com and a Science Fellow at Exponential Science. She is a fintech and blockchain expert with extensive experience in digital finance education, blockchain ecosystems, and cryptocurrency markets. She has worked with global media such as Cointelegraph, as well as education and blockchain platforms, to design and lead strategic content and learning initiatives. As an educator and assessor for top-tier executive programs, she bridges real-world fintech trends with academic insight.

Dr. Kaur is also a published researcher and peer reviewer across fintech and data science journals, including Financial Innovation Journal and International Journal of Big Data Intelligence and Applications. Her work spans data-driven analysis, Web3 innovation, and technical content development. With a strong foundation in both industry and academia, she translates complex financial technologies into practical applications, empowering learners, professionals, and institutions across the rapidly evolving digital finance landscape.

Survey Icon
Help us improve
1 of 4
Is this your first time here?
What brought you here today?
What are you most interested in?
Would you be interested in:
Thank you icon
Thank you for your feedback!
DMCA.com Protection Status