Is Aquarius Quantum Safe?

Is Aquarius quantum safe? It is a question every serious AQUA holder should be asking right now. Quantum computing is advancing faster than most public roadmaps suggest, and the cryptographic layer underpinning virtually every major blockchain, including those running Aquarius, was designed in an era when quantum-capable hardware was theoretical rather than imminent. This article breaks down exactly what cryptography Aquarius relies on, where the vulnerabilities sit, what a Q-day event would mean for AQUA wallets, and what migration paths exist for projects that want to get ahead of the threat.

What Cryptography Does Aquarius Use?

Aquarius (AQUA) is a liquidity and AMM protocol built on the Stellar network. To understand its quantum exposure, you first need to understand what Stellar uses under the hood, because AQUA's security is ultimately anchored to Stellar's cryptographic primitives.

Stellar uses Ed25519, a specific instantiation of the Edwards-curve Digital Signature Algorithm (EdDSA). Ed25519 is widely regarded as one of the most efficient and well-engineered classical signature schemes available. It offers:

These are meaningful advantages in a classical computing environment. The problem is that "classical security" and "quantum security" are fundamentally different threat models.

Ed25519 vs ECDSA: Are They Both Quantum-Vulnerable?

A common misconception is that Ed25519 is somehow safer than ECDSA against quantum attackers. It is not. Both rely on the discrete logarithm problem on an elliptic curve. A sufficiently powerful quantum computer running Shor's algorithm can solve the elliptic curve discrete logarithm problem (ECDLP) in polynomial time, compared to the exponential time required by classical machines.

In practical terms, this means:

The underlying mathematical structure is different between these schemes, but the quantum attack vector is identical. A quantum adversary who can break a 256-bit elliptic curve key breaks Ed25519 just as effectively as it breaks secp256k1. Aquarius inherits this vulnerability entirely from Stellar's signature scheme.

---

Understanding Q-Day and What It Means for AQUA Holders

Q-Day is the colloquial term for the point in time at which quantum computers become capable of breaking the cryptographic schemes protecting real-world blockchain wallets and transactions at scale. Estimates on timing vary widely:

SourceEstimated Q-Day Range
NIST (2022 PQC Report)"Relevant risk within 10–20 years"
IBM Quantum Roadmap (2023)Logical fault-tolerant scale: mid-2030s
NCSC (UK) guidancePlan for migration by 2030–2035
NSA CNSA 2.0 SuiteMandates PQC transition for US systems by 2030
Google/QuAIL researchersCryptographically relevant QC: 2030s, possibly earlier

The honest answer is that nobody knows exactly when. But the security principle is clear: you need to migrate before Q-day, not after, because blockchain transactions are public and an attacker can harvest them now and decrypt them later (a "harvest now, decrypt later" attack). For assets held in reused addresses, the public key is already exposed on-chain, meaning the attack window is open the moment a sufficiently powerful quantum computer exists.

The Reused Address Problem

On Stellar, when you send a transaction, your public key is broadcast on the network. Any wallet address that has already transacted has its public key sitting in the public ledger. This is different from Bitcoin's unspent transaction output (UTXO) model where some protection exists through address reuse avoidance, but even there the protection is thin.

For AQUA holders using Stellar wallets:

The risk is not theoretical in the same way a hurricane risk in a drought is theoretical. The math is settled. The only open question is the timeline for the hardware.

What About AQUA's Protocol Logic?

AQUA itself is a smart contract and AMM governance layer. Its exposure beyond wallet-level cryptography includes:

There is no layer within AQUA's own protocol that adds quantum resistance. The security of AQUA governance and asset custody is exactly as quantum-resistant as Stellar's base-layer cryptography, which is to say: not resistant at all against a capable quantum adversary.

---

Does Aquarius Have a Post-Quantum Migration Plan?

As of the time of writing, there is no publicly documented post-quantum cryptography (PQC) migration roadmap for either Stellar or the Aquarius protocol. This is not unusual. The vast majority of layer-1 and layer-2 protocols have not published concrete PQC migration timelines, and Stellar is no exception.

What a PQC Migration Would Require for Stellar/AQUA

Migrating a live blockchain to post-quantum cryptography is genuinely complex. The steps involved would include:

  1. Selecting a NIST-approved PQC signature scheme. NIST finalized its first PQC standards in 2024. The primary signature candidates are:

- ML-DSA (CRYSTALS-Dilithium): Lattice-based, currently the lead candidate for general-purpose digital signatures.

- SLH-DSA (SPHINCS+): Hash-based, more conservative, larger signatures.

- FN-DSA (FALCON): Lattice-based, compact signatures, more complex to implement safely.

  1. Protocol-level consensus changes. Stellar would need a network upgrade (similar to a hard fork) to support new signature types alongside Ed25519 during a transition period.
  1. Wallet software updates. Every wallet application, hardware wallet, and custodian would need to generate and store new PQC key pairs.
  1. User migration. Existing users would need to migrate assets from their classical Ed25519 addresses to new PQC-secured addresses. Unclaimed or dormant wallets would remain vulnerable indefinitely.
  1. Smart contract/AMM logic updates. AQUA's governance and liquidity contracts would need to verify PQC signatures natively.

This is a multi-year engineering effort even for a well-resourced core team. Protocols that start planning now have a meaningful head start.

---

NIST PQC Standards: The Benchmark for Genuine Quantum Resistance

In August 2024, NIST formally published its first post-quantum cryptography standards after an eight-year evaluation process:

The mathematics underpinning ML-DSA and ML-KEM relies on the Module Learning With Errors (MLWE) problem. Unlike the ECDLP, no known quantum algorithm, including Shor's, provides a meaningful speedup against MLWE. This is why lattice-based cryptography is considered the most credible near-term path to genuine quantum resistance.

Lattice-Based Wallets vs Ed25519 Wallets: A Comparison

FeatureEd25519 (Stellar/AQUA)Lattice-Based (NIST PQC)
Underlying hard problemECDLPModule Learning With Errors (MLWE)
Vulnerable to Shor's algorithmYesNo (no known quantum speedup)
Signature size64 bytes~2.4 KB (Dilithium-3)
Key generation speedVery fastFast (hardware-dependent)
NIST standardizedNo (classical standard only)Yes (FIPS 204, 2024)
Quantum security level0 bits against quantum adversary~128-bit equivalent (Dilithium-3)
Current adoption in cryptoUniversalEmerging

The trade-off is primarily in signature and key size. Lattice-based signatures are larger than Ed25519 signatures, which has implications for on-chain storage and transaction fees. However, these are engineering problems with known solutions, not fundamental obstacles.

---

How Lattice-Based Post-Quantum Wallets Protect Against Q-Day

A wallet built on lattice-based cryptography generates key pairs using MLWE mathematics. The public key and signatures produced by this scheme are believed to be computationally infeasible to reverse-engineer even with a fault-tolerant quantum computer running at scale.

The practical difference for an asset holder is significant:

Projects building in the post-quantum space are already implementing NIST-aligned lattice schemes. One example is BMIC.ai, which is building a quantum-resistant wallet and token using lattice-based cryptography aligned to the NIST PQC standards, specifically designed to remain secure past Q-day, a category that conventional Stellar-based AQUA wallets cannot currently claim.

The structural difference matters: quantum resistance is not a feature you can patch onto an existing key pair. It requires generating new cryptographic material under a post-quantum scheme and migrating assets to an address secured by that material.

---

What Should AQUA Holders Do Now?

Waiting for Stellar or Aquarius to announce a PQC roadmap before taking any action is a reasonable short-term position, but it carries residual risk. Here is what a risk-aware approach looks like:

  1. Avoid reusing wallet addresses. While this does not eliminate quantum exposure, it limits the window of public key exposure on-chain.
  2. Monitor Stellar network upgrade announcements. If Stellar begins a PQC working group or signals protocol changes, that is a critical signal.
  3. Assess the proportion of your portfolio in quantum-vulnerable assets. Concentrated exposure to protocols with no PQC roadmap deserves more scrutiny than diversified positions.
  4. Track NIST PQC adoption. As FIPS 203/204/205 see broader adoption in wallet software, migration paths will become more accessible.
  5. Consider the role of dedicated post-quantum infrastructure. Wallets and tokens built from the ground up on lattice-based cryptography offer a fundamentally different security posture than retrofitted classical systems.

The quantum threat is asymmetric: the cost of preparing early is relatively low (monitoring, portfolio diversification, migration when tools are available), while the cost of being unprepared at Q-day is potentially total loss of assets in exposed wallets.

Frequently Asked Questions

Is Aquarius (AQUA) quantum safe?

No. Aquarius runs on Stellar, which uses Ed25519 signatures. Ed25519 is based on elliptic curve cryptography and is vulnerable to Shor's algorithm running on a sufficiently powerful quantum computer. There is currently no published post-quantum cryptography migration plan for either Stellar or the Aquarius protocol.

Does Ed25519 offer any quantum protection over ECDSA?

No meaningful quantum protection. Both Ed25519 and ECDSA rely on the elliptic curve discrete logarithm problem (ECDLP), which Shor's algorithm can solve in polynomial time on a fault-tolerant quantum computer. The engineering differences between the two schemes are relevant to classical security but not to quantum resistance.

What is the biggest quantum risk for AQUA wallet holders specifically?

Reused addresses are the primary risk. On Stellar, any address that has sent a transaction has its Ed25519 public key permanently recorded on the public ledger. A quantum adversary with sufficient hardware could derive the private key from that public key and sign transactions to drain the wallet. Dormant and frequently reused addresses carry the highest exposure.

What cryptography would make a crypto wallet genuinely quantum safe?

NIST's 2024 post-quantum cryptography standards define the current benchmark. ML-DSA (CRYSTALS-Dilithium, FIPS 204) and SLH-DSA (SPHINCS+, FIPS 205) are the standardized signature schemes. Both rely on mathematical problems, such as Module Learning With Errors, for which no known quantum algorithm provides a meaningful speedup. Wallets built on these schemes are considered quantum resistant under current cryptographic knowledge.

When is Q-day expected to happen?

Estimates vary. NIST, the NSA, and the UK NCSC all point to a planning horizon of roughly 2030 to 2035, though some researchers place cryptographically relevant quantum computing earlier. The more important point for asset holders is that harvest-now, decrypt-later attacks can begin today, meaning exposed public keys on current blockchains are already harvestable by adversaries waiting for quantum capability.

Has Stellar announced any post-quantum cryptography upgrade plans?

As of mid-2025, Stellar has not published a formal post-quantum cryptography migration roadmap. This is consistent with the broader blockchain industry, where the vast majority of layer-1 protocols have acknowledged the theoretical threat but have not committed to concrete PQC upgrade timelines. AQUA holders should monitor Stellar Core development updates and Stellar Development Foundation announcements for any changes to this position.