# Risk Considerations

## Price range risk

Custom ranges act as a DCA (dollar-cost averaging) mechanism. As price moves through your range, your position automatically shifts between the two assets. If price moves outside your range entirely, your position becomes 100% in one asset and stops earning fees until price returns to range.

Tighter ranges earn more fees per unit of capital when price stays within range - but carry higher risk of going out of range.

## Quote expiry

If another user's activity changes the pool state between your request and confirmation, your AMM request will be dropped. You'll need to request a new quote and resubmit. This is a feature, not a bug - it ensures you always transact at a fair price.

{% hint style="info" %}
**VERIFY** - Impermanent loss explanation, and pool-specific risk disclosures, to be confirmed with team before publishing. Risk disclosure policy TBD.
{% endhint %}


---

# 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://bound-1.gitbook.io/bound-docs/provide-liquidity/risk-considerations.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.
