Hedera Post-Quantum Migration: Roadmap, Risks, and Options for Holders

Hedera post-quantum migration is one of the more technically substantive questions facing HBAR holders as quantum computing steadily advances from laboratory curiosity to credible threat. Hedera's hashgraph consensus and account model differ enough from EVM chains that a migration carries its own unique challenges, and the timeline matters: NIST finalized its first post-quantum cryptography (PQC) standards in 2024, giving every distributed ledger a clear benchmark to measure against. This article examines what Hedera has publicly committed to, what a real migration would involve at the protocol level, and what individual holders can do in the interim.

Hedera's Current Cryptographic Foundation

Hedera uses the Ed25519 signature scheme as its primary cryptographic primitive for account key pairs, alongside ECDSA (secp256k1) support added later for EVM-compatibility on Hedera Smart Contract Service. Both schemes rely on elliptic-curve discrete logarithm problems, which are vulnerable to Shor's algorithm running on a sufficiently powerful fault-tolerant quantum computer.

Key facts about the current stack:

Why Ed25519 Is Not Quantum-Safe

Ed25519 is considered highly secure against classical computers and is preferred over older ECDSA variants for its performance and resistance to implementation errors. However, "classical security" and "quantum security" are categorically different properties. Shor's algorithm, running on a CRQC with sufficient logical qubits, reduces the discrete-log problem underlying Ed25519 to polynomial time. NIST's own guidance explicitly excludes Ed25519 from its post-quantum approved algorithm list.

The "Harvest Now, Decrypt Later" Risk

The practical risk timeline is not simply "wait until someone builds a CRQC." State-level and well-funded adversaries are already harvesting encrypted and signed data today, intending to decrypt or forge when quantum capability matures. For signed blockchain transactions, the attack vector is simpler: any address that has ever broadcast a transaction has exposed its public key. Dormant accounts holding significant HBAR are therefore at risk even before a CRQC is deployed at scale.

---

Hedera's Public Stance on Post-Quantum: What Is (and Is Not) Confirmed

As of mid-2025, Hedera has no publicly announced, scheduled migration plan to post-quantum cryptography. The Hedera Improvement Proposal (HIP) repository and official blog do not contain a ratified HIP or governance council resolution specifically committing to a PQC migration timeline.

What *has* been acknowledged:

What is not confirmed:

This is not unusual relative to other layer-1 networks: Ethereum, Solana, and most other major chains are also in early-stage PQC discussion rather than active implementation. The difference is that some chains have published explicit roadmap items; Hedera has not yet done so publicly.

---

What a Post-Quantum Migration Would Actually Involve

Understanding *what* a migration requires helps holders assess the seriousness and complexity of the task.

Step 1: Algorithm Selection

NIST finalized three primary PQC standards in August 2024:

StandardTypeBased OnSignature SizeKey Size
ML-DSA (CRYSTALS-Dilithium)Digital SignatureLattice (Module LWE)~2.4 KB~1.3 KB public
SLH-DSA (SPHINCS+)Digital SignatureHash-based~8–50 KB32–64 bytes public
ML-KEM (Kyber)Key EncapsulationLattice (Module LWE)N/A~800 bytes public

For account signing, ML-DSA is the most likely candidate for a network like Hedera: it offers the best balance of performance, signature size, and security assumptions. SLH-DSA is more conservative (relies only on hash-function security) but produces larger signatures that would increase state size significantly. ML-KEM is relevant for encrypted communication channels, less so for on-chain signing.

Step 2: Protocol and SDK Changes

A migration would require:

  1. New HIP(s) defining the PQC key type, encoding format, and transaction fee adjustments (PQC signatures are larger, so gas/fee models must adapt).
  2. Hedera SDK updates across Java, JavaScript, Go, Swift, and other supported languages to generate and handle PQC key pairs.
  3. Mirror node and explorer updates to index and display new key types correctly.
  4. Consensus node software updates to validate PQC signatures natively.

Step 3: Account Key Rotation

This is where Hedera's architecture offers a genuine advantage. Because accounts have persistent identifiers independent of their keys, rotating a key does not change the account number or disrupt connected applications. The process for an individual holder would look roughly like:

  1. Generate a new PQC key pair using an updated wallet or SDK.
  2. Submit a `CryptoUpdate` transaction signed by the *current* Ed25519 key, adding or replacing the key with the new PQC key.
  3. The old key is removed or demoted; the account continues operating under the PQC key.

This is materially simpler than Bitcoin's model, where PQC migration requires sending funds to a new address type and every on-chain application referencing the old address must be updated.

Step 4: Ecosystem Coordination

Smart contracts on Hedera Smart Contract Service that use ECDSA operations (e.g., `ecrecover`-style patterns) would need separate treatment. DeFi protocols, bridges, and custodial integrations would each require their own migration sprints. Governance council sign-off would be needed for any consensus-breaking change.

---

Challenges Specific to Hedera's Architecture

Council Governance Model

Hedera's governing council (39 global enterprises) introduces a different decision velocity than fully decentralized chains. Changes require council approval and technical consensus, which adds procedural overhead but also provides clear accountability. A PQC migration, being a consensus-breaking change, would require a supermajority council vote and coordinated node software upgrades across all permissioned nodes.

Fee Model Sensitivity

Hedera's fee structure is denominated in USD-equivalent HBAR at fixed, predictable rates, one of its selling points for enterprise users. PQC signatures (especially ML-DSA at ~2.4 KB versus Ed25519's 64 bytes) increase transaction payload sizes by roughly 37x for the signature alone. This would require a re-calibration of fee tables to avoid dramatically increasing costs for routine transactions.

Hashgraph State Size

A full network state migration, where every account's stored key is updated to a PQC key, would materially increase state size. Hedera's gossip-about-gossip protocol is optimized for speed and low overhead. Engineering teams would need to benchmark PQC signature verification latency at Hedera's target throughput (10,000+ TPS) before committing to a specific algorithm.

---

Interim Options for HBAR Holders

Until a formal migration path is announced and implemented, holders can take practical steps to reduce quantum exposure:

Reduce Public-Key Exposure

Use Hardware Wallets With Strong Classical Security

No consumer hardware wallet currently supports PQC key generation for Hedera. However, maintaining keys on hardware devices (Ledger support for HBAR exists via the Hedera Ledger app) reduces the classical attack surface and keeps private keys offline until quantum-capable hardware wallets emerge.

Monitor the HIP Repository

The most reliable early-warning signal is the Hedera Improvement Proposals GitHub repository. Any formal PQC migration proposal will appear there before it reaches mainnet. Watching this repository for new drafts tagged with cryptography or security is a direct line to official plans.

Consider PQC-Native Custody Solutions

For holders with significant positions, exploring wallets and custody platforms that are already building post-quantum infrastructure is a prudent hedge. Projects like BMIC.ai are building quantum-resistant wallet infrastructure using lattice-based cryptography aligned with NIST PQC standards, providing an example of what purpose-built PQC custody looks like at the product level.

---

Comparing Hedera's PQC Readiness to Peer Networks

NetworkConsensus SignaturePQC Roadmap StatusKey Rotation Without Address ChangeNIST PQC Target Named
Hedera (HBAR)Ed25519 / ECDSANo public plan (as of mid-2025)Yes (CryptoUpdate)No
EthereumECDSA (secp256k1)EIP discussions underway; account abstraction relevantVia smart contract walletsInformal only
SolanaEd25519No public planNo (address = pubkey)No
AlgorandEd25519Research stage; ARC discussionsNo (address derived from key)No
BitcoinECDSA / SchnorrBIP discussions onlyNo (new address required)No

The table illustrates that Hedera is not uniquely behind on PQC, but it is also not ahead. Its architectural advantage on key rotation is a genuine differentiator that could make the eventual migration smoother than on UTXO chains.

---

What Would Accelerate Hedera's Migration Timeline?

Several external factors could push Hedera's governing council to prioritize and publish a PQC roadmap sooner:

---

Summary

Hedera's hashgraph architecture gives it structural tools, particularly persistent account identifiers and native key rotation, that would make a post-quantum migration less disruptive than on many peer chains. The threat from quantum computing is real and specifically targets Ed25519 and ECDSA, the exact algorithms Hedera relies on. However, Hedera has not published a formal PQC migration roadmap or named a target algorithm as of mid-2025.

For holders, the practical response is: keep exposure low on accounts with published public keys, monitor the HIP repository for draft proposals, and understand that when a migration does come, Hedera's key-rotation mechanism means the transition should be relatively smooth compared to UTXO-based chains. The absence of a plan today is not grounds for alarm, but it is grounds for staying informed.

Frequently Asked Questions

Does Hedera have a post-quantum migration plan?

As of mid-2025, Hedera has no publicly announced, scheduled migration plan to post-quantum cryptography. Hedera engineers have acknowledged PQC as a long-term consideration in community discussions, but no Hedera Improvement Proposal (HIP) with a concrete timeline or target algorithm has reached public comment stage.

Which Hedera signature schemes are vulnerable to quantum attacks?

Both Ed25519 and ECDSA (secp256k1), which Hedera uses for account signing, are vulnerable to Shor's algorithm running on a cryptographically relevant quantum computer (CRQC). A CRQC of sufficient capability could derive a private key from an exposed public key, enabling theft of funds. Hedera's hashgraph consensus mechanism itself is not the threat surface.

Would a Hedera PQC migration require users to create new accounts?

No. Hedera's account model is a significant advantage here. Because account identifiers (e.g., 0.0.12345) are independent of the underlying key pair, users can rotate their key to a post-quantum key via a CryptoUpdate transaction without changing their account number. This is simpler than Bitcoin or Solana, where an address is derived directly from the public key.

Which post-quantum algorithm would Hedera most likely use?

No algorithm has been officially designated. Among the NIST PQC finalists, ML-DSA (formerly CRYSTALS-Dilithium) is the most likely candidate for account signing due to its balance of performance, security, and signature size. SLH-DSA is more conservative but produces much larger signatures, which would increase fees and state size substantially. The final choice would require a council-approved HIP.

What can HBAR holders do right now to reduce quantum risk?

Practical steps include: keeping large holdings in accounts that have never broadcast a transaction (minimizing public-key exposure), using hardware wallets to reduce classical attack surface, monitoring the Hedera Improvement Proposal repository for any PQC drafts, and exploring custody solutions already building quantum-resistant infrastructure.

How does Hedera's PQC readiness compare to Ethereum and Bitcoin?

Hedera is broadly at a similar stage to most major layer-1 networks: no finalized PQC roadmap, but architectural discussions underway. Its key advantage over Ethereum and Bitcoin is native key rotation without changing the account identifier, which would make the eventual migration less disruptive for both individual users and applications built on top of Hedera accounts.