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

# Introduction

- [What is NaoX Protocol?](https://docs.naoxprotocol.com/introduction/what-is-naox-protocol.md)
- [🚀 Post-Quantum DePIN Testnet Growth](https://docs.naoxprotocol.com/introduction/post-quantum-depin-testnet-growth.md): A New Benchmark in Decentralized Security
- [What is a Post-Quantum, Sub Zero Blockchain?](https://docs.naoxprotocol.com/introduction/what-is-a-post-quantum-sub-zero-blockchain.md)
- [What Problems Does It Solve?](https://docs.naoxprotocol.com/introduction/what-problems-does-it-solve.md)
- [Post-Quantum Security for Blockchain Transactions: Overview](https://docs.naoxprotocol.com/introduction/post-quantum-security-for-blockchain-transactions-overview.md)
- [Protocol Quantum-Secure Blockchain Transactions FAQs](https://docs.naoxprotocol.com/introduction/protocol-quantum-secure-blockchain-transactions-faqs.md): Post-Quantum Cryptographic (PQC) Blockchain Transaction Integration FAQs
- [What is DePIN?: Decentralized Physical Infrastructure](https://docs.naoxprotocol.com/introduction/what-is-depin-decentralized-physical-infrastructure.md)
- [What is Decentralized Trust Mesh?](https://docs.naoxprotocol.com/introduction/what-is-decentralized-trust-mesh.md)
- [What is the $NAORIS Token used for?](https://docs.naoxprotocol.com/introduction/what-is-the-usdnaoris-token-used-for.md)
- [Who Uses NaoX Protocol?](https://docs.naoxprotocol.com/introduction/who-uses-naox-protocol.md)
- [Use Cases](https://docs.naoxprotocol.com/introduction/use-cases.md)
- [Web3 & DePINs](https://docs.naoxprotocol.com/introduction/use-cases/web3-and-depins.md)
- [Telecommunications](https://docs.naoxprotocol.com/introduction/use-cases/telecommunications.md)
- [Banking & Fintech](https://docs.naoxprotocol.com/introduction/use-cases/banking-and-fintech.md)
- [Healthcare & Smart Devices](https://docs.naoxprotocol.com/introduction/use-cases/healthcare-and-smart-devices.md)
- [Smart Vehicles & Drones](https://docs.naoxprotocol.com/introduction/use-cases/smart-vehicles-and-drones.md)
- [IoT, SCADA & Industry](https://docs.naoxprotocol.com/introduction/use-cases/iot-scada-and-industry.md)
- [Regulators & Auditors](https://docs.naoxprotocol.com/introduction/use-cases/regulators-and-auditors.md)
- [Defense & Critical Infrastructure](https://docs.naoxprotocol.com/introduction/use-cases/defense-and-critical-infrastructure.md)
- [Supply Chains](https://docs.naoxprotocol.com/introduction/use-cases/supply-chains.md)
- [Space Tech](https://docs.naoxprotocol.com/introduction/use-cases/space-tech.md)


---

# 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.naoxprotocol.com/introduction.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.
