> For the complete documentation index, see [llms.txt](https://docs.aladdin.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aladdin.club/f-x-protocol/stability-mode.md).

# Stability Mode

In the majority of circumstances where the CR falls below 130, the continuous and smooth upward pressure of the User Stability Pool will easily restore it, thereby maintaining system stability. **The mechanism only runs into problems if the downward pressure on the CR is persistent or extreme enough to exhaust the Stability Pool’s supply of fETH.** In this edge case, the protocol has two stabilization mechanisms executed automatically using accrued revenue from the protocol treasury. Each of these mechanisms is governed by on-chain parameters. Neither mechanism is engaged unless the Stability Pool supply of fETH has been completely exhausted. Those mechanisms are:

1\. xETH Minting Incentives: For xETH minting incentives, earned revenue from the treasury is used to fund a temporary xETH minting bonus. The relevant parameters for this mechanism are the bonus size and maximum CR limit.

2\. fETH Redeeming Incentives: For fETH redeeming incentives, earned revenue from the treasury is used to fund a temporary fETH redeeming bonus. The relevant parameters for this mechanism are the bonus size and maximum CR limit.

\ <br>


---

# 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://docs.aladdin.club/f-x-protocol/stability-mode.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.
