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

# Disclaimer

The primary purpose of this document is to provide pertinent information for those who want to analyze the project in detail. Any legal rights are disclaimed. Nothing in this document shall be deemed to constitute a formal document of any sort, an invitation or solicitation for investment, and should not be relied upon in making any investment decision.

Any content regarding securities or any investment advice in no way pertains 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.

This document does not constitute a recommendation by any person to purchase tokens, currencies, or any other cryptographic assets.

Forward-looking statements in this document are just a preliminary list of possible outcomes. Some of these statements or plans may never come into effect.

Statements and information in the document may contain errors and inaccuracies. This means that no claims should be made based on any statements or information in it.

The Codyfight platform economy is based on the exchanges of internal Codyfight Tokens which have no other monetary value outside the platform. Any conversion of cryptocurrency to fiat or digital currency may be considered a taxable event in the relevant jurisdiction. Codyfight is not liable for any loss of capital arising from investment in a secondary market.


---

# 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://codyfight.gitbook.io/white-paper/final-words/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.
