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

# Disclaimer

The information provided in this Documentation does not constitute financial advice, trading advice, investment advice, legal advice, or any form of advice whatsoever, and you should not consider the Documentation as such.

The purchase of $TRIBOT tokens is not accessible to any US persons, residents of the People's Republic of China, or any individual or entity situated or residing in a country or jurisdiction subject to US, EU, or UN Sanctions. This document is not intended for distribution to any individual or entity in any jurisdiction or country where:

Distribution would contravene law or regulation; or The issuer would be subject to registration requirements. Any potential purchasers of $TRIBOT tokens affirm, represent, and agree that they are not citizens or residents of a country where the procurement of cryptographic tokens, such as the $TRIBOT tokens, is prohibited, restricted, or necessitates any form of registration.

The information within this Documentation may undergo modifications and supplements periodically. Trifecta does not assert any representation or warranty concerning the accuracy or comprehensiveness of the information contained in this document or any other Trifecta document and assumes no obligation to update or maintain the currency of any information or projections within this document.

Any projections, forecasts, plans, or other forward-looking statements about Trifecta are subject to numerous risks, uncertainties, evolving circumstances, and additional factors that could result in actual results, operations, and opportunities differing materially from any projections, forecasts, plans, or forward-looking statements.


---

# 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://trifecta.gitbook.io/welcome/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.
