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

# Disclaimer

Metazonx reserves the right to change or update the information on this Whitepaper from time to time. Any information in the Whitepaper should not be construed as a commitment, promise, or guarantee by Metazonx. Additionally, any other individual or organisation mentioned in this Whitepaper should not be linked to the future availability of services related to the use of the tokens or their future performance or value.

Please be informed that this Whitepaper does not account for an offer or solicitation to sell shares or securities, let alone any offer for sale or subscription of or any invitation to buy or subscribe for any securities, nor should it or any part of it form the basis of or be relied upon in any connection with any contract or commitment whatsoever. Metazonx does not bear any responsibility for any direct or consequential loss or damage arising either directly or indirectly from any information contained in the Whitepaper, any error, omission, or inaccuracy in any such information, or any action resulting therefrom.

We do not recommend any financial advice or encourage our investors to buy anything. The Whitepaper solely provides information. It is advisable to not trade or invest in any tokens, companies or entities based upon the information available in the Whitepaper. Kindly note that any types of investments have substantial risks, including, but not limited to, pricing volatility, inadequate liquidity, and the potential complete loss of principal. Before making any important investment decision, investors should conduct independent due diligence on topics discussed in this document and gain professional assistance from financial, legal, and tax experts for developing a stand-alone judgment of the relevant markets.

Rest assured that all information herein is from trustable sources but should not be presented “as is” without warranty of any kind – whether expressed or implied. All market prices, data, and relevant information are subject to change without notice and do not warrant completeness or accuracy as they are based upon selected public market data, reflecting prevailing conditions and our view as of this date. The provision of graphs, charts, and other visual aids are merely for informational purposes and do not contribute to any investment decisions.

All particulars in this document may include or incorporate by reference and forward-looking statements that are not statements of historical fact. Please be mindful that we do not have full control over the accuracy of such forward-looking statements. In fact, they may end up being wrong and can be affected by inaccurate assumptions or by known or unknown risks, uncertainties, and other factors that are beyond our control. Each projection, forecast, and estimate shown in this document are speculative in nature and are based upon certain assumptions. It is common that forward-looking assumptions cannot materialise as expected or will vary significantly from actual results.


---

# 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://dev-metazonx.gitbook.io/whitepaper/others/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.
