> For the complete documentation index, see [llms.txt](https://docs.amoeba.farm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amoeba.farm/reference/03-risk-disclosures.md).

# Risk Disclosures

This page is product-language draft material, not legal advice.

## Contract risk

Amoeba contracts can lose money. Bounded risk means maximum loss is known before entry; it does not mean a trade is safe.

## Oracle risk

The oracle depends on accepted sources, source weights, update claims, evidence, and dispute handling. A source can be stale, wrong, manipulated, unavailable, duplicated, or miscategorized.

## Settlement risk

Settlement uses the published methodology for the contract version. Users should read the product version and settlement rules before trading.

## Liquidity risk

Early markets may have thin liquidity, wide spreads, or limited counterparties. Entering a position may be easier than exiting it.

## Governance and dispute risk

Most disputes should be evidence-based. Rare unresolved cases may require emergency governance. Governance concentration and voter behavior can affect outcomes.

## Smart contract and venue risk

On-chain execution, DLMM venues, custody flows, and settlement claims can fail or behave unexpectedly. Users should not assume a successful quote guarantees a final settled claim.

## Physical roadmap risk

Warehouse-backed inventory claims and future-output markets are roadmap items unless explicitly launched. Synthetic contracts should not be described as physical delivery products unless a product page says so.

## No personal advice

Documentation explains how the system works. It does not tell users what to buy, sell, hedge, or hold.


---

# 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.amoeba.farm/reference/03-risk-disclosures.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.
