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

# User Responsibilities and Risk Disclosure

### Informed Participation

Participation in the Zoth protocol requires users to understand and accept the full spectrum of risks described in this section and disclosed elsewhere in protocol documentation. The protocol provides transparency regarding architecture, risk factors, and operational practices, but cannot and does not guarantee capital preservation, return generation, or protection against all potential losses.

Users are responsible for conducting appropriate due diligence before allocating capital, including assessment of technical risks, fund manager capabilities, legal and regulatory status, and alignment with their individual risk tolerance and investment objectives. The protocol does not provide investment advice, and users should consult qualified financial advisors when appropriate.

### No Complete Risk Elimination

Despite comprehensive security measures, rigorous development practices, and institutional-grade operational standards, no protocol can eliminate all risks. Smart contract vulnerabilities, operational failures, market disruptions, regulatory actions, and other adverse events may occur that result in partial or total loss of user capital.

Users should allocate only capital they can afford to lose and should maintain appropriately diversified portfolios that limit exposure to any single protocol, strategy, or manager. The high yields potentially available through Zoth reflect genuine underlying risks, and users should be skeptical of any claims of risk-free returns.

The protocol team remains committed to continuous security improvement, transparent risk disclosure, and rapid response to emerging threats. However, user vigilance, informed participation, and realistic risk assessment remain essential components of safe protocol interaction.

<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://docs.zoth.io/zoth/legal-disclaimer/user-responsibilities-and-risk-disclosure.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.
