# Withdrawal

{% hint style="success" %}
Tip: Checking the Withdrawable Balance quickly shows the amount available for instant withdrawal at any given N-Vault phase.
{% endhint %}

## General Withdrawal Guide for N-Vaults

**Steps to Withdraw:**

1. Navigate to the **N-Vaults** section in the dApp.
2. Select the N-Vault from which you wish to withdraw.
3. Review Withdrawable balance.
4. Select the types of balances (Coupon, Option Profit, Principal) for withdrawal.&#x20;
5. Click on **"Withdraw"** to initiate the process.
6. Confirm the transaction in your connected wallet. Once confirmed, your selected balance will be returned to your wallet.


---

# 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.superhedge.com/user-guides/withdrawal.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.
