# How to Withdraw

With **Dual-Token Withdraw**, you can redeem your NDLP shares for both underlying tokens (e.g.,USDC + SUI).\
This gives you back your liquidity in its original form — no need to unwrap LP tokens manually.

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

#### Steps to Withdraw:

1. **Select Vault & Mode**
   * Go to the vault where you hold NDLP shares.
   * Choose **Withdraw -> DUAL**.
2. **Enter Amount**
   * Specify how many NDLP shares you want to redeem (full or partial).
3. **Confirm Transaction**
   * Approve the withdrawal in your wallet.
4. **Claim withdrawal:**&#x20;
   * Cooldown may take 5 minutes to 30 minutes, after that, you can claim it.
   * After claim the withdrawal, the vault unwinds your share of the LP position and returns both tokens to you.
5. **Receive Tokens**
   * USDC + SUI are transferred back to your wallet in proportion to your NDLP share, adjusted for yield, fees, or impermanent loss.

✅ You always withdraw in **native tokens**, not LP tokens.

⚠️ **Note:** Final token amounts may differ from initial deposits due to accumulated yield, trading fees, or impermanent loss during the vault’s lifecycle.


---

# 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://docs.nodo.xyz/public/user-manual/dual-token-mode/how-to-withdraw.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.
