Architecture geth v1.17.3 Developers Live Compare Downloads Quantum Company About Team Careers Blog Get in touch
Post-quantum · Trade finance · By Ritesh Kakkad · ← All posts

Quantum-safe trade finance: will an on-chain document survive Q-Day?

In one paragraph

A bill of lading or letter of credit can be contested in court 20–30 years after it is signed — and the signature is the legal proof. That lifespan is longer than most Q-Day estimates, and because a tokenized document lives on a permanent public ledger, an adversary can copy it now and forge it once quantum computers arrive. XDC's XDSS-PQ standard answers this by binding each document to two NIST-aligned post-quantum signatures — valid only if both verify — so it stays unforgeable well past Q-Day.

The hardest deadline in cryptography is a legal one

Most signed digital artifacts have a short security horizon — a TLS session, a software release, an authentication token. Trade-finance instruments are the opposite: their legal lifespan is measured in decades. A letter of credit, a bill of lading, or a tokenized receivable signed today may need to be presented, audited, or contested 20 to 30 years from now, and the cryptographic signature is what proves it is authentic.

That single fact reorders the entire quantum-risk calculation. You are not securing a document against today's threats — you are securing it against every adversary that will exist across its whole legal life. By Mosca's rule, when the data's required secrecy lifetime alone exceeds the time until a quantum computer arrives, the migration is already late.

Why a permanent public ledger makes it worse

Putting a trade document on-chain is exactly the right move for transparency and auditability — but it changes the threat model. The document, and its classical ECDSA signature, are public and permanent. That turns the quantum threat into a present one through harvest-now-decrypt-later: an adversary does not need a quantum computer today. They only need to keep a copy of the signed record and wait.

Trust-Now-Forge-Later

When a cryptographically-relevant quantum computer arrives, every ECDSA-signed document already on-chain becomes forgeable — decades after it was issued. A 2025 Federal Reserve working paper makes the same point for distributed ledgers: on-chain history stays harvest-now-decrypt-later–vulnerable even after a network migrates.

This is the gap generic "quantum-safe blockchain" messaging misses. Protecting new transactions is necessary but not sufficient when your core asset is a document that must remain provably authentic for thirty years.

XDSS-PQ: two signatures, both required

XDC's response is XDSS-PQ — a draft, forward-looking standard for post-quantum trade-document signatures. Rather than betting on a single post-quantum algorithm, it binds each document to two independent NIST-aligned signatures:

  • ML-DSA (FIPS 204) — the NIST primary post-quantum signature standard, a lattice construction (Dilithium).
  • Falcon / FN-DSA (draft FIPS 206) — the most compact NIST-track signature, built on a different lattice construction.

The two are combined under AND semantics: a document is valid only if both signatures verify. Forging one therefore requires breaking both standardized algorithms at once — and because they rest on different mathematical structures, a future break of one does not collapse the other. For an artifact that must survive 30 years of unknown cryptanalysis, that conservatism is the point.

Built on an EVM chain, aligned to 2030

XDSS-PQ is designed for XDC — an EVM-compatible chain already used for tokenized trade finance — so the post-quantum guarantees attach to documents inside the same developer ecosystem teams already build on. The roadmap is paced to the deadlines that are actually fixed: the EU's 2030 post-quantum migration target and the NIST schedule to retire classical signatures by 2035. To be clear about status: XDSS-PQ is a Draft v1.0 specification and in development, not a finished product — it is published now precisely because, for 30-year documents, the design work has to happen before the threat does.

Frequently asked

Will a trade document signed on-chain today survive Q-Day?

Only if it is signed with post-quantum cryptography. A classical ECDSA signature can be forged once a quantum computer exists — and because the document sits on a permanent public ledger, an adversary can keep a copy now and forge it later. A 20–30 year document needs a quantum-safe signature today.

What is XDSS-PQ?

XDC's draft post-quantum signature standard for tokenized trade documents. It binds each document to two independent NIST-aligned signatures — ML-DSA (FIPS 204) and Falcon/FN-DSA (draft FIPS 206) — under AND semantics, so it stays secure unless both algorithms are broken. It is forward-looking and in development.

Why does trade finance need this sooner than other use cases?

Document lifespan. A letter of credit may be contested 20–30 years after issuance, and the signature is the legal proof. That exceeds most Q-Day estimates, so by Mosca's rule the migration is already overdue for documents signed now.

Sources

Related reading