> For the complete documentation index, see [llms.txt](https://docs.naorisquantumprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.naorisquantumprotocol.com/knowledge-base.md).

# Naoris Quantum Protocol Knowledge Base

**Post-quantum trust. Verified by every device. Proven by cryptography.**

Naoris Quantum Protocol is a post-quantum distributed trust and compliance layer for governments, regulated industries, and critical infrastructure — adding quantum-resilient verification beneath the infrastructure you already run.

## Start here

* **What is Naoris Quantum Protocol?** — the protocol in one page
* **What problems does it solve?** — the quantum transition, harvest-now decrypt-later, central trust
* **How it works** — continuous validation, multi-party verification, cryptographic proof
* **Use Cases** — government, finance, telecom, healthcare, infrastructure
* **Technical Guide** — architecture, cryptography, deployment

## Three properties

| Property                        | What it means                                                |
| ------------------------------- | ------------------------------------------------------------ |
| **Continuous trust validation** | Devices are verified continuously, not scanned periodically  |
| **Quantum-resistant by design** | Post-quantum signatures and a crypto-agile architecture      |
| **Zero rip-and-replace**        | Deploys beneath the existing stack — no downtime, no lock-in |

{% hint style="info" %}
Naoris Quantum Protocol Inc. and NDSE Cyber Ltd — the operator of naoxprotocol.com and issuer of the $NAORIS token — are separate and independent legal entities. This knowledge base covers the enterprise protocol only.
{% endhint %}


---

# 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.naorisquantumprotocol.com/knowledge-base.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.
