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

# Risk Disclosure

Everything worthwhile carries a shade of risk, and decentralised finance is no exception. This section takes a calm, candid tour through potential pitfalls—not to scare you away, but to empower you with foresight.

**3.1 The Bumpy Road of Technology**\
Smart‑contracts are marvellous yet unforgiving. One misplaced line of code, one unanticipated edge case, and funds could behave in surprising ways. Audit reports reduce, but never eliminate, this possibility.

**3.2 The Roller‑Coaster of Markets**\
Token prices rise with cheers and tumble with sighs. Liquidity may feel abundant at noon and scarce by midnight. NFT collectors roam in herds—sometimes everyone wants a Gold pass; other times the marketplace echoes with silence.

**3.3 The Fog of Regulation**\
Laws evolve. What is seen as a hobby today may require paperwork tomorrow. While the Protocol itself floats in a jurisdiction‑agnostic cloud, individual users remain grounded in their local realities.

**3.4 The Burden of Self‑Custody**\
Nobody can freeze your wallet, but nobody can rescue it either. A forgotten seed phrase is the digital equivalent of tossing a safe key into the ocean.

**3.5 No Crystal Ball**\
Past APR screenshots on social media? Pure nostalgia. Future performance? Unknown. Engage only with funds you can afford to place on the frontier.


---

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