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

# Legal & Disclaimer

ZE23 and Z3 are designed to provide a fair, compliant, and user-focused ecosystem. However, users should be aware of the following:

<figure><img src="/files/2C0MNlBK6mXLQ0honFx0" alt=""><figcaption></figcaption></figure>

* **Not Financial Advice:** This documentation is for educational and informational purposes only.
* **Utility Token Classification:** Z3 is not a security. It is a utility token used to power core functions within the ZE23 platform.
* **Market Risk:** All digital assets carry risk. Prices may fluctuate based on market demand and user activity.
* **DYOR:** Users are encouraged to Do Your Own Research before engaging with any blockchain-based platform.
* **KYC/AML Requirements:** KYC may be required for fiat withdrawals or high-volume use cases, in accordance with local regulations.
* **Jurisdiction Compliance:** Participation may be restricted in certain jurisdictions. It is the responsibility of each user to comply with local laws.

By participating in the ZE23 ecosystem, users agree to these terms and acknowledge the innovative yet experimental nature of SocialFi technology.

{% hint style="info" %}
Z3 is a utility token used within the ZE23 app. This is not financial advice. Please do your own research and follow your local regulations.
{% 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://ze23.gitbook.io/ze23/legal-and-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.
