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

# Disclaimer

Investing in cryptocurrencies, tokens, and blockchain-based assets carries inherent risks and may not be suitable for all investors. Prices of cryptocurrencies are highly volatile and can fluctuate rapidly, resulting in potential loss of investment. Past performance is not indicative of future results, and investors should conduct their own research and seek professional advice before making any investment decisions.

Cryptocurrency markets are unregulated and may be subject to manipulation, hacking, and other malicious activities. Investors should exercise caution and be aware of the risks associated with trading on cryptocurrency exchanges, including but not limited to platform outages, security breaches, and regulatory uncertainties.

The information provided in this document is for informational purposes only and should not be construed as financial or investment advice. Any opinions, analyses, or recommendations expressed are solely those of the author and do not constitute financial or investment advice.

Investors are solely responsible for their own investment decisions and should carefully consider their risk tolerance, financial situation, and investment objectives before investing in cryptocurrencies. All investments carry risks, and investors should be prepared to lose their entire investment.

No guarantees or warranties are made regarding the accuracy, completeness, or reliability of the information provided herein. The author and affiliated parties shall not be liable for any losses or damages arising from the use or reliance on the information provided in 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://red-extraction.gitbook.io/red-extraction/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.
