> For the complete documentation index, see [llms.txt](https://docs.bitcoinq.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitcoinq.xyz/latest-research-and-developments-in-btq-technology.md).

# Latest Research and Developments in BTQ Technology

**XMSS: A Post-Quantum Secure Digital Signature Scheme Approved by NIST**

This guidance outlines two digital signature generation methods: the Leighton-Micali Signature (LMS) and the eXtended Merkle Signature Scheme (XMSS), including their hierarchical variants—Hierarchical Signature System (HSS) and multi-tree XMSS. These are stateful hash-based signature schemes recognized for their post-quantum security.

**Reference**: *Recommendation for Stateful Hash-Based Signature Schemes* by David Cooper, Daniel Apon, Quynh Dang, Michael Davidson, Morris Dworkin, Carl Miller (NIST). Full text available [here](https://csrc.nist.gov/pubs/sp/800/208/final).

**Internet Research Task Force (IRTF) - RFC 8391 Overview**

BTQ Cryptocurrency is now distinguished as the pioneering industrial application of the XMSS (eXtended Merkle Signature Scheme) as specified by the IETF in RFC 8391. You can read the full documentation [here](https://datatracker.ietf.org/doc/html/rfc8391).

This document outlines XMSS, a hash-based digital signature scheme derived from scientific literature. It details the operational specifics of Winternitz One-Time Signature Plus (WOTS+), XMSS, and its multi-tree variant, XMSS^MT. All these mechanisms integrate WOTS+ as their core component.

XMSS is recognized for providing robust digital signatures that do not depend on the presumed difficulty of mathematical problems. Instead, its security is grounded on the properties of cryptographic hash functions. This scheme offers strong security assurances, maintaining integrity even if the collision resistance of the underlying hash function is compromised. XMSS is advantageous for its compactness, straightforward implementation, and inherent resistance to side-channel attacks. Notably, unlike many traditional signature systems, hash-based signatures like XMSS remain secure against the potential threats posed by quantum computing.

**Reference**: A. Huelsing (TU Eindhoven), D. Butin (TU Darmstadt), S. Gazdag (genua GmbH), J. Rijneveld (Radboud University), A. Mohaisen (University of Central Florida)

<br>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bitcoinq.xyz/latest-research-and-developments-in-btq-technology.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
