# How to unstake

### Step 1 - Go to [NodeDAO's website](https://app.nodedao.com)

<figure><img src="/files/fGzQF8Ox138XZeZJPn1L" alt=""><figcaption></figcaption></figure>

Go to <https://app.nodedao.com/> and connect your wallet.

### Step 2. Submit a withdrawal request

<figure><img src="/files/jIiI5LMOYjcYOjJgLYUx" alt=""><figcaption></figcaption></figure>

Select the "Unstake" tab, choose the option to withdraw nETH, and specify the desired amount. Remember that you will not be able to exchange or unstake nETH unless you have previously staked ETH through the NodeDAO platform.

### Step **3.** Confirm the transaction.

<figure><img src="/files/I8m10jIJTgQX5GJN1STV" alt=""><figcaption></figcaption></figure>

Please check your wallet balance, nETH will be unstaked and burned. If the redemption pool has enough funds, ETH will be sent to your wallet immediately; if the redemption pool does not have enough funds, unstaking will perform an asynchronous withdrawal process, and you can claim the withdrawn ETH for up to 7 days.

The withdrawal process for rnETH is the same.


---

# Agent Instructions: 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:

```
GET https://doc.nodedao.com/stakers/how-to-unstake.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
