> For the complete documentation index, see [llms.txt](https://mzf-protocol.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://mzf-protocol.gitbook.io/whitepaper/disclaimers.md).

# Disclaimers

This Whitepaper has been prepared by MZF PROTOCOL Pty Ltd (‘MZF PROTOCOL’) and is provided to the recipient (‘Recipient’) strictly for informational purposes only. It is supplied on the condition that it is treated as confidential and is not to be used, reproduced, or distributed for any other purpose without the prior written consent of MZF PROTOCOL.

#### No Offer or Financial Advice

This document does not constitute an offer, solicitation, recommendation, or invitation to subscribe for or purchase any tokens, securities, or financial products. It is not intended to form the basis of any investment decision, and does not constitute financial product advice or legal advice of any kind. Recipients are encouraged to conduct their own independent due diligence and seek appropriate professional advice before making any investment or engagement decision.

#### Forward-Looking Statements

This Whitepaper may contain forward-looking statements, projections, forecasts, or estimates. These statements reflect assumptions and expectations that are subject to inherent uncertainties, risks, and external factors beyond the control of MZF PROTOCOL. Actual outcomes may differ materially. Past performance is not indicative of future results, and no reliance should be placed on any forward-looking information.

#### No Warranty or Liability

While all reasonable care has been taken in the preparation of this document, no representation or warranty (express or implied) is made by MZF PROTOCOL or its affiliates, directors, employees, or advisors as to the accuracy, completeness, or reliability of the information contained herein. To the maximum extent permitted by law, MZF PROTOCOL disclaims all liability for any loss or damage (whether direct, indirect, or consequential) arising from reliance on this document or its contents.

#### Authorised Information Only

Only MZF PROTOCOL is authorised to provide information or make representations in relation to the MZF token or protocol. Any statements or representations made by unauthorised parties must not be relied upon and are not endorsed by MZF PROTOCOL.

#### Acceptance

By accessing, reading, or otherwise using this document, the Recipient acknowledges and agrees to be bound by the limitations, disclaimers, and qualifications set out above.

<br>


---

# 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://mzf-protocol.gitbook.io/whitepaper/disclaimers.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.
