# Risk Management

Risk management rules make the protocol resistant to market movements and correctly executing the positions.

### Open Interest Limit <a href="#open-interest-limits" id="open-interest-limits"></a>

Open Interest Limit is setting limits on the total open interest for each trading pair relative to the ReHold's vault or reserve. These limits help prevent an imbalance in open interest that could strain the exchange's ability to cover trading PnL and settlements.

### Profit Limit

A profit limit is a mechanism to protect the protocol due to extreme market conditions or price glitches. It sets a threshold beyond which a trader's profit cannot raise. If a trader's profit breaches this limit, a position can be immediately closed, and the trader will receive the full profit amount.


---

# 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/perpetuals/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.
