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

# Disclaimer

The present document is dedicated for marketing purposes only, meaning it is not intended to be legally binding and is delivered “as is”. Nothing in this document shall be deemed to constitute a prospectus of any sort, or an invitation, or a solicitation for investment, nor does it in any way pertain to an offering, invitation, or solicitation of an offer to purchase any security, ownership right, stake, share, future revenue, company participation, or other equivalent rights in any jurisdiction.&#x20;

Information in this document also does not constitute a recommendation by any person to purchase tokens, currencies, or any other cryptographic assets; neither the Issuer has authorized any person to provide any recommendations of such kind.

### Forward-looking statements

Observations contained in this document may constitute forward-looking statements or speak of future events or plans. Such forward-looking statements or information involve known and unknown risks and uncertainties, which may cause occurring events to be different.&#x20;

Errors, inaccuracies, or omissions may also occur in any such statements or information. Accordingly, no reliance should be placed on any such forward-looking statements or information, and all Issuer liabilities are disclaimed.


---

# 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://docs.polyflip.io/info/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.
