---
title: Is Ethereum quantum-safe?
chain: Ethereum
ticker: ETH
hardy_score: 40
rank: 13 of 23
tier: "3: Committed"
url: "https://hardyindex.com/chains/ethereum"
updated: 2026-08-11
methodology_version: 1.1
---

# Is Ethereum quantum-safe?

**Hardy Score 40.0 / 100. Rank 13 of 23. Tier 3: Committed. As of 11 August 2026.**

No, not today. Ethereum accounts are secured by ECDSA on the secp256k1 curve and validators sign with BLS, and Shor's algorithm breaks both. Ethereum's response is the best-resourced in this index and also one of the slowest to arrive at mainnet. The Ethereum Foundation formed a dedicated Post-Quantum Security team in January 2026 with work tracked publicly at pq.ethereum.org, and the roadmap splits the problem into four parts: replacing BLS validator signatures with leanXMSS aggregated through a minimal zkVM, giving accounts signature agility through account abstraction so users can migrate individually, replacing KZG commitments in data availability with STARK-based or lattice-based alternatives, and pushing applications toward STARKs, which are already quantum-resistant. Hash-based validator signatures are running in weekly interoperability devnets with more than ten client teams. The published target for completing core post-quantum infrastructure is approximately 2029.

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

## Summary

A dedicated Ethereum Foundation post-quantum team formed in January 2026, with hash-based validator signatures in weekly devnets and core infrastructure targeted for around 2029.


## 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 | 7/10 | 15% | 10.5 |
| 4 | Migration path | 7/10 | 15% | 10.5 |
| 5 | Exposure | 2/10 | 10% | 2.0 |
| 6 | Verification | 9/10 | 5% | 4.5 |
| | **Hardy Score** | | | **40.0** |

### 1. Signature scheme: 0/10

Mainnet accounts use ECDSA on secp256k1 and validators use BLS, both broken by Shor's algorithm. leanXMSS validator signatures run in weekly interoperability devnets but nothing post-quantum protects funds or consensus on mainnet.

Source: https://ethereum.org/roadmap/security/quantum-resistance/

### 2. Deployment stage: 5/10

Tier 3: Committed. A dedicated Ethereum Foundation team, public research at pq.ethereum.org, weekly devnets with more than ten client teams, and structured fork milestones targeting approximately 2029 constitute a funded roadmap with active research and no mainnet deployment.

Source: https://pq.ethereum.org/

### 3. NIST alignment: 7/10

The roadmap references ML-DSA (FIPS 204) and SLH-DSA (FIPS 205), and the schemes chosen for consensus are hash-based, the same family NIST approves in SP 800-208 and FIPS 205. The specific constructions, leanXMSS and leanSPHINCS, are Ethereum-tailored variants rather than the standardised parameter sets, which is why this is not a 9.

Source: https://ethereum.org/roadmap/security/quantum-resistance/

### 4. Migration path: 7/10

Account abstraction gives Ethereum a genuinely credible per-user migration route: signature agility lets individual accounts adopt a post-quantum scheme without a protocol-wide change or a contentious fork. The deductions are for timing, with core infrastructure targeted around 2029, and for the unsolved problem of externally owned accounts whose keys are already exposed.

Source: https://ethereum.org/roadmap/security/quantum-resistance/

### 5. Exposure: 2/10

Ethereum addresses are hashes of public keys, so a funded account that has never sent a transaction keeps its key private. In practice nearly every economically meaningful externally owned account has signed at least once and therefore published its key, so effectively all active supply is harvestable today.

Source: https://ethereum.org/roadmap/security/quantum-resistance/

### 6. Verification: 9/10

Everything is open: a named Ethereum Foundation team, public research at pq.ethereum.org, weekly interoperability devnets with more than ten independent client teams, and open-source implementations. Ethereum Foundation researchers were also co-authors on the March 2026 Google Quantum AI resource-estimate paper that reset the threat timeline.

Source: https://pq.ethereum.org/

## Signature scheme

- **On mainnet today:** ECDSA on secp256k1 for accounts; BLS for validator signatures
- **Post-quantum scheme:** leanXMSS for validator signatures with leanVM aggregation; signature agility via account abstraction for accounts; STARK or lattice alternatives to KZG for data availability
- **NIST standard:** Hash-based family standardised in FIPS 205 and SP 800-208; leanXMSS and leanSPHINCS are Ethereum-specific variants
- **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

- **August 2024** (shipped): NIST finalises its first post-quantum signature standards, giving Ethereum's research a standardised base to build against.
  Source: https://csrc.nist.gov/pubs/fips/205/final
- **January 2026** (shipped): The Ethereum Foundation forms a dedicated Post-Quantum Security team, with work tracked publicly at pq.ethereum.org.
  Source: https://pq.ethereum.org/
- **February 2026** (shipped): Vitalik Buterin publishes a roadmap identifying four areas of Ethereum cryptography requiring post-quantum upgrades: consensus signatures, account signatures, data availability and the application layer.
  Source: https://ethereum.org/roadmap/security/quantum-resistance/
- **30 March 2026** (shipped): Google Quantum AI publishes resource estimates, co-authored with Ethereum Foundation researchers, cutting the logical-qubit requirement for breaking secp256k1 roughly twentyfold.
  Source: https://research.google/blog/safeguarding-cryptocurrency-by-disclosing-quantum-vulnerabilities-responsibly/
- **Ongoing** (in-progress): Weekly interoperability devnets with more than ten client teams testing hash-based validator signatures (leanXMSS) with leanVM aggregation.
  Source: https://pq.ethereum.org/
- **Approximately 2029** (planned): Structured fork milestones target completion of core post-quantum infrastructure.
  Source: https://ethereum.org/roadmap/security/quantum-resistance/

## Exposure

An Ethereum address is the last twenty bytes of the Keccak256 hash of the public key, so a funded account that has never signed a transaction has not published its key and is not harvestable. That protection evaporates on first use, and in practice almost every externally owned account holding meaningful value has signed. Smart contract accounts are a different case and are where account abstraction gives Ethereum its migration route: a contract account can change its verification logic to a post-quantum scheme without any protocol change at all.

## Frequently asked questions

### Is Ethereum quantum-safe?

No, not today. Ethereum accounts are secured by ECDSA on the secp256k1 curve and validators sign with BLS, and Shor's algorithm breaks both. Ethereum's response is the best-resourced in this index and also one of the slowest to arrive at mainnet. The Ethereum Foundation formed a dedicated Post-Quantum Security team in January 2026 with work tracked publicly at pq.ethereum.org, and the roadmap splits the problem into four parts: replacing BLS validator signatures with leanXMSS aggregated through a minimal zkVM, giving accounts signature agility through account abstraction so users can migrate individually, replacing KZG commitments in data availability with STARK-based or lattice-based alternatives, and pushing applications toward STARKs, which are already quantum-resistant. Hash-based validator signatures are running in weekly interoperability devnets with more than ten client teams. The published target for completing core post-quantum infrastructure is approximately 2029.

### Is Ethereum quantum-safe?

No. Ethereum accounts use ECDSA on the secp256k1 curve and validators use BLS signatures, and both are broken by Shor's algorithm on a sufficiently large quantum computer. Ethereum has a funded, public post-quantum roadmap but targets completing core post-quantum infrastructure around 2029.

### What is Lean Ethereum and how does it relate to quantum resistance?

Lean Ethereum is the direction of travel toward simpler cryptographic building blocks that are both SNARK-friendly and quantum-resistant. In practice that means replacing BLS validator signatures with leanXMSS, a hash-based scheme, and compressing the resulting much larger signatures through leanVM, a minimal zkVM used for aggregation.

### How will existing Ethereum accounts migrate?

Through account abstraction, which gives Ethereum signature agility. Rather than forcing a protocol-wide signature change, account abstraction lets an individual account define its own verification logic, so a user can voluntarily move to a post-quantum scheme without a contentious fork. The harder unsolved case is externally owned accounts whose public keys are already exposed on-chain.

### Why is 2029 the date people cite for Ethereum?

Because Ethereum's published roadmap states that its structured fork milestones target completion of core post-quantum infrastructure by approximately 2029. That is a target for infrastructure completion, not a guarantee that every account will have migrated by then.

### Did the Google quantum paper change Ethereum's position?

It sharpened the urgency rather than changing the plan. In March 2026, Google Quantum AI published resource estimates, co-authored with Ethereum Foundation researchers, putting the requirement to break secp256k1 at fewer than 1,200 logical qubits, roughly twenty times fewer than earlier estimates. Ethereum's roadmap cites that work directly as context for its timeline.

## What this rating means if you hold Ethereum

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 on Ethereum](https://ethereum.org/roadmap/security/quantum-resistance/): ethereum.org (primary, checked 11 August 2026)
2. [pq.ethereum.org: Post-Quantum Ethereum](https://pq.ethereum.org/): Ethereum Foundation (primary, checked 11 August 2026)
3. [Safeguarding cryptocurrency by disclosing quantum vulnerabilities responsibly](https://research.google/blog/safeguarding-cryptocurrency-by-disclosing-quantum-vulnerabilities-responsibly/): Google Research (primary, checked 11 August 2026)

---

Methodology: https://hardyindex.com/methodology (v1.1).
Cite as: The Hardy Index, "Ethereum", https://hardyindex.com/chains/ethereum, as of 11 August 2026.
