Skip to content
QuantascanAlpha

What is QRL?

A plain-English introduction to the Quantum Resistant Ledger — the two chains, why it exists, and how to engage with it.

5 min readUpdated 2026-01-15

On this page

QRL — the Quantum Resistant Ledger — is a blockchain built from the start to survive the arrival of cryptographically-relevant quantum computers. Most existing cryptocurrencies sign transactions with elliptic-curve cryptography (ECDSA), which a sufficiently powerful quantum computer can break using Shor's algorithm. QRL replaces that with signature schemes that have no known quantum attack.

In practice, that single design decision shapes everything else about the project.

Two chains, one ecosystem

Today QRL is actually two chains running in parallel:

  • QRL Legacy — the original mainnet, running since 2018. It uses Proof-of-Work consensus and XMSS one-time signatures. Mining rewards still flow, balances are intact, and the chain is fully indexed in Quantascan under the /qrl-legacy/ URL prefix. Browse it via blocks or transactions.

  • QRL 2.0 — the new EVM-compatible chain, running Proof-of-Stake consensus. It uses qrysm (QRL's fork of Ethereum's Prysm consensus client) paired with gqrl execution. Signatures here are ML-DSA-87 (a NIST-standardised post-quantum signature scheme). It currently runs as testnetv2; mainnet is the eventual destination.

Both chains are first-class on Quantascan. The chain switcher in the header lets you flip between them; URLs are stable and chain-prefixed.

What makes it "quantum-resistant"

Two ingredients matter:

  1. Signature scheme. Bitcoin and Ethereum use ECDSA. A capable quantum computer could derive a private key from a public key, letting an attacker spend any wallet whose public key has been revealed (every wallet that has spent at least once). QRL Legacy uses XMSS, a hash-based signature that does not depend on number-theoretic hardness. QRL 2.0 uses ML-DSA-87 (Dilithium), part of NIST's post-quantum standards.

  2. Hash functions. Hash-based primitives like SHA-256 are weakened by Grover's algorithm, but only by a square-root factor. Doubling the hash output (256 → 512 bits) restores the original security margin. QRL's hashing choices reflect that.

The signature scheme is the meaningful change. Hash functions just need more bits. For the deeper why — Shor's algorithm, "harvest now, decrypt later", and the 2024 NIST post-quantum standards — see why quantum-resistance matters.

How to engage

You probably want one of these:

  • Check a wallet or transaction. Paste an address or transaction hash into the search bar at the top of any Quantascan page.
  • Buy or hold QRL. See where to buy QRL for exchanges and on-ramps, and the ecosystem directory for wallets and tooling.
  • Read analytics. The network page summarises chain activity; the richlist ranks holders by balance; the supply page covers tokenomics.
  • Track validators. On QRL 2.0, see the validators page for leaderboards and decentralisation metrics.
  • Run a node or validator. Out of scope for this site — start at the foundation's official documentation.

Why this project exists

Quantum computers capable of breaking ECDSA do not exist today. Estimates for when they will exist range from "decade-plus" to "never", depending on who you ask. The QRL bet is that the cost of preparing now is small, the cost of being unprepared is catastrophic, and the design choices that make a chain quantum-resistant force a sharper focus on signature efficiency anyway.

You don't have to share that bet to find the resulting chain interesting. The cryptography is unusual, the consensus is moving from PoW to PoS, and the two-chain transition is rare enough on its own to be worth watching.

FAQ about What is QRL?

Common questions about this page
Is QRL quantum proof?
QRL is built to resist quantum computers: it signs with post-quantum schemes — XMSS on QRL Legacy and ML-DSA-87 on QRL 2.0 — that have no known quantum attack, instead of the ECDSA a quantum computer could break. No system is provably unbreakable, but QRL removes the known quantum signature risk.
What is the difference between QRL Legacy and QRL 2.0?
QRL Legacy is the original Proof-of-Work mainnet using XMSS signatures, running since 2018. QRL 2.0 is its EVM-compatible Proof-of-Stake successor using ML-DSA-87. QRL Legacy becomes a read-only archive after the transition — it is a predecessor, not a separate competing network.
Is QRL mineable?
QRL Legacy uses Proof-of-Work, so it is mined. QRL 2.0 uses Proof-of-Stake, where validators stake QRL instead of mining. The project is moving from mining to staking.
What can I do with QRL?
Hold it in a quantum-resistant wallet, send and receive value, and — on QRL 2.0 — stake to help secure the chain. See where to buy QRL and the ecosystem directory of wallets and tooling.