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

# Disclaimer

$NEST is a utility token created specifically for use within the Nest AI platform. $NEST is not meant to be an investment vehicle, and speculative trading in the token is not encouraged or advised. \
\
Users and investors should acknowledge and accept the inherent risks associated with buying digital currencies in general, and the $NEST token in specific. Investors should not acquire $NEST with the expectation of profits. As past performance does not guarantee future returns, investors should be prepared to lose a large part or the entirety of their investment. No promises or guarantees are made regarding the value of the $NEST token. No comment from the team should be seen as investment advice.

Acquiring $NEST might be restricted in certain jurisdictions, and investors are responsible for researching and complying to local regulations. We do not encourage nor support the acquisition of our token in jurisdictions where this is prohibited.

By using the Nest AI Ecosystem and / or buying $NEST tokens, you confirm that you have read and agreed to this disclaimer. As such, you are aware that $NEST is not an investment vehicle and the team behind $NEST shall not be held liable for any losses incurred from buying or selling the $NEST token.

For any questions around this disclaimer, please reach out to: <help@nestai.market>


---

# 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://nest-ai-documentation.gitbook.io/nest-ai-documentation/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.
