---
title: Quantum Signing Tokens
url: https://www.emergentmind.com/topics/quantum-signing-tokens
type: topic
---

# Quantum Signing Tokens

Quantum signing tokens are cryptographic primitives in which signing or authorization power is embodied in a quantum state, or in token data whose security derives from an earlier quantum interaction. In the canonical tokenized-signature model, a classical secret key mints quantum one-time signing tokens that are consumed during signing; in related Tokenized Message Authentication Codes, a quantum token delegates the ability to authenticate at most one document; in relativistic S-money, the token is a spacetime-constrained authentication object whose eventual presentation point can be chosen late and validated locally [1609.09047][2105.05016][1908.08143]. The subject therefore spans abstract unclonable-signing constructions, entanglement-based quantum digital signatures, one-shot signatures based on coset states, and practical token architectures that either eliminate user-side quantum memory or embed the token in specialized hardware [1507.03581][2511.04633][2605.03564].

## 1. Conceptual foundations and scope

Quantum signing tokens emerged from several partially overlapping lines of work. In one line, the goal is a **standard digital signature scheme** with the familiar properties of message dependence, signer specificity, and later verifiability, but with information-theoretic rather than computational security. The 2015 entanglement-based quantum digital signature scheme explicitly defines a standard signature as one whose signature depends on the message to be signed, is built from information publicly known and unique to the signatory, and can be stored by all recipients for later verification [1507.03581].

A second line treats signing capability itself as a **single-use quantum resource**. “Quantum Tokens for Digital Signatures” formalizes a tokenized signature scheme in which a classical secret key generates quantum one-time signing tokens, and a signing algorithm consumes such a token to produce a classical signature that is checked by a deterministic classical verifier [1609.09047]. This directly connects signing to unclonability: one token corresponds to one signing opportunity.

A third line broadens the notion from document signing to **delegated authentication**. The TMAC formulation describes a Tokenized Message Authentication Code in which Alice issues a quantum signing token from a classical secret key and the holder can sign at most one document; the paper explicitly presents this as a delegation primitive that allows limited signing authority without disclosing the long-term key [2105.05016].

A fourth line generalizes “signing” into **spacetime authorization**. Flexible S-money defines virtual tokens that can be validly presented only at pre-agreed spacetime points \(Q_i\), with near-instant local verification and unforgeability guaranteed by relativistic signalling constraints and an earlier quantum exchange [1908.08143]. This suggests that “quantum signing token” is best understood as a family of unclonable authorization mechanisms rather than a single formal object.

## 2. Formal models and representative constructions

The tokenized-signature abstraction is usually given by four algorithms:
\[
\mathsf{KeyGen}(1^\kappa)\to (pk,sk),\quad
\mathsf{TokenGen}(sk)\to \stamp,\quad
\mathsf{Sign}(\alpha,\stamp)\to sig,\quad
\mathsf{Verify}(pk,\alpha,sig)\to \{0,1\}.
\]
Correctness requires that a token generated from \(sk\) can sign any permitted message \(\alpha\) so that classical verification accepts [1609.09047]. In the TMAC setting the syntax is analogous,
\[
\mathsf{KeyGen}(1^\lambda)\to k,\quad
\mathsf{TokenGen}_k\to \mathrm{Stamp},\quad
\mathsf{Sign}_{\mathrm{Stamp}}(m)\to \sigma,\quad
\mathsf{Verify}_k(m,\sigma)\to\{0,1\},
\]
but the primitive is MAC-like rather than public-key [2105.05016].

The first major tokenized-signature construction is based on Aaronson–Christiano hidden-subspace quantum money. For a random subspace \(A\subseteq \mathbb{F}_2^n\) of dimension \(n/2\), the token is the uniform superposition over \(A\). Signing bit \(0\) amounts to measuring in the computational basis and outputting a nonzero element of \(A\); signing bit \(1\) applies \(H^{\otimes n}\), which maps the state to the corresponding dual-space superposition, and then measures to obtain a nonzero element of \(A^\perp\). Verification checks subspace membership, so the signature is classical while the signing resource is quantum [1609.09047].

A simpler construction uses BB84 product states. In the one-bit noisy TMAC, the secret key is \(k=(a,b)\) with \(a,b\in\{0,1\}^\lambda\), and the token is
\[
\mathrm{Stamp}=H^b|a\rangle.
\]
To sign bit \(m\), the holder measures in basis \((H^m)^{\otimes \lambda}\), obtaining a classical string \(\sigma\). Verification defines the basis-matching set
\[
m\_\mathrm{set}=\{i\in[\lambda]\mid b_i=m\}
\]
and accepts when the restricted strings agree on the checked positions [2105.05016]. The construction uses only simple tensor-product BB84 states and no entanglement.

A distinct construction replaces one-way-function-style public keys with **multiparty controlled EPR channels**. In that scheme, entanglement swapping and teleportation generate two different quantum states that are non-locally correlated rather than multiple copies of a unique signature state. Alice, Bob, and Charlie each hold only part of the relevant control data, and verification depends on consistency relations induced by the controlled entangled channel [1507.03581].

Flexible S-money has a different formal structure. In its refined two-stage form, an early quantum-information stage establishes a private random string \(x\), and a later classical stage chooses the presentation point label \(b\) by sending
\[
m=x\oplus b.
\]
At presentation, the user unveils \(x\), and the issuer checks
\[
m\oplus x=b.
\]
This decouples token acquisition from the eventual decision of where the token will be valid [1908.08143].

## 3. Security notions, guarantees, and limitations

The defining security notion is **unforgeability**, but its exact formulation depends on the model. For tokenized signatures, an adversary given \(\ell\) tokens should not be able to produce valid signatures for \(\ell+1\) different messages. This “one token = one signing capability” principle is the core quantitative expression of quantum single-use authority [1609.09047]. The same pattern appears in TMAC, where an adversary given \(r\) tokens, together with signing and verification oracles, should not be able to output valid signatures for \(r+1\) fresh documents [2105.05016].

Several stronger or adjacent notions appear in the literature. Tokenized signatures define **revocability**, and the paper proves that every unforgeable tokenized-signature scheme is revocable. They also define **testability**, under which a token can be checked without being consumed, and show that every testable tokenized signature is a public quantum money scheme. The same work further introduces **one-time everlasting revocability**, under which even an unbounded adversary given the token but not the public key cannot both keep a valid residual token and output a valid fresh signature [1609.09047].

In the entanglement-based quantum digital signature scheme, security is phrased in the classical signature vocabulary of **non-masquerading**, **non-repudiation**, **non-forgery**, and **transferability**. The central argument is that signatures are distributed as non-locally correlated quantum/classical data, so neither Alice nor Bob alone controls enough information to cheat Charlie consistently [1507.03581].

Relativistic token schemes add a distinct privacy notion. Flexible S-money provides **future privacy**: the issuer should not learn in advance which presentation point will eventually be chosen, because the later classical message \(m=x\oplus b\) reveals nothing about \(b\) when \(x\) remains hidden. The same paper is explicit that it focuses on future privacy rather than the stronger “past privacy” property [1908.08143].

Noise tolerance has become a central practical metric. The BB84-based TMAC proves that, assuming post-quantum one-way functions exist, for every \(\delta<1-\alpha\) with \(\alpha\approx \cos^2(\pi/8)\), there exists a TMAC scheme that is \(\delta\)-noise tolerant and existentially unforgeable against classical signing and verification oracles; the paper highlights the concrete corollary of **14% noise tolerance** [2105.05016]. At the same time, that work is explicit about limitations: the security notion is not strong unforgeability, it does not cover quantum superposition access to the verification oracle, and the 14% claim is under an IID corruption model rather than arbitrary adversarial noise [2105.05016].

A recurring misconception is that no-cloning alone resolves all token-security questions. “Quantum Vault” identifies an overlooked attack in which the adversary steals the issuer’s classical side information about the token states, thereby forging counterfeit tokens without violating the no-cloning theorem. Its proposal removes classical descriptions of token states and replaces them with a bank-held quantum copy, shifting authentication from classical-state comparison to quantum-to-quantum comparison [2605.03564].

## 4. Memory, transfer, and spacetime structure

Quantum signing tokens differ sharply in how they handle quantum memory. Earlier standard quantum digital signature schemes based on quantum one-way functions required long-term quantum memory for storing quantum signatures and often used swap tests or direct quantum comparison in verification. The multiparty-controlled-EPR approach was proposed specifically to avoid that practical drawback while preserving information-theoretic security [1507.03581].

Tokenized signatures in the hidden-subspace model still rely on a stored quantum token, but the token is destroyed by the signing measurement. That model also motivates applications in which quantum money can be turned into a classical “check”: a holder signs a statement transferring a bill with a given serial number, and the recipient presents the signed statement to a bank for replacement issuance [1609.09047]. In that sense, tokenized signatures link unclonable tokens to classically transferable value.

One-shot signature research seeks to reduce the quantum-memory burden rather than eliminate it. “Unclonable Cryptography in Linear Quantum Memory” studies one-shot signatures and more general quantum signing tokens and proves, relative to a classical oracle, secure OSS for \(\lambda\)-bit messages with **\(O(\lambda)\)-sized quantum secret keys** and strong unforgeability. Its central technical objects are coset states, and the main improvement is a reduction in secret-key size that is asymptotically optimal in some regimes [2511.04633]. A subsequent circuit-level implementation makes this more explicit: the public key is classical, the secret key is a quantum superposition over a hidden affine coset
\[
C_y=b_y+\operatorname{Im}(A_y)\subseteq \mathbb{Z}_2^n,
\]
and the secret key state is
\[
|sk_y\rangle=\frac{1}{\sqrt{|C_y|}}\sum_{x\in C_y}|x\rangle.
\]
That work states that the logical qubit number scales like \(\Theta(\kappa\log(r)+n+l)\) and the gate complexity scales like \(\Theta(n^3+nl)\) [2606.23612].

At the opposite extreme are schemes designed to remove user-side quantum memory entirely. Flexible S-money shifts all quantum work into an early setup stage and then allows later decision and presentation using only classical communication. The user can determine the valid presentation point anywhere in the causal past of all valid presentation points, and the refinement allows flexible transfer of tokens among users without compromising user privacy [1908.08143]. Practical S-money implementations make the same architectural point more directly: Bob sends BB84 states, Alice measures immediately, and the spendable token thereafter is classical, while still supporting near-instant validation without cross-checking [2104.11717].

## 5. Experimental realizations and hardware platforms

Experimental work has bifurcated into **virtual-token** realizations and **stored-state** realizations. The practical S-money implementation with off-the-shelf QKD hardware showed that quantum-token generation can be integrated with standard photonic technology while tolerating noise, losses, and experimental imperfection; the presented token is classical, but unforgeability and privacy derive from the earlier quantum phase [2104.11717]. A full experimental demonstration of quantum S-tokens then reported a heralded single-photon source with **88.24% system efficiency**, token length \(N=10{,}048\), and measured transaction-time advantages of \(12.32\pm 0.01~\mu\text{s}\) over an intra-city \(2.766\) km optical-fibre network and \(39.80\pm 0.01~\mu\text{s}\) comparative advantage over an inter-city \(60.54\) km field-deployed fibre network [2408.13063].

A separate line retains physical quantum tokens but changes the reference architecture. “Quantum Vault” stores a copy of the token at the bank and authenticates via a SWAP test between the user token and the vault token. Benchmarks on three IBMQ processors reported false-negative probabilities lower than \(10^{-4}\) and successful-attack probabilities of \(10^{-18}\) for quantum bills composed of \(200\) tokens, even in the worst-performing hardware [2605.03564]. This architecture explicitly aims to remove classical token-state metadata as a single point of failure.

The ensemble-based protocol benchmarked on IBM Quantum processors replaces single isolated qubits by ensembles. In that model, legitimate tokens achieve acceptance probabilities above **0.999**, while a forged single token can be accepted with probability as low as **0.059**. The paper further reports that, even in the worst IBMQ case, with **fewer than \(7^2=49\) tokens** the acceptance probability of forged tokens is below \(10^{-22}\) [2412.08530]. Its emphasis is hardware agnosticism: the protocol is described by an observable operator, measurement uncertainty, and a normalized contrast parameter rather than by any platform-specific Hamiltonian.

Solid-state proposals concentrate on memory-enabled tokens. “Secure Quantum Token Processing with Color Centers in Diamond” describes a memory-enabled Wiesner-style token scheme using sawfish nanophotonic crystal cavities and fractional Raman gates. It reports gate fidelities of \(F^{\rm R}_{\pi/2}=0.9977\) for optical Raman control and \(F^{\rm MW}_{\pi/2}=0.9999\) for microwave control, and an optimal acceptance rate of \(\gamma_{a,\max}=80.16\ \text{kHz}\) for a \(0.5\) km link under the stated assumptions; the paper argues that the MHz regime becomes possible through parallelization and improved efficiencies [2503.04985]. Closely related work on hybrid spin-photon interfaces uses electron and nuclear spins in diamond plus time-bin photons, with preparation, storage, and verification tied together by hybrid tripartite entanglement and Bell-state measurements. In the idealized single-shot setting it states that an adversary’s forging probability is at most \(1/2\), while average verification fidelity depends on storage time, phase noise, and basis mismatch through
\[
\langle F_\mathrm{verif}\rangle=\frac12\Big[1+\frac{\pi}{4}e^{-T_S/T_M}e^{-\sigma_\theta^2/2}\cos(\Delta\phi)\Big].
\]
[2603.09479]

## 6. Adjacent notions, terminology boundaries, and current trajectory

The literature uses “quantum signature,” “quantum token,” and “quantum signing token” in overlapping but non-identical ways. Some schemes are document-signature primitives with explicit signing and verification algorithms; others are payment, authentication, or authorization objects whose behavior is signature-like only in a broader systems sense. Flexible S-money belongs to the latter category: it is best understood as a relativistic quantum authentication or signing primitive because a hidden quantum-derived commitment and a later classical disclosure bind the valid spacetime label without revealing it beforehand [1908.08143].

There are also proposals that use quantum randomness or quantum circuits without yet constituting secure quantum signing tokens in the cryptographic sense. QSignAI, for example, presents a production-deployed open-source platform in which a Telegram bot routes each participant’s first message through a two-circuit pipeline on AWS Braket SV1, generating a quantum-randomness-seeded identity signature and a visual badge. The paper is explicit that this mechanism is a pedagogical ToyLWE-style construction, that the current deployment runs on a classical simulator rather than a physical QPU, and that the real path is replacement with **CRYSTALS-Dilithium**; it therefore describes a quantum-randomness-seeded identity display system rather than a formally secure signing-token scheme [2605.27729].

Pedagogical work has also broadened the conceptual reach of the subject. The qandy-model treatment of quantum digital signatures shows that complementarity, no-cloning, and measurement disturbance are sufficient to explain QDS protocols without invoking full qubit algebra. In that recasting, qandy strings play the role of distributed public keys, symmetrization prevents repudiation, and statistical thresholds govern forgery and honest-abort probabilities [2112.09395].

Across these directions, the field has moved from hidden-subspace money-based abstractions and entanglement-based QDSS toward three engineering objectives: reducing or eliminating long-term quantum memory, making verification classical or locally instantaneous, and quantifying security under realistic noise and hardware constraints. A plausible implication is that “quantum signing tokens” now names a layered research area with at least four stable subfamilies: tokenized signatures and TMACs, one-shot signatures based on coset states, relativistic S-money authorization tokens, and bank- or device-bound authentication tokens realized in photonic, superconducting, or solid-state hardware [1609.09047][2105.05016][2511.04633][2408.13063].

Source: https://www.emergentmind.com/topics/quantum-signing-tokens