# Risk Management

**Risk Management Framework:**

* Real-time monitoring of xPOSITION leverage and collateralization ratios, triggering rebalancing or liquidation as needed.

**Real-Time Leverage Fluctuations:**

* Market volatility and user actions affect leverage ratios, with dynamic adjustments by the protocol.

**Rebalance and Liquidation Triggers:**

* Threshold-based triggers initiate rebalancing or liquidation to maintain system stability.

**Reserve Fund and Bad Debt Redistribution:**

* Reserve funds enhance risk resistance; under-collateralized debt is proportionally distributed across active positions if reserves are insufficient.

**Recapitalization:**

* When the total collateralization ratio falls below 100%, the protocol halts new xPOSITION openings and utilizes protocol assets to restore the fxUSD peg.


---

# 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.aladdin.club/f-x-protocol-new/f-x-2.0/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.
