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

# Disclaimer

The primary purpose of this document is to provide essential information for those interested in a detailed analysis of the project. All legal rights are waived. Nothing in this document shall be construed as an official document of any kind, an invitation or solicitation for investment, and it should not be relied upon when making any investment decisions.&#x20;

Any content related to securities or investment advice does not constitute an offering, invitation, or solicitation to purchase any securities, ownership rights, stakes, shares, future revenue, company participation, or equivalent rights in any jurisdiction.&#x20;

This document does not endorse or recommend the purchase of tokens, currencies, or any other cryptographic assets by any individual or entity. Forward-looking statements included in this document are speculative and represent a preliminary list of potential outcomes. Some of these statements or plans may never come to fruition. The information and statements contained in this document may contain errors and inaccuracies. Therefore, no claims or decisions should be based solely on the information provided herein.&#x20;

The GAM3S.GG platform economy relies on the exchange of internal GAM3S.GG Tokens, which hold no intrinsic monetary value beyond the platform. Converting cryptocurrency to fiat or digital currency may be subject to taxation in relevant jurisdictions. GAM3S.GG assumes no responsibility for any capital losses resulting from investments in secondary markets.


---

# 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://greenpaper.games.gg/more/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.
