> For the complete documentation index, see [llms.txt](https://docs.bedrock.technology/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/unstaking/step-by-step-to-unstake-unibtc.md).

# Step-by-step to unstake uniBTC

## Submit withdrawal request

1. Go to <https://app.bedrock.technology/unibtc> page, connect wallet, then click Unstake tab.
2. Choose supported blockchain network.&#x20;
3. Enter amount of uniBTC to be unstaked.

<figure><img src="/files/QOM7W7WOaMCGr3NFbALK" alt="" width="375"><figcaption></figcaption></figure>

* Click Max button to use the max available amount.
* Maximum amount must be less than the [cap](/multi-asset-liquid-staking/unibtc/unstaking.md).
* Minimum amount is 0.0001 uniBTC.

4. Additional info:
   1. The expected amount received will match the input uniBTC amount converted into the selected wrapped BTC token for unstaking.
   2. Lock-up period: The time required for the unstaking process to complete before your selected wrapped BTC becomes available for withdrawal.
   3. Fees: Fees are applied to cover the operational cost.&#x20;
   4. Token contract: The withdrawal token contract dedicated to manage unstaking requests.&#x20;
5. Grant the allowance by clicking Approve button, with sufficient amount to the token contract.

<figure><img src="/files/pCyH7veVt77Uh2rqB5mZ" alt="" width="375"><figcaption></figcaption></figure>

6. Click Unstake button, user will see confirmation popup window, and user needs to check the amount of uniBTC to be unstaked.

<figure><img src="/files/MjTw1Tq6G4w2LNhXFFg4" alt="" width="375"><figcaption><p>Figure: Confirm to unstake</p></figcaption></figure>

7. User clicks the Confirm button, and sign in the connnected wallet to trigger the token withdrawal request.

<figure><img src="/files/znyrI6zgdekoNqjMXLWB" alt="" width="375"><figcaption><p>Figure: Pending to unstake</p></figcaption></figure>

8. Unstake success popup: Upon withdrawal request transaction is completed, it shows the successful message.

<figure><img src="/files/glEX4cmwPmiOJwcU2yLw" alt="" width="375"><figcaption><p>Figure: Unstake successfully</p></figcaption></figure>

## Claim

1. Go to <https://app.bedrock.technology/unibtc> page, connect wallet
2. Check if there is any claimable wrapped BTC

<figure><img src="/files/zkwUeWwMyEweRgh0L8DG" alt="" width="375"><figcaption></figcaption></figure>

3. Click Claim button, and confirm to Claim

<figure><img src="/files/K1GIn63LHkki26uWLTmJ" alt="" width="375"><figcaption></figcaption></figure>

4. Click again in wallet to confirm the claim transaction.
5. Upon claim successful, user is supposed to receive the claimed wrapped BTC in the connected 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://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/unstaking/step-by-step-to-unstake-unibtc.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.
