> 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-pool.md).

# Stability Pool

There is one stability pool for every stable-leverage pair on f(x). When stable holders deposit there, they earn part of the yields generated by the reserve plus FXN emissions.

If the stable-leverage pair is ever at risk of becoming unstable because of too much minted stable and not enough minted x token, stables in the stability pool are redeemed for reserve assets at their NAV. If the protocol enters stability mode, for stability pool users it is like automatically buying ETH (or whatever the reserve token is) at market price, with no slippage. Otherwise it’s farming unstable, real yields using stable coins.


---

# 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:

```
GET https://docs.aladdin.club/f-x-protocol/stability-pool.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.
