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

# How to Unstake Your VARA From Direct Staking

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

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

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

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

### Step 2: Redemption Process

<div align="left"><figure><img src="/files/UhXPg2wccbK1cxERXF4u" 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 **Vara VARA**.
4. From the Vara 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 VARA 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/vara-vara-staking/vara-direct-staking/how-to-unstake-your-vara-from-direct-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.
