# Unstake

The Unstake feature enables exchanging stWEMIX back to WEMIX. This guide walks through the complete unstaking process, including the required unstaking period.

{% hint style="info" %}

#### Prerequisites

Required items for Unstake:

* Web3 wallet (WemixPLAY, MetaMask) set up for WEMIX3.0 network
* stWEMIX tokens to unstake
* Native WEMIX to pay network transaction fees
  {% endhint %}

***

{% stepper %}
{% step %}

## Starting to Unstake

<figure><img src="/files/CIilt68Y471rEFUdL0yA" alt=""><figcaption></figcaption></figure>

* Connect a wallet to WEMIX.Fi and navigate to the Liquid Staking page.

<figure><img src="/files/rWtQsio2AuxMPmXIchVu" alt=""><figcaption></figcaption></figure>

* Select stWEMIX → WEMIX to begin the unstaking process.
  {% endstep %}

{% step %}

## Enter Unstaking Amount

<figure><img src="/files/3beU5uNxWyKvputIe3je" alt=""><figcaption></figcaption></figure>

* Input the amount of stWEMIX to unstake. The interface displays:
  * Current exchange rate between stWEMIX and WEMIX
  * Expected WEMIX amount based on current exchange rate
    {% endstep %}

{% step %}

## Requesting Unstake

<figure><img src="/files/DsiCUfPvkUjpoTaK9nok" alt=""><figcaption></figcaption></figure>

* Review the unstaking details and confirm.

<figure><img src="/files/FTMTF2AkswwxuwyFMjY8" alt=""><figcaption></figcaption></figure>

* The wallet requests approval to process the unstake request.

<figure><img src="/files/esBz6YTAkD98bo52133M" alt=""><figcaption></figcaption></figure>

* After approval, the transaction processes on the blockchain. A confirmation notification appears upon successful request submission.
  {% endstep %}

{% step %}

## Unstaking Period

<figure><img src="/files/i0Ca7FPuf52ccEIQO5rA" alt=""><figcaption></figcaption></figure>

* Unstaking requires approximately 7 days to complete. The exact withdrawal available time can be checked in the Portfolio page.
  {% endstep %}

{% step %}

## Withdrawing WEMIX

<figure><img src="/files/pAJfpEQRp56uxoWHPGRv" alt=""><figcaption></figcaption></figure>

* After the unstaking period, navigate to the Portfolio page to check unstaking status. The Withdraw button activates once the unstaking period has passed. Select the Withdraw button to proceed with the final withdrawal.

<figure><img src="/files/hcwkDanvKk3rzye2mEsJ" alt=""><figcaption></figcaption></figure>

* Review the withdrawal details and confirm.

<figure><img src="/files/ZFmNwnmob6a6tyaIVdUE" alt=""><figcaption></figcaption></figure>

* The wallet requests approval to process the withdrawal. After approval, the transaction processes on the blockchain.

<figure><img src="/files/0LvjAX1z8aTEx22q2OWB" alt=""><figcaption></figcaption></figure>

* A confirmation notification appears upon successful completion, and WEMIX is transferred to the wallet.
  {% endstep %}
  {% endstepper %}

***

## Transaction History

<figure><img src="/files/xDKoppv88svGByOsYG3P" alt=""><figcaption></figcaption></figure>

* Completed unstake requests and withdrawals appear in the Dashboard's Transaction History.


---

# 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.wemix.fi/guides/liquid-staking/unstake.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.
