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

# Disclaimer

Any and all individuals in certain jurisdictions are restricted from purchasing tokens in any jurisdiction where the tokens would be deemed to be investment securities, and pursuant to other terms and conditions associated with Kodi tokens.

The Kodi site does not purport or attempt to identify or define all the risks which may be associated with the tokens or participating in the Kodi token and platform. Any participant or purchaser of the Kodi token should conduct an independent research or investigation and analysis as they feel is appropriate including, without limitation, consultation with their financial, legal, tax and accounting advisors.

Please note that all dates and figures stated may be subject to changes dependent on market conditions and other restrictions.

The information in this site should not be construed as investment advice or as a recommendation to purchase the tokens or participate in the Kodi protocol and platform or economy. This site is to be read only by potential participants who are eligible to purchase tokens and who have such knowledge and experience in financial and business matters as to be capable of evaluating the merits and risks of purchasing tokens or participating in the Kodi cryptocurrency, ecosystem, and platforms. Any Kodi participant to the project should be able to bear the risks of loss associated with the purchase of tokens or their participation in the Kodi ecosystem and associated platforms.

The contents and or dissemination of information on this site may be prohibited or restricted by the laws, regulatory requirements, and rules of certain jurisdictions. In the case where any such restrictions apply to you, you are responsible for informing yourself about, and observing any restrictions which apply to your possession of this document.


---

# 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://kodi.gitbook.io/kodi-whitepaper/about-us/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.
