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

# Legal Disclaimer

**$BBL - Babble**

**Legal Disclaimer**

This document is provided solely for informational purposes and does not constitute investment advice, an offer, or a solicitation to buy or sell the $BBL token. It should not be used as a basis for making any investment decisions.

**Limitation of Liability**

Babble shall not be 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. Be aware of the risks and costs associated with trading assets on financial markets, whether digital or otherwise. Digital assets, including $BBL, are speculative and subject to high volatility and may become illiquid at any time. Investors may experience a total loss of their investment and should carefully consider the risks and rewards associated with investing in $BBL.

**Community Participation Risks**

Trading cryptocurrencies involves 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 assets, it is crucial to carefully evaluate your investment goals, level of expertise, and risk tolerance.


---

# 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://babble-ai.gitbook.io/babble.bot/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.
