# Early Withdrawal

Early Withdrawal allows users to exit their investments early, based on the market value of their principal balance (Pendle Finance's Principal Token) and the structured option before the current epoch's maturity. Advanced users may consider using this feature to secure profits from the structured option strategy.

{% hint style="danger" %}
Early Withdrawals are not 100% Principal-Protected. Depending on prevailing market conditions, user accepts that the total amount withdrawn may be less than their initial deposits (Principal Balance).&#x20;
{% endhint %}

***

#### Conditions for Early Withdrawal

1. **Batch Size Requirement:**\
   Early withdrawals can only be made if your deposit amount meets or exceeds the required **minimum block size**.&#x20;
2. **During Active Phase:**\
   Early withdrawals can only be executed during the **Active Phase (up to 1 day before maturity)** of the N-Vault.  Early withdrawals is not applicable during other phases.&#x20;

***

#### How to Make an Early Withdrawal

1. **Check Eligibility:**\
   Ensure your deposit meets the **minimum block size** requirement. Early withdrawals are made in multiples of the specified block size. You can find this information in the N-Vault’s details section under the **Block Size** parameter.
2. **Initiate Early Withdrawal:**
   1. Go to the **Portfolio** section in the dApp.
   2. Select the N-Vault you have invested in.
   3. Review the total blocks balance
   4. Select the number of blocks you would like to early withdraw.&#x20;
   5. Click **"Get Price"** to start the process.
   6. Review the market prices of the principal and structured options.
   7. Confirm that you accept and proceed with request in your connected wallet.
3. **Principal Withdrawal:**\
   Once the early withdrawal is processed, your NT token would be burned, and your principal will be immediately withdrawn and returned to your wallet.
4. **Structured Options Value:**\
   The value of the structured options (if any) will be transferred to your wallet within **24 hours** after your principal withdrawal is processed.


---

# 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/early-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.
