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

# Disclaimer

This whitepaper is provided for informational purposes only and does not constitute legal, financial, investment, or tax advice. The $WHERLS token is a utility token intended solely for use within the Wherls ecosystem. It does not represent ownership, equity, or security in any company or project.

Participation in the Wherls project, including the purchase or use of $WHERLS tokens, involves significant risks. Cryptocurrency markets are highly volatile, and the value of tokens can fluctuate widely. Prospective participants should conduct their own research and consult with qualified financial and legal advisors before making any decisions.

This document does not constitute an offer or solicitation to sell securities in any jurisdiction. Wherls makes no guarantees regarding the performance, price, or adoption of the $WHERLS token or the platform itself. The information herein is subject to change without notice, and Wherls assumes no obligation to update or revise it.

By accessing this document, you acknowledge and agree to these terms.


---

# 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://wherls.gitbook.io/wherls/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.
