> 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/guides/how-to-unstake-from-the-stability-pool.md).

# How to unstake from the stability pool?

Understand that withdrawing from the stability pool gauge to fxUSD & USDC is a two-step process. You first need to unstake from the $FXN gauge, then withdraw this stability pool token for USDC and fxUSD.\
There is a redemption period (see [Risk parameters](/fx-docs/risk-management/risk-parameters.md))  from the stability pool to prevent unhealthy arbitrage operations.

* Head over to the “[Earn](https://fx.aladdin.club/v2/earn)” page.
* Connect your wallet using the upper right “Connect Wallet” button.
* Look for the “fxUSD Stability Pool Gauge” strategy.
* If not already, expand the strategy by clicking the down arrow button on the right of the box ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeel5Y3gyRJDAyc5pEFP327A6__bfoSMc8ypj2M4cf-aypIR_7T4Wv_pWl7hO5cux1l0XvbdQES0k8QVTtTQuhz7J1Uvwrr0sd_xlis-1dK_RQG3Bri9x8a1wXNKSbcMizvb3kK3w?key=GA1o45aLKYw_edI6IcXZgMv2)
* Hit the “Withdraw” button to see a withdraw popup.

\
If all your tokens are staked in the FXN gauge:

* Type the desired amount to be withdrawn.
* Toggle the "Fast" option if you'd rather withdraw instantly and pay a small fee. Leave it untoggled to wait for the redemption period.
* Click the “Approve & Unstake & Withdraw” button (if already approved, it will be a simple “Unstake & Withdraw” button”)
* Confirm the transactions in your wallet.
* If you didn't opt for the instant withdrawal, wait for the redemption period to be completed. You can track the remaining time on the [Earn](https://fx.aladdin.club/v2/earn) page.
* Follow the instructions below to withdraw your Stability Pool tokens to fxUSD and USDC.

If you have some unstaked stability pool tokens:

* Click on the FXN Gauge dropdown menu and select “fxUSD Stability Pool”
* Type the desired amount to be withdrawn.
* Click the “Approve & Withdraw” button (if already approved, it will be a simple “Withdraw” button”)
* Confirm the transactions in your wallet.


---

# 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/guides/how-to-unstake-from-the-stability-pool.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.
