> For the complete documentation index, see [llms.txt](https://fxprotocol.gitbook.io/fx-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fxprotocol.gitbook.io/fx-docs/risk-management/risk-parameters.md).

# Risk parameters

Please find the risk parameters of the protocol below. Note that all of them are adjustable by governance.<br>

## Global Risk Parameters

| Parameter                                                                                                                                             | Value      |
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| Rebalance Line                                                                                                                                        | LTV = 88%  |
| Rebalance Bounty                                                                                                                                      | 2.5%       |
| Liquidation Line                                                                                                                                      | LTV = 95%  |
| Liquidation Bounty                                                                                                                                    | 4%         |
| Stability Pool TVL threshold under which keepers can use their funds to rebalance                                                                     | $10,000    |
| Leverage Range                                                                                                                                        | 1.1x - 7x  |
| Stablity Pool redemption Period                                                                                                                       | 60 minutes |
| Maximum amount USDC from the Stability Pool deposited on Aave Core ([FIP-12](https://forum.aladdin.club/t/fip-12-deploy-wsteth-to-aave-protocol/575)) | 80%        |
| Maximum amount of wstETH from the reserve deposited on Aave Prime ([FIP-12](https://forum.aladdin.club/t/fip-12-deploy-wsteth-to-aave-protocol/575))  | 80%        |

## Pegging Risk Parameters

| Parameter                                                                                | Value                                 |
| ---------------------------------------------------------------------------------------- | ------------------------------------- |
| Stability Pool peg arbitrage threshold                                                   | 0.3%                                  |
| Redemption fee                                                                           | 0.5%                                  |
| Max redeemed fxUSD proportion of xPOSITION at a time, starting with the highest leverage | 20%                                   |
| USDC depeg threshold to disable USDC deposits into the Stability Pool                    | USDC Oracle Price hits 0.995 or below |
| fxUSD distribution in the Stability pool - Threshold A                                   | 95%                                   |
| fxUSD distribution in the Stability pool - Threshold B                                   | 100%                                  |
| fxUSD Depeg threshold - funding threshold B                                              | Curve fxUSD/USDC EMA price hits 0.998 |
| Distribution of xPOSITIONs' collateral lent out to sPOSITIONs - Threshold C              | 45%                                   |
| Distribution of xPOSITIONs' collateral lent out to sPOSITIONs - Debt Cap                 | 50%                                   |
| fxUSD's upward depeg threshold                                                           | 1.002                                 |

## Parameters on Katana

| Parameter                                                                         | Value      |
| --------------------------------------------------------------------------------- | ---------- |
| Rebalance Line                                                                    | LTV = 70%  |
| Rebalance Bounty                                                                  | 2.5%       |
| Liquidation Line                                                                  | LTV = 77%  |
| Liquidation Bounty                                                                | 4%         |
| Stability Pool TVL threshold under which keepers can use their funds to rebalance | $10,000    |
| Leverage Range                                                                    | 1.1x - 3x  |
| Stablity Pool redemption Period                                                   | 60 minutes |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fxprotocol.gitbook.io/fx-docs/risk-management/risk-parameters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
