# Risks & Limitations

Alloc8 automation does not remove fundamental DeFi risks.

#### Smart contract risk

Bugs or vulnerabilities in:

* Alloc8 contracts/modules
* Integrated AMMs/routers
* Token contracts

#### Market risks

* Impermanent loss
* Range risk (out-of-range positions)
* Fee volatility
* Sudden volatility spikes

#### Oracle risk

* Feed failure causes reverts
* Wrong prices can block or mis-evaluate min-out checks

#### Execution risk

* High gas/congestion may delay execution
* Repeated reverts can cause “missed” rebalances

#### Practical guidance

* Start small
* Keep policy settings conservative
* Pause if behavior is unclear


---

# Agent Instructions: 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:

```
GET https://docs.alloc8.xyz/security/security-model/risks-and-limitations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
