> For the complete documentation index, see [llms.txt](https://udonfi-1.gitbook.io/udonfi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://udonfi-1.gitbook.io/udonfi-docs/liquid-staking/unstaking-your-stchr.md).

# Unstaking your stCHR

### Access the Unstake tab

Go to the **Staking → Unstake** tab on the UdonFi app.\
Here, you’ll see two available withdrawal methods:

#### 🕒 Slow Withdrawal (Recommended)

![](/files/afd36d707d0dc27cf5ebafce3d2a9bf1260a7bd1)

* **Exchange Rate:** 1:1
* **Waiting Period:** Approximately 14 days
* **Partial Unstaking:** This action unstakes your entire position. The requested amount will be withdrawn, and the remaining balance will be restaked only after the 14-day unbonding period concludes
* **Unbonding Process:** Your staked CHR will undergo a 14-day unbonding period. No rewards are earned during this waiting period.
* **Completion:** Once the unbonding period concludes, your CHR will be automatically transferred back to your account.

{% hint style="warning" %}
Important Restriction: You cannot initiate a new stake or unstake request if you have any pending positions. This includes any staking or unstaking positions currently being processed by the protocol, as well as unstaked funds that are waiting to be claimed. Ensure all existing positions are fully completed before starting a new action.
{% endhint %}

***

#### ⚡ Quick Withdrawal

![](/files/20adc16c0046ad04c9ebcc284697349c785d4888)

* **Rate:** Variable (depends on market liquidity)
* **Waiting time:** Immediate

You can transfer your **stCHR** to a DEX (e.g., Color Pool) and swap it directly to **CHR** for instant liquidity. This option is convenient but may include a small rate difference based on pool liquidity.

***

### Using the Slow Withdrawal method

{% stepper %}
{% step %}

#### Review the Transaction Overview

* The system automatically selects your full staked balance for withdrawal.
* You don’t need to manually enter an amount.
* A **0.3% unstaking fee** applies when using Slow Withdrawal.
  {% endstep %}

{% step %}

#### Confirm the withdrawal

![](/files/e64bdddda54b2afa833b7e8dda4136b6c1700f9a)

* Click **“Slow Withdraw CHR”**.
* Review the transaction details carefully.
  {% endstep %}

{% step %}

#### Sign the transaction in your wallet

![](/files/c360e95bc681adbd52f4b63eef5cf4e343ee0063)

* Once confirmed, your request enters the **Pending** stage.
* You can view it in **Withdraw → Withdrawal Status → Pending**.
* It shows your **14-day unbonding timer**.
  {% endstep %}

{% step %}

#### Claiming your CHR after 14 days

![](/files/5e667d368e3a40cd1f96f123e3a3d2fa27f0b7c1)

After the 14-day waiting period:

* The status automatically changes from **Pending → Ready to Claim**.
* Click **Claim** to finalize your unstaking.
* Once confirmed, your **CHR** will be transferred back to your account wallet.

When the process completes, your transaction will appear under the **Completed** section. You can verify your updated balance in your wallet or directly in the **Dashboard** tab.
{% endstep %}
{% endstepper %}

***

### Quick Withdrawal (Alternative method)

![](/files/35cb401ee9a3297ff2ac99c09598b90296b28ba3)

{% stepper %}
{% step %}

#### Select Quick Withdrawal

In the **Unstake** tab, select **Quick Withdrawal**.
{% endstep %}

{% step %}

#### Follow the guideline

Follow the guideline displayed in the interface:

* Transfer your **stCHR** to the **Color Pool DEX**.
* On the DEX, **swap stCHR → CHR** at the current market rate.
  {% endstep %}
  {% endstepper %}

***

{% hint style="info" %}
🧠 Tips

* **Slow Withdrawal** gives a guaranteed 1:1 conversion but requires waiting.
* **Quick Withdrawal** is instant but depends on DEX liquidity.
* You can monitor your withdrawal progress anytime under the **Withdrawal Status** tab.
  {% endhint %}


---

# 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://udonfi-1.gitbook.io/udonfi-docs/liquid-staking/unstaking-your-stchr.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.
