# Risk Management

### Managing Limits

ReHold is managing TVL for each Dual (e.g. UNI/USDT) to prevent risky high volumes and users' losses (and the protocol's losses too). The limit for the pair depends on the potential liquidity of CLMMs.

### Volume and fee earnings

The protocol checks whether the selected CLMM has sufficient volume, or whether the expected premium for buying/selling options is enough. If not, the protocol will attempt to use different stablecoins to provide liquidity and minimize the risk of losses.

### Diversification

If the sum is large, the protocol uses a few blockchains to keep the earnings on the same level. This helps to generate earnings in the most effective way from all pools, reducing the risk of losses.

### Managing APRs

If all the above methods fail to prevent losses, the protocol has a system for managing APR on the required level. If losses occur, the APR will be automatically decreased to return the positive PnL.


---

# 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.rehold.io/dual-investment/risk-management.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.
