# Risk Mitigation Measures

1. PnL is capped at 2% of insurance pool size, assuming current insurance pool size is $1,000,000, any position's PnL is capped at $20,000
2. Opened position can only be closed after a period of time.
3. Account based limit on open interest
4. Dynamic trading fee rate, this works similar to slippage in an orderbook based perps exchange, if an open or closure of a position will cause OI ratio more skewed, a higher fee rate will be applied, read more in [trading fee rates](/ot/perpetuals-trading/trading-fee-rates.md)
5. Funding fee: long pays short if long OI > short OI, short pays long if short OI > long OI.

| Pair    |             |
| ------- | ----------- |
| BTC/USD | $10,000,000 |
| ETH/USD | $10,000,000 |
| GMX/USD | $500,000    |
|         |             |


---

# 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://onchaintrade.gitbook.io/ot/perpetuals-trading/risk-mitigation-measures.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.
