# How to Unstake

**Step 1:** Access Unstaking Interface

* Navigate to the Pools section that contains staked tokens.
* Locate and select the Unstake tab within the relevant pool.

**Step 2:** Initiate Unstaking Process

{% hint style="info" %}

* Unstaking your tokens will also automatically harvest any earned rewards
  {% endhint %}

{% hint style="info" %}
Ensure that the amount of SVIC tokens you intend to unstake aligns with the staked amount displayed in the Statistics section of the pool. You can only unstake the SVIC amount equivalent to your current staked amount.
{% endhint %}

* Input the desired amount of SVIC tokens you wish to unstake.
* Click the Unstake button to confirm your selection.

### **Non-Masternode**

<figure><img src="/files/Ehacwgnpe82IV18wCu0w" alt="" width="563"><figcaption></figcaption></figure>

* Confirm the transaction both in your wallet and through the pop-up confirmation.

<div align="left"><figure><img src="/files/XJH2XBKHRYQK1hBxKEMN" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/hCqOpfwTk11SFal3Ds59" alt="" width="563"><figcaption></figcaption></figure></div>

**Step 3 :** After you unstake your tokens, they won't be immediately available in your wallet. There's a waiting period (lock time) before you can withdraw them. Here are the scenarios that may be encountered:

<mark style="color:blue;">**For Masternode Pool**</mark>

* **If the unstaked amount does NOT reduce the pool's total value below 50,000 VIC**, you will be able to withdraw your unstaked token after **2 days**.
* **If the unstaked amount reduces pool's liquidity below 50,000 VIC**, you need to initiate a voting process to resign your stake from the pool. Once the voting period is over, you'll be able to claim your tokens after 30 days.

<mark style="color:blue;">**For non-Master Node Pool:**</mark> You can unstake immediately without waiting for **2 days**

<mark style="color:blue;">**For Resigned Pool:**</mark> When you try to withdraw (unstake) from a resigned pool, your staked VIC amount will be unlocked in two parts:

* Part 1 (unlocked in 2 days): The portion equals to `(total amount before resign - 50,000 VIC) * Percentage of staked of user in pool`
* Part 2 (unlocked in 30 days): The remaining amount of your staked VIC will be unlocked after 30 days.

**Step 4:** Once the waiting period is over, you can go back to DeFusion to claim the tokens. Details as below:

* Access [Rewards](https://www.defusion.xyz/rewards) section and connect your wallet

<div><figure><img src="/files/U4OoHfZyqc19nbV1cYj4" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Tyq5pj5HxjjhfjXnsaj3" alt=""><figcaption></figcaption></figure></div>

* Click on the claimable unstakes that you want to claim -> Review the **Available to Claim** section, then click **Claim**

<div><figure><img src="/files/JBNA6W3b7itj0eOy6t06" alt=""><figcaption></figcaption></figure> <figure><img src="/files/XuH3LtS9Zanlsj92K7a4" alt=""><figcaption></figcaption></figure></div>

* Confirm the VIC amount that you are about to claim, click **Confirm**. Once the transaction is successful, you can click **View on Vicscan** to check the transaction information onchain, or simply close the pop-up windows.

<div><figure><img src="/files/93YZsSXg1EmXk0qIXtnL" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ew3R2R8UlNJM9NX2sr5S" alt=""><figcaption></figcaption></figure></div>


---

# 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.defusion.xyz/product/liquid-staking/how-to-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.
