> For the complete documentation index, see [llms.txt](https://docs.novawallet.io/nova-wallet-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking/aleph-zero-pool-staking/how-to-unstake-your-azero-from-pool-staking.md).

# How to Unstake Your AZERO From Pool Staking

{% hint style="info" %}
You must wait \~14 days AFTER completing the unstaking transaction before you can redeem your AZERO tokens. This period is set by the Aleph Zero protocol itself and is not something set by Nova Wallet.

AZERO which is undergoing the unstaking process does NOT earn any staking rewards.
{% endhint %}

When you stake tokens on Aleph Zero you agree to have your tokens "locked" in staking for 14 days.

When you wish to unstake your tokens, you must wait for the entire duration of the Unstaking/Unboding Period to expire before you can redeem your tokens.

### Step 1: Unstaking Process

<div align="left"><figure><img src="/files/M9ke661Ao2sV9F8H7zTq" alt=""><figcaption></figcaption></figure></div>

1. Open the Nova Wallet application.
2. `Select` the **Staking** **screen**.
3. `Select` your staking position, in this case, would be **Aleph** **Zero** **AZERO**.
4. From the **Aleph** **Zero** **pool** **staking** **screen** `select` **Unstake**.
5. `Input` the amount of AZERO tokens that you wish to unstake and then `select` **Continue**.
6. Review all the contextual information including any associated fees and `select` **Confirm**.

**You have now started the 14-day unstaking process. You must wait 14 days before you can redeem your AZERO tokens.**

**You are able to cancel the unstaking process at any time from the Aleph Zero staking screen.**

### Step 2: Redemption Process

<div align="left"><figure><img src="/files/sh7SyvCGYPLcB49pbp5b" alt=""><figcaption></figcaption></figure></div>

1. Open the Nova Wallet application.
2. `Select` the **Staking** **screen**.
3. `Select` your staking position, in this case, would be **Aleph** **Zero** **AZERO**.
4. From the **Aleph** **Zero** **pool** **staking** **screen** `select` **Redeem**.
5. Review all of the contextual information including any associated fees and `select` **Confirm**.

You will now receive the amount of AZERO that you previously chose to unstake.


---

# 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.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking/aleph-zero-pool-staking/how-to-unstake-your-azero-from-pool-staking.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.
