> 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/avail-avail-staking/avail-pool-staking/how-to-unstake-your-avail-from-pool-staking.md).

# How to Unstake Your AVAIL From Pool Staking

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

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

When you stake tokens on Avail you agree to have your tokens "locked" in staking for 28 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/ZwHF8u1ixWd0cypIOlyN" 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 **Avail AVAIL**.
4. From the **Avail** **pool** **staking** **screen** `select` **Unstake**.
5. `Input` the amount of AVAIL 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 28-day unstaking process. You must wait 28 days before you can redeem your AVAIL tokens.**

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

### Step 2: Redemption Process

<div align="left"><figure><img src="/files/R7JyHNLKypx7OV8vcpdQ" 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 **Avail** **AVAIL**.
4. From the **Avail** **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 AVAIL 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/avail-avail-staking/avail-pool-staking/how-to-unstake-your-avail-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.
