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

# Disclaimer

The information contained in this document and on the Catto platform is provided for informational purposes only. Nothing here constitutes financial advice, investment advice, trading advice, or any other form of professional advice. Catto is an AI-powered tool designed to assist users in monitoring, analyzing, and executing actions in crypto markets. It does not guarantee any specific outcome, return, or result.

Crypto assets are highly volatile and speculative in nature. Trading and investing in crypto assets involves substantial risk of loss, including the possible loss of all funds. Past performance of any signal, strategy, or agent output is not indicative of future results. You should never invest more than you can afford to lose.

Catto does not take custody of your funds at any point. All transactions require wallet-level authorization and are executed by the user. Catto's agents provide analysis, signals, and execution assistance, but the final decision and signature always remain with the user.

By using Catto, you acknowledge that you are solely responsible for your own investment decisions. You should conduct your own research and consult a qualified financial advisor before making any financial decisions.

Availability of Catto's features may vary by jurisdiction. It is your responsibility to ensure that your use of Catto complies with all applicable laws and regulations in your region. Catto does not represent that its services are available or appropriate for use in all locations.

The Catto team reserves the right to modify, suspend, or discontinue any part of the platform at any time without prior notice. This disclaimer is subject to change. Continued use of the platform constitutes acceptance of any updates.

*This is not financial advice. Always do your own research.*


---

# 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://cattoverse-1.gitbook.io/cattoverse/roadmap/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.
