> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/extension-user-guide/earning/nomination-pool/unstake.md).

# Unstake

**Step 1**: Open the SubWallet extension and choose the "**Earning**" tab at the bottom of the screen. In the Your earning positions screen, select the funds you want to unstake.

<div><figure><img src="/files/AKF2hZYVwYDETMT1Oh62" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/5tKv6VF3lPO7UPI8O6Wz" alt="" width="363"><figcaption></figcaption></figure></div>

**Step 2**: Click "**Unstake**" to start the unstaking process.

<figure><img src="/files/z5KyGYhF9xnUtYWcW4kY" alt="" width="363"><figcaption></figcaption></figure>

**Step 3:** Enter the amount you want to unstake, then click "**Unstake**" to proceed.

<div><figure><img src="/files/Nu0TekBPCTlkfkWy5JwW" alt="" width="364"><figcaption></figcaption></figure> <figure><img src="/files/44TW9kIi13hwieI6Otyp" alt="" width="363"><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you are in "**All accounts**" mode, you will need to select the account for which you want to unstake.

<img src="/files/ULA7rPQgmEadrtU1wKpQ" alt="" data-size="original"><img src="/files/arimaYNsAhWImMEW07Bx" alt="" data-size="original">
{% endhint %}

**Step 4**: Check the information and confirm your request by clicking "**Approve**".&#x20;

<figure><img src="/files/MRR2VCCLDPmPQoFWe4pq" alt="" width="363"><figcaption></figcaption></figure>

**Step 5:** Your request has been submitted!

<figure><img src="/files/vmEEFgHtHFDh8MRAYpgZ" alt="" width="363"><figcaption></figcaption></figure>

You can either click "**Back to home**" to return to the homepage or "**View transaction**" to see transaction details in the History tab.

{% hint style="info" %}
If you click "**View transaction**", SubWallet will show you the latest transaction record in your transaction history along with the extrinsic hash of the transfer.&#x20;

<img src="/files/XQwv2jchot6sJtP77o7U" alt="" data-size="original">
{% endhint %}

### **Unstake on hardware accounts (accounts created via cold wallets)**

**Check out this step-by-step video on how to unstake DOT on Ledger with SubWallet:**

{% embed url="<https://www.youtube.com/watch?pp=0gcJCY0JAYcqIYzv&v=cuzOJtoq7Ug>" %}


---

# 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.subwallet.app/main/extension-user-guide/earning/nomination-pool/unstake.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.
