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

# Disclaimer

This document is provided for informational purposes only and does not constitute investment, financial, or trading advice. Nothing contained in this paper should be construed as a solicitation, recommendation, or offer to purchase or sell any token, digital asset, or other financial instrument. The information contained herein reflects current plans and intentions for the RIPS platform as of the date of publication. It includes forward-looking statements and descriptions of features that are subject to change based on technical, regulatory, or market developments. The design, specifications, and distribution details of the $RIPS token and related systems may evolve as the project matures. This is a living document and may be updated or replaced without prior notice to reflect ongoing development and feedback from the community. Readers are encouraged to refer to official RIPS communication channels for the most current information. Participation in the RIPS ecosystem should be undertaken with an understanding of the inherent risks of blockchain technology, including but not limited to smart contract vulnerabilities, market volatility, and regulatory uncertainty.


---

# 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://docs.rips.app/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.
