Sui has announced it is adopting two NIST-approved post-quantum signature schemes, positioning the network among the first major layer-1 blockchains to build a concrete migration path toward quantum-resistant cryptography rather than treating the threat as a distant, theoretical problem.
The design lets existing accounts rotate to a quantum-safe key derived directly from their existing recovery phrase, using a feature already deployed on Sui called address aliases. That mechanism allows an account to update its authorization key to a post-quantum key while keeping its original address and all associated assets in place, avoiding the far more disruptive process of migrating funds to an entirely new address.
No Forced Migration, Same Recovery Phrase
Under the new scheme, an ML-DSA-65 private key is generated as a 32-byte seed, the same size wallets already store today, derived from the same recovery phrase through a new standard derivation path. In practice, that means wallets back up and restore exactly as they do now, with no forced migration and no expensive wholesale transfer of holdings required for users who want to upgrade.
The tradeoff is size: a post-quantum signature and public key are substantially larger than the Ed25519 pairs used today, which increases the footprint of each transaction. Sui's approach appears designed to make that tradeoff opt-in rather than mandatory, letting users weigh the extra transaction overhead against the security benefit on their own timeline.
Related: Researcher Infiltrated North Korea's Hackers, Found Coinbase and Uniswap Among 1,640 Victims
Part of a Broader Industry Reckoning
Quantum resistance has moved from a niche cryptography discussion to a mainstream blockchain design consideration as quantum computing research advances, with networks increasingly expected to show a credible upgrade path rather than a wait-and-see posture. The move also lands amid heightened scrutiny of wallet-level security more broadly, following a string of incidents this year that exposed how much damage a single cryptographic weakness can do once sophisticated attackers identify and exploit it at scale.
By building the upgrade around existing recovery phrases rather than a hard fork or asset migration, Sui is betting that a low-friction path will get more users to actually adopt quantum-safe keys before the threat becomes urgent, rather than after.