> For the complete documentation index, see [llms.txt](https://docs.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.energyweb.org/ewx-ecosystem/staking-on-energy-web-x/delegated-staking-on-energy-web-x/delegated-staking-with-the-energy-web-x-staking-app/schedule-unstake.md).

# Schedule Unstake

### Understanding the terms in the display

Before unstaking, it is important to get acquainted and be familiar with the terms used in the Unstake page.

* **Available to Unstake** - The amount of $EWT that can be unstaked from your stakes without pending unstakes.
* **Collator** - Nodes that maintain the EWX parachain by producing block candidates and submit them for validation.
* **My Stakes** - The amount of $EWT you have currently staked with your chosen collator(s).
* **Pending Unstake** - $EWT currently in the unstaking process. After the cooldown, you’ll be able to claim it from the Pending tab.
* **Transaction Cost** - Network fee required to process the staking transaction.

### Schedule Unstake

To decrease stakes, simply navigate to the "Unstake" tab.

<figure><img src="/files/F3TzCybUtjXICbZXzG89" alt=""><figcaption><p>The Unstake tab</p></figcaption></figure>

Select a collator that has an active stake and doesn't have any pending unstake.

<figure><img src="/files/Z61JH5qRA0uXccicfX7S" alt=""><figcaption><p>Choose a collator to unstake</p></figcaption></figure>

Input amount to unstake. Then, click the "Decrease Stake" or "Unstake" button to continue.

{% hint style="info" %}
To decrease stakes, simply input a portion of your current active stakes in a particular collator to be unstaked.
{% endhint %}

{% hint style="warning" %}
Setting the max value equal to the total active stake will fully unstake you from the collator. Once this transaction have "Ready to Claim" status in the Pending tab, the stake will stop earning rewards.
{% endhint %}

{% columns %}
{% column %}
**Decrease Stake**

<figure><img src="/files/briRv83nsI67SktXjCwK" alt=""><figcaption><p>Decrease Stake</p></figcaption></figure>
{% endcolumn %}

{% column %}
**Fully Unstake**

<figure><img src="/files/o0zlk5igMKQCJckQszL3" alt=""><figcaption><p>Fully Unstake</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

&#x20;A confirmation screen will be displayed. Review the details as displayed and ensure that the checkbox is ticked. Click the "Confirm" button to initiate the transaction.

<figure><img src="/files/XAjniwvJ9VBNVp2skqws" alt="" width="375"><figcaption><p>Decrease stake confirmation dialog</p></figcaption></figure>

Confirm the transaction in your wallet.

<figure><img src="/files/EYxPQESCcb3QnGIOT36d" alt="" width="375"><figcaption><p>Transaction is pending approval</p></figcaption></figure>

<figure><img src="/files/mMSbpNexT1xz5EFK0DR5" alt="" width="375"><figcaption><p>Transaction is executing</p></figcaption></figure>

<figure><img src="/files/FFjkcPbtUeeB9YlhxJqG" alt="" width="375"><figcaption><p>Decrease Stake or Unstake is scheduled</p></figcaption></figure>

After successfully executing the transaction, Available to Unstake amount will be updated. The Pending Unstake column in the collators selector will also reflect the amount.

<figure><img src="/files/AZDe9pnR7XQ626cj5X5C" alt=""><figcaption><p>Available to Unstake and Pending Unstake amounts are updated</p></figcaption></figure>

In addition, the transaction will also appear in the "Pending" tab showing further details.

{% hint style="warning" %}
**Pending Unstake**\
While your unstake transaction is pending, you won’t be able to perform any other actions with this collator.
{% endhint %}

{% hint style="success" %}
Currently, it takes around 2 ERAs for a Pending transaction to become "Ready to Claim".
{% endhint %}

<figure><img src="/files/PXqtEPQPUlDbzWx6ETi5" alt=""><figcaption><p>Scheduled decrease stake is shown in Pending tab</p></figcaption></figure>

Below is an example when a full unstake is scheduled for a particular collator:

<figure><img src="/files/iRH13LhtH6snDXVpYTsc" alt=""><figcaption><p>Fully unstake for a specific collator</p></figcaption></figure>


---

# 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.energyweb.org/ewx-ecosystem/staking-on-energy-web-x/delegated-staking-on-energy-web-x/delegated-staking-with-the-energy-web-x-staking-app/schedule-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.
