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

# ⚖️ Legal Disclaimer

**$BOOST - BoostAI**

**Legal Disclaimer**

This document serves solely for informational purposes and does not constitute investment advice, an offer, or a solicitation to buy or sell the $BOOST token. It should not be considered as a factor in making any investment decisions.

**Limitation of Liability**

BoostAI shall not be held liable for any loss or damage resulting from the use of the information contained within this document, including but not limited to: written content, hyperlinks to third-party websites, data, quotes, charts, and buy/sell signals. Please be aware of the risks and costs associated with trading assets on financial markets, whether digital or otherwise. Digital assets, including $BOOST, are speculative and subject to high volatility, and may become illiquid at any time. Investors may incur a total loss of their investment and should carefully consider the risks and rewards associated with investing in $BOOST.

**Community Participation Risks**

Trading cryptocurrencies carries a high level of risk and may not be suitable for all community members. Before engaging in the trading of cryptocurrencies, tokens, or any other digital asset, it is essential to carefully assess your investment goals, level of expertise, and risk tolerance.

\ <br>


---

# 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://boostai.gitbook.io/boostai/legal-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.
