> For the complete documentation index, see [llms.txt](https://docs-launchpad.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-launchpad.energyweb.org/ewx-ecosystem/staking-on-energy-web-x/liquid-staking-on-energy-web-x/liquid-staking-with-the-energy-web-x-staking-web-app/claim-unstake.md).

# Claim unstake

After an unstake schedule matures, the amount unstaked can already be claimed. In the Pending tab, such item will have the "Ready To Claim" status with a "Claim" button. This happens when all chunks within the transaction will all become ready to be claimed.

<figure><img src="/files/VshDKqhZAAInlctkVI8q" alt=""><figcaption><p>Pending tab showing "Ready To Claim" items</p></figcaption></figure>

To claim, simply click on the "Claim" button.

<figure><img src="/files/hn0AbSl59E9teahMyZMj" alt=""><figcaption><p>Ready to claim amount is displayed along with the Claim button</p></figcaption></figure>

A confirmation screen will be displayed. Review the item to be claimed and click on the "Confirm" button to initiate the transactions.

<figure><img src="/files/SsCW9Dq1yy1pww6OMI3g" alt="" width="375"><figcaption><p>Claim unstake confirmation dialog</p></figcaption></figure>

Confirm the transaction in your wallet.

<figure><img src="/files/u3HtFb4UFCcr2zYHQQoi" alt="" width="375"><figcaption><p>Claim unstake is pending for wallet approval</p></figcaption></figure>

<figure><img src="/files/lZht9Nqic4z9gHRPebnF" alt="" width="375"><figcaption><p>Claim unstake is executing</p></figcaption></figure>

<figure><img src="/files/lmWFJ3GchTi8YzznQpJM" alt="" width="375"><figcaption><p>Claim unstake is submitted</p></figcaption></figure>

After successfully claiming the unstake amount, the record will be removed from the "Pending" tab and the "Available to Stake" amount in the "Stake" tab will be increased.


---

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