> For the complete documentation index, see [llms.txt](https://nexaa.gitbook.io/nexaa-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexaa.gitbook.io/nexaa-whitepaper/disclaimer.md).

# DISCLAIMER

The information provided on the website/whitepaper does not constitute investment advice, financial advice, trading advice, or any other sort of advice and you should not treat any of the website’s content as such. The NEXAA team provides the website/whitepaper as a service to the public, and is not responsible for, and expressly disclaims all liability for, damages of any kind arising out of use, reference to, or reliance on any information contained within this website. While the information contained within this website is periodically updated and nothing on this Site should be interpreted as the investment endorsement by NEXAA or any other person.

This document is not intended for distribution to, or use by:

• Any person or entity, in any jurisdiction or country, where distribution or use of such information would be contrary to law or regulation;

•Any person or entity in any jurisdiction or country, where, by virtue of such distribution, the issuer would become subject to new or additional registration requirements.

NEXAA Tokens purchase is not open to any US person (Due to Regulations of the US Securities Act of 1933, as amended) nor to the residents of the People’s Republic of China. By reading this document and/or purchasing NEXAA Tokens, all potential NEXAA Tokens purchasers warrant, represent and agree that they are not citizens, tax or permanent residents of a country where the purchase of cryptographic tokens ( Such as NEXAA ) is prohibited, restricted or requires registration of any kind. The information contained here is subject to change, notably, in consideration of the evolutions that may occur on the NEXAA Project presents several risks for potential subscribers, in particular that of losing all amounts invested in the NEXAA Token Sale, in case of prohibition of it by any law or regulation, or for any other reason.


---

# 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://nexaa.gitbook.io/nexaa-whitepaper/disclaimer.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.
