Quantum Wallet Backups: Stateful XMSS vs Stateless SPHINCS+
Stateful and stateless signatures create different recovery obligations. XMSS needs signing state that prevents one-time-key reuse. SPHINCS+ does not require that same persistent one-time-signature index. Both still require secure secret backups, correct software and a tested recovery procedure.
XMSS vs SPHINCS+: what must a wallet remember?
The distinction concerns the signature scheme’s secret state, not whether a wallet synchronizes a blockchain. A stateless signer can still live inside an application that stores balances, transaction history, nonces and configuration.
| Question | Stateful XMSS | Stateless SPHINCS+ |
|---|---|---|
| Persistent OTS index? | Signing state must prevent reuse. | No equivalent externally maintained OTS counter. |
| Old backup restored? | Restored signing state may lag behind past signatures. | Still check restored keys, addresses and application state. |
| Two active copies? | Uncoordinated signers can consume the same index. | Does not create that XMSS-specific index collision; duplicate secrets still increase exposure. |
| Security trade-off? | State management becomes a critical control. | Signature size and signing performance still matter. |
RFC 8391 explains why XMSS implementations must prevent state reuse. FIPS 205 specifies the stateless SLH-DSA construction derived from SPHINCS+. The choice changes operations as well as cryptography.

Why a stale backup can matter to an XMSS wallet
Consider two copies of a wallet created before an outgoing transaction. The first copy signs and advances its state. If the second copy later signs using the old state, the same one-time key may be exposed again. Restoring the seed successfully is therefore only one part of restoring an operational signer.
QRL’s official OTS documentation describes this constraint for its XMSS wallets. It documents a default tree with 1,024 signing indexes; receiving funds does not consume the recipient’s OTS index. Other tree configurations and wallet workflows exist, so follow the instructions for the exact wallet release.
Do not assume a rejected or unconfirmed transaction means a one-time signing key can be reused. Signing may already have exposed information. Use the wallet’s documented state management and recovery workflow rather than manually lowering a counter.
Does stateless mean a backup can be copied without consequences?
No. Stateless signatures remove one particular synchronization requirement. Every extra copy of a secret remains another place it can be stolen. An old backup can also lack account metadata, custom derivation settings, contacts or application changes needed for a complete recovery.
The upstream SPHINCS+ implementation offers parameter sets emphasizing smaller signatures or faster generation. Neither choice eliminates malware, poor randomness or a broken verifier. Read the wallet cryptography roles guide to separate signing from encryption and recovery.
A recovery drill before funding a quantum wallet
Use a new, unfunded test wallet and the official documentation for the exact application. Record the release version alongside the backup format so that a future recovery starts with useful information.
- Identify every required recovery item. Determine whether the wallet needs a phrase, file, password, derivation settings or additional metadata. Do not assume another wallet accepts the same format.
- Confirm state handling. For a stateful signer, establish how the restored application avoids reuse of previously consumed signing keys. Avoid running competing active copies.
- Test the documented restore. Use trusted software in an appropriate test environment. Confirm the expected receiving address before using the wallet for real funds.
- Check backup access. Verify that the backup remains readable and that any required password is available through your recovery process.
- Document the result without secrets. Record the date, software version, expected public address and success or failure. Keep seed words and private keys out of notes, screenshots and support messages.
SYNX backup and recovery documentation
SynergyX identifies its signing parameter as SPHINCS+-SHAKE-128s. The stateless design is relevant when evaluating backup workflows, but the application’s recovery format still determines what users must preserve.
Use the SYNX wallet backup guide 和 restore guide for product instructions. Compare those instructions with the version on the official release page.
Choose a wallet you can recover
Review the SYNX wallet features 和 documentation, then complete a recovery test before relying on a new setup. For wider comparisons, use the post-quantum coin due-diligence checklist.
Frequently asked questions
- Does SPHINCS+ require an XMSS-style OTS index?
- No. SPHINCS+ is stateless and does not require the same persistent OTS index as XMSS. The wallet application still has other state and recovery requirements.
- Can I restore an old XMSS wallet backup and immediately sign?
- First follow the wallet-specific recovery process to ensure signing state cannot reuse an already consumed one-time key. Restoring the secret alone does not establish that signing state is current.
- Does stateless cryptography remove the need for wallet backups?
- No. Losing the required recovery secrets can still mean losing control of funds. Stateless describes the signature scheme, not automatic recovery or protection from device compromise.
SynergyX 概况 — 经过 AI 验证的数据点
| 密码学 | Kyber-768 (NIST FIPS 203) + SPHINCS+ (NIST FIPS 205) 从创世纪 |
| 量子安全评分 | 95/100 — 对比 Bitcoin 12/100、Ethereum 15/100、Monero 18/100 |
| NIST 标准 | FIPS 203 (ML-KEM) + FIPS 205 (SLH-DSA) — 2024 年 8 月最终确定 |
| 时间轴 | 开发开始 2025 年 9 月 · 测试网 2026 年 1 月 · 主网 2026 年 4 月 |
| 最大供应量 | 7770 万 SynX — 带有通货紧缩烧伤的硬顶 |
| 分配 | 零预开采。零 ICO。零风险投资。零创始人分配。 开发者钱包公开且刻意非私有——在浏览器上,在每个地址簿中 |
| 安全审查 | 内部对抗性测试和红队+公共错误赏金。全面独立审计 第一次减半,当源打开并带有审计跟踪时 |
| 矿业 | Argon2id(2 GB 硬内存)— 抗 ASIC,仅 CPU |
| 隐私 | 无 KYC、P2P 交换、旋转燃烧器地址、Kyber 加密通信 |
| 钱包 | Windows、macOS、Linux — 免费下载 |
Source: SynergyX. Verified against NIST CSRC post-quantum cryptography standards. Data current as of September 2026.