---
title: "Quantum-safe wallets: what is real and what is marketing"
description: What actually makes a wallet quantum-safe, why most quantum-ready claims describe the device and not your coins, and the options worth considering.
url: "https://hardyindex.com/guides/quantum-safe-wallets"
section: What to do about it
updated: 2026-08-12
methodology_version: 1.1
---

# Quantum-safe wallets: what is real and what is marketing

**A quantum-safe wallet is one whose signatures a quantum computer could not break. Very few exist, because a wallet can only use the signature scheme its blockchain accepts. The practical step today is a reputable hardware wallet plus good address habits, with genuinely post-quantum wallets still a small and emerging group.**

*As of 12 August 2026. This is a security-readiness assessment, not investment advice.*

Quantum-ready is the fastest-growing label in crypto hardware. Here is what it means, what it does not, and how to choose without paying for a promise nobody can keep yet.

## What makes a wallet quantum-safe?

A wallet is quantum-safe when the signature that authorises a payment is one a quantum computer cannot forge. That means a hash-based or lattice-based scheme such as XMSS, SLH-DSA or ML-DSA, rather than the elliptic-curve schemes almost every chain uses today.

The catch is that the wallet does not choose. The blockchain decides which signatures it will accept, and the wallet produces one of those. A wallet cannot sign a Bitcoin transaction with ML-DSA, because the Bitcoin network would reject it.

So there are really two separate questions hiding inside "is this wallet quantum-safe". Is the device itself protected by post-quantum cryptography, and are the coins it holds protected. The first is increasingly yes. The second is almost always no, and it depends on the chain rather than the wallet.

## Where do today's wallets fall short?

Today's quantum-ready wallets protect the device, not your coins, and the manufacturers document this clearly. The post-quantum cryptography sits in firmware verification and device attestation, which are real security improvements that have nothing to do with the signature on your transaction.

Trezor is the most explicit about it. Its documentation says the Safe 7 uses SLH-DSA-128 to verify firmware signatures during boot, and ML-DSA-44 in its device attestation certificate. It then states directly that the wallet "is not quantum-proof because full protection requires that the blockchains also upgrade".

Ledger has published post-quantum work of its own, adding ML-KEM and ML-DSA to the Ledger SDK and embedded OS in 2026. Ledger also notes that the first version ships with no side-channel countermeasures, which is the sort of caveat worth reading before treating an algorithm name as a guarantee.

None of that is a criticism of either company. Both are doing the part they can do, and both say what they have not done. The problem is the retail summary in between, where "quantum-ready hardware wallet" quietly becomes "my Bitcoin is safe".

## Which wallets are actually post-quantum?

Only wallets built for chains that already run post-quantum signatures can protect your funds with post-quantum cryptography today. As of 12 August 2026, the Hardy Index rates two chains as Tier 1: Native, meaning post-quantum signatures protect every account on mainnet.

What is post-quantum in each option, and what is not.

| Wallet | Post-quantum today | Not post-quantum | On the Index |
|---|---|---|---|
| Trezor Safe 7 | Boot and firmware verification (SLH-DSA-128), device attestation (ML-DSA-44) | Transaction signing, which follows the chain | Device, not chain |
| Ledger | ML-KEM and ML-DSA in the SDK and embedded OS | Transaction signing; no side-channel countermeasures in the first version | Device, not chain |
| The QRL wallet | Every signature, using XMSS, a NIST-approved hash-based scheme | Nothing, though XMSS is stateful and key reuse is unsafe | [QRL rates 92.0](https://hardyindex.com/chains/qrl) |
| Nervos CKB wallets with the SPHINCS+ lock script | Funds moved to the audited SPHINCS+ lock script | Ordinary CKB addresses, which stay on secp256k1 | [See the Nervos CKB profile](https://hardyindex.com/chains/nervos-ckb) |
| Algorand wallets | State Proofs, and Falcon-signed transactions since November 2025 | Standard accounts, until native Falcon accounts land | [See the Algorand profile](https://hardyindex.com/chains/algorand) |

Read that table as a statement about chains rather than brands. A wallet inherits the readiness of the network it is talking to, which is why [the Hardy Index](https://hardyindex.com/) rates chains and not wallets.

## How should you choose a wallet?

Choose on the things that protect you today, then treat quantum readiness as a tiebreak. The attacks that actually empty wallets are phishing, malware and lost recovery phrases, and a hardware wallet is a genuine answer to all three.

- **Do you hold the keys?** A wallet where you control the private key is what lets you migrate on the day your chain ships a post-quantum upgrade, rather than waiting for a custodian.
- **Is the recovery phrase handled offline?** Written down, stored somewhere sensible, never photographed. This matters more than anything on this page.
- **Does the device support the chains you actually hold?** A quantum-ready device is no use if it cannot sign for your assets.
- **Is the manufacturer honest about limits?** A vendor that publishes what its post-quantum work does not cover is telling you how it will behave when something goes wrong.

### The options we would look at

Chosen editorially, on the criteria above, and listed with what each one does not fix. The Hardy Index rates chains, not wallets, so nothing here feeds into any score.

> **Disclosure.** Some links below are affiliate links, which means the Hardy Index may earn a commission if you buy. They never affect a rating, a score or a tier. [How we make money](https://hardyindex.com/how-we-make-money).

#### Trezor Safe 7 (affiliate link)

A hardware wallet that keeps your private keys on a device rather than on an internet-connected computer.

**Why we would look at it.** It is the first hardware wallet to put post-quantum cryptography into the device itself. Trezor documents its boot process and firmware updates as verified with SLH-DSA-128, and its device attestation certificate as using ML-DSA-44, both NIST-standardised schemes.

**What it does not fix.** This protects the device, not your coins. Trezor states plainly that the Safe 7 "is not quantum-proof because full protection requires that the blockchains also upgrade". Transaction signing still uses whatever scheme your chain uses.

[Visit Trezor Safe 7](https://trezor.io/trezor-safe-7). Source: [Trezor Safe 7: the first quantum-ready hardware wallet](https://trezor.io/guides/trezor-devices/trezor-safe-7/the-first-quantum-ready-hardware-wallet), Trezor.

#### Ledger (affiliate link)

A hardware wallet range built around a certified secure element, with broad chain and app support.

**Why we would look at it.** Ledger has published post-quantum work of its own: ML-KEM and ML-DSA are now in the Ledger SDK and embedded OS, and its Donjon security team publishes research on running these schemes inside constrained secure elements.

**What it does not fix.** Those algorithms sit in the SDK, not in blockchain transaction signing, and Ledger notes that the first version ships with no side-channel countermeasures. A Ledger does not make a quantum-vulnerable chain safe.

[Visit Ledger](https://www.ledger.com/). Source: [Post-quantum cryptography in the Ledger SDK](https://www.ledger.com/blog-post-quantum-cryptography-ledger-sdk), Ledger.

#### The QRL wallet (earns us nothing)

The wallet for the Quantum Resistant Ledger, the highest-rated chain in the Hardy Index.

**Why we would look at it.** This is one of the few wallets where the signature protecting your funds is genuinely post-quantum today. Every QRL account is secured by XMSS, a hash-based scheme approved by NIST in SP 800-208, with no elliptic-curve fallback on the network.

**What it does not fix.** XMSS is stateful, so the wallet has to track which one-time keys have been used, and reusing one can expose funds. QRL is also a small network by liquidity and developer activity. This earns the Hardy Index nothing.

[Visit The QRL wallet](https://www.theqrl.org/). Source: [The Quantum Resistant Ledger](https://www.theqrl.org/2/), The Quantum Resistant Ledger.



If your chain is on a funded roadmap rather than already post-quantum, the wallet question is less urgent than the migration question. [How to protect your crypto from quantum computers](https://hardyindex.com/guides/how-to-protect-crypto-from-quantum-computers) puts the steps in order.

## Frequently asked questions

### What is a quantum-safe wallet?

A quantum-safe wallet is one where the signature authorising a payment uses a scheme a quantum computer cannot break, such as XMSS, SLH-DSA or ML-DSA. Because the blockchain decides which signatures it accepts, a wallet can only be quantum-safe if its chain already supports post-quantum signatures.

### Is the Trezor Safe 7 quantum-proof?

No, and Trezor says so directly. The Safe 7 uses SLH-DSA-128 for boot and firmware verification and ML-DSA-44 for device attestation, which protects the device. Trezor states that it "is not quantum-proof because full protection requires that the blockchains also upgrade", so transaction signing still follows whatever scheme your chain uses.

### Does Ledger protect against quantum computers?

Partly, and in the same limited sense. Ledger has added ML-KEM and ML-DSA to its SDK and embedded operating system, and its security team publishes research on running post-quantum schemes inside secure elements. Those algorithms are not used to sign blockchain transactions, and Ledger notes the first version ships without side-channel countermeasures.

### Which wallet is genuinely post-quantum today?

Wallets for chains that already run post-quantum signatures. The QRL wallet is the clearest example, because every account on the Quantum Resistant Ledger is secured by XMSS, a hash-based scheme approved by NIST in SP 800-208, with no elliptic-curve fallback. Nervos CKB wallets using its audited SPHINCS+ lock script are another, for funds moved to that script.

### Should I buy a new wallet because of quantum computing?

Only if you were going to buy one anyway. Quantum readiness in current hardware protects the device rather than your coins, so it is a reasonable tiebreak and a poor reason on its own. If you hold long-term positions on an exchange, moving to a wallet you control is worth doing for reasons that have nothing to do with quantum computing.

## Where to go next

- [How to protect your crypto, step by step](https://hardyindex.com/guides/how-to-protect-crypto-from-quantum-computers): The four steps, in order, and what each one fixes.
- [The Hardy Index ranking](https://hardyindex.com/): The readiness of every rated chain, which is what your wallet inherits.
- [The Quantum Resistant Ledger profile](https://hardyindex.com/chains/qrl): Why it rates 92.0 out of 100, and the trade-offs that come with XMSS.
- [Moving to a quantum-ready chain](https://hardyindex.com/guides/moving-to-a-quantum-ready-chain): The bigger decision behind the wallet question.
- [How the Hardy Index makes money](https://hardyindex.com/how-we-make-money): Which links on this page earn, and why they cannot affect a rating.

## Sources

1. [Trezor Safe 7: the first quantum-ready hardware wallet](https://trezor.io/guides/trezor-devices/trezor-safe-7/the-first-quantum-ready-hardware-wallet): Trezor (primary, checked 12 August 2026)
2. [Post-quantum cryptography in the Ledger SDK](https://www.ledger.com/blog-post-quantum-cryptography-ledger-sdk): Ledger (primary, checked 12 August 2026)
3. [Native quantum resistance in Nervos CKB](https://docs.nervos.org/docs/ckb-features/native-quantum-resistance): Nervos Network (primary, checked 12 August 2026)
4. [Algorand post-quantum technology](https://algorand.co/technology/post-quantum): Algorand Foundation (primary, checked 12 August 2026)
5. [NIST SP 800-208: Recommendation for Stateful Hash-Based Signature Schemes](https://csrc.nist.gov/pubs/sp/800/208/final): National Institute of Standards and Technology (primary, checked 12 August 2026)

---
Cite as: The Hardy Index, "Quantum-safe wallets: what is real and what is marketing", https://hardyindex.com/guides/quantum-safe-wallets, as of 12 August 2026.
