# Two Step Process

## **Step One: Request a Withdrawal**

To begin, submit a withdrawal request through the UI.

* Enter the amount of share tokens you want to redeem.
* You’ll see an **estimated** value of the funds (e.g. stablecoins) you’ll receive.
* Sign the transaction with your web3 wallet. Your request will enter a [**Pending**](/nashpoint/user-documentation/asynchronous-redemptions.md) state until the next rebalance.

## **Step Two: Claim Your Funds**

After the next rebalance, you can claim your funds.

* Your [claimable](/nashpoint/user-documentation/asynchronous-redemptions.md) balance will appear in the Claim section of the UI.
* Earned interest will be added.
* Sign the transaction with your web3 wallet to receive the funds.

**Note:**\
The actual value of returned funds may differ slightly from the earlier estimate, since the redemption is processed at the time of the rebalance—not at the time you submitted the request. The estimate is based on conditions at the time of request, which may change before processing.


---

# 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://nashpoint.gitbook.io/nashpoint/user-documentation/asynchronous-redemptions/two-step-process.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.
