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

# Disclaimer

The information provided in this GitBook is for general informational purposes only. Echo is not regulated by any federal or state agency and does not offer securities services in the United States. Virtual assets, yield products, and shares displayed are not securities and are not insured by any federal body.

No Professional Advice All activities are governed by smart contracts. Information provided is not professional advice. You should seek advice from licensed professionals before making any financial decisions. Echo does not guarantee expected returns.

No Monitoring and No Fiduciary Duties Echo is not your broker or advisor and has no fiduciary obligation to you. You are responsible for assessing your financial resources and risk appetite. Rapid price changes may occur at any time.

Limitation of Liability Echo is not liable for any losses unless caused by gross negligence or willful misconduct. We are not responsible for the validity or marketability of virtual assets, or for any damages arising from the use of our services.

To the fullest extent permitted by law, in no event will Echo or its affiliates be liable for any indirect, special, incidental, or consequential damages arising from your use of our services.


---

# 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://echo-protocol.gitbook.io/echo-protocol/introduction/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.
