---
title: Is Polkadot quantum-safe?
chain: Polkadot
ticker: DOT
hardy_score: 40.5
rank: 12 of 23
tier: "3: Committed"
url: "https://hardyindex.com/chains/polkadot"
updated: 2026-08-12
methodology_version: 1.1
---

# Is Polkadot quantum-safe?

**Hardy Score 40.5 / 100. Rank 12 of 23. Tier 3: Committed. As of 12 August 2026.**

No, not today. Polkadot signs with sr25519, a Schnorr construction over the Ristretto compression of Curve25519, and with Ed25519 in places, and Shor's algorithm breaks both. Polkadot's answer is unusually broad in scope because a proof-of-stake network with a shared security model has many different signatures to replace, not just account keys. The Web3 Foundation's published roadmap for Polkadot and JAM sets out replacements across the board: the signatures used in GRANDPA finality, BABE block production and other protocol messages move to CRYSTALS-Dilithium, while user account signatures move to Falcon. As of 2026 none of that is live at protocol level, which places Polkadot alongside Ethereum, Cardano and the other chains with a credible published plan and a classical present.

> This is a security-readiness assessment, not investment advice.

## Summary

The Web3 Foundation published a post-quantum roadmap covering Polkadot and JAM, naming Dilithium for consensus signatures and Falcon for accounts.


## Score breakdown

| # | Dimension | Score | Weight | Contribution |
|---:|---|---:|---:|---:|
| 1 | Signature scheme | 0/10 | 30% | 0.0 |
| 2 | Deployment stage | 5/10 | 25% | 12.5 |
| 3 | NIST alignment | 8/10 | 15% | 12.0 |
| 4 | Migration path | 6/10 | 15% | 9.0 |
| 5 | Exposure | 3/10 | 10% | 3.0 |
| 6 | Verification | 8/10 | 5% | 4.0 |
| | **Hardy Score** | | | **40.5** |

### 1. Signature scheme: 0/10

Polkadot uses sr25519 for most signing and Ed25519 in places, both elliptic-curve schemes broken by Shor's algorithm. No post-quantum signature is live at protocol level for accounts or consensus.

Source: https://wiki.polkadot.com/learn/learn-cryptography/

### 2. Deployment stage: 5/10

Tier 3: Committed. A published Web3 Foundation roadmap covers both Polkadot and JAM, names specific replacement schemes for each signature role, and is backed by a research organisation, with nothing live on mainnet.

Source: https://forum.polkadot.network/t/post-quantum-cryptography-roadmap-for-polkadot-and-jam/13232

### 3. NIST alignment: 8/10

The roadmap names CRYSTALS-Dilithium, standardised as ML-DSA in FIPS 204, for consensus signatures and Falcon for account signatures. One is a final standard and the other is NIST-selected but not yet published, which is why this is not a 9 or 10.

Source: https://csrc.nist.gov/pubs/fips/204/final

### 4. Migration path: 6/10

Polkadot has a genuine advantage in that its runtime is upgradeable on-chain through forkless upgrades and on-chain governance, so enacting a cryptographic change does not require a contentious hard fork. The deduction is for the breadth of the problem: consensus, parachain and account signatures all have to move, and no dated schedule was found.

Source: https://forum.polkadot.network/t/post-quantum-cryptography-roadmap-for-polkadot-and-jam/13232

### 5. Exposure: 3/10

Polkadot addresses are SS58 encodings of the public key itself rather than a hash of it, so an account's key is readable from its address without the account ever having signed. Balances are therefore harvestable today.

Source: https://research.web3.foundation/Polkadot/security/keys

### 6. Verification: 8/10

The roadmap was published openly on the Polkadot forum by the Web3 Foundation, the cryptography is documented in public research and wiki material, and the implementation is open source and independently audited.

Source: https://research.web3.foundation/Polkadot/security/keys

## Signature scheme

- **On mainnet today:** sr25519 (Schnorr over Ristretto-compressed Curve25519), with Ed25519 in some roles
- **Post-quantum scheme:** CRYSTALS-Dilithium for consensus signatures; Falcon for account signatures
- **NIST standard:** FIPS 204 (ML-DSA, standardised Dilithium); Falcon pending final publication
- **Readiness tier:** Tier 3: Committed. A funded roadmap with public dates and active research exists, but no post-quantum signature is live on mainnet.

## Roadmap

- **2025** (shipped): The Web3 Foundation publishes a post-quantum cryptography roadmap covering both Polkadot and JAM.
  Source: https://forum.polkadot.network/t/post-quantum-cryptography-roadmap-for-polkadot-and-jam/13232
- **Ongoing, no date published** (in-progress): Research and implementation work toward replacing GRANDPA, BABE and protocol-message signatures with CRYSTALS-Dilithium.
  Source: https://forum.polkadot.network/t/post-quantum-cryptography-roadmap-for-polkadot-and-jam/13232
- **No date published** (planned): Falcon account signatures for Polkadot and its app chains. No dated schedule for mainnet deployment was found at the time of writing.
  Source: https://forum.polkadot.network/t/post-quantum-cryptography-roadmap-for-polkadot-and-jam/13232

## Exposure

A Polkadot address in SS58 format encodes the account's public key directly, with a network prefix and a checksum, rather than encoding a hash of the key. That means the key can be read straight off the address, and an account does not need to have signed anything for its key to be known. This is the same structural position as Algorand and Solana, and it means every classical DOT balance is available for harvest-now-decrypt-later collection today rather than only after first spend.

## Frequently asked questions

### Is Polkadot quantum-safe?

No, not today. Polkadot signs with sr25519, a Schnorr construction over the Ristretto compression of Curve25519, and with Ed25519 in places, and Shor's algorithm breaks both. Polkadot's answer is unusually broad in scope because a proof-of-stake network with a shared security model has many different signatures to replace, not just account keys. The Web3 Foundation's published roadmap for Polkadot and JAM sets out replacements across the board: the signatures used in GRANDPA finality, BABE block production and other protocol messages move to CRYSTALS-Dilithium, while user account signatures move to Falcon. As of 2026 none of that is live at protocol level, which places Polkadot alongside Ethereum, Cardano and the other chains with a credible published plan and a classical present.

### Is Polkadot quantum-safe?

No. Polkadot signs with sr25519 and Ed25519, both of which are broken by Shor's algorithm on a sufficiently large quantum computer. The Web3 Foundation has published a post-quantum roadmap naming replacement schemes, but nothing post-quantum is live at protocol level.

### What is Polkadot planning to replace its signatures with?

Two different schemes for two different jobs. Consensus signatures, meaning those used in GRANDPA finality, BABE block production and other protocol messages, move to CRYSTALS-Dilithium. User account signatures, including those of app chains built on Polkadot, move to Falcon.

### Does Polkadot need a hard fork to become quantum-safe?

Probably not, and that is one of its advantages. Polkadot's runtime can be upgraded on-chain through its governance process without requiring node operators to coordinate a hard fork. The difficulty is scope rather than mechanism: consensus, parachain and account signatures all have to change.

### Why is Polkadot's exposure score low?

Because a Polkadot address is an encoding of the public key itself rather than a hash of it. On Bitcoin or Cardano, a funded address that has never spent keeps its key private. On Polkadot the key is readable from the address, so every classical balance is exposed to collection today.

## What this rating means if you hold Polkadot

Plain-language guidance from the same publication, with no product recommendation attached.

- [Is my crypto safe from quantum computers?](https://hardyindex.com/guides/is-my-crypto-safe-from-quantum-computers.md)
- [How to protect your crypto from quantum computers](https://hardyindex.com/guides/how-to-protect-crypto-from-quantum-computers.md)
- [All guides](https://hardyindex.com/guides.md)

Nothing on this profile is sponsored and nothing on it is an affiliate link. See https://hardyindex.com/how-we-make-money.md.

## Sources

1. [Post Quantum Cryptography Roadmap for Polkadot and JAM](https://forum.polkadot.network/t/post-quantum-cryptography-roadmap-for-polkadot-and-jam/13232): Polkadot Forum (Web3 Foundation) (primary, checked 12 August 2026)
2. [Cryptography on Polkadot](https://wiki.polkadot.com/learn/learn-cryptography/): Polkadot Wiki (primary, checked 12 August 2026)
3. [Polkadot's keys](https://research.web3.foundation/Polkadot/security/keys): Web3 Foundation Research (primary, checked 12 August 2026)

---

Methodology: https://hardyindex.com/methodology (v1.1).
Cite as: The Hardy Index, "Polkadot", https://hardyindex.com/chains/polkadot, as of 12 August 2026.
