# Withdraw

Users can withdraw at any time from the vault. There will be a minimum withdrawal time to process the withdrawal from the vault to your wallet.

#### Minimum withdrawal time

Since there is no round system in the newer version, there will be a minimum withdrawal time to exit from the position. The min withdrawal time ranges between 6-24hours.

{% hint style="warning" %}
There is a limit for withdrawals of 10- 20%; if it exceeds, users might have to wait for the expiry to process the withdrawal.\
\
Withdrawal can only be processed when new deposits are made or when the options are settled on Friday. If you have already requested a withdrawal, there is no need for further action as the funds will be transferred to your account automatically after settlement.
{% endhint %}

### Withdrawal flow

#### **Request to withdraw**

A user can request to withdraw at any point in time. The withdraw tab is available inside each vault page near the deposit tab.

![](/files/pvU6JLyTY9HFm0Fuuae6)

#### Pending withdraw

Since there is no round system in the newer version of the earn vaults, the users can withdraw the funds from the wallet after the min withdrawal time. It will be available on the vault strategy page.

![](/files/0BGDcqTXqarwPqTqIK6D)

After completing the min withdrawal time, the assets will be credited to your account. Once the withdrawal is in the 'pending' state, your **deposits will no longer be auto compounding.**\
\
\
**Withdrawal Fee**&#x20;

The vault charges a 1% withdrawal fee when a user withdraws while the vaults have an active position. This fee is implemented to cover the costs of closing the open position and to ensure the ongoing stability and security of the protocol. For option selling vaults, there is a brief period of time after the contracts expire where no withdrawal fees are imposed, this is to facilitate the option settlement process (approx 2 hours). This occurs after option settlement, with a small delay and it can be seen in the UI that the withdrawal fee is 0% at this time. Sometimes the delay can be by approx 10-15 mins.&#x20;


---

# 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.earn.polynomial.fi/technical-implementation/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.
