# Withdrawing

Withdrawing from Fusion vaults depends on the type of vault. Please refer to the next subsections to learn more.

<details>

<summary>Instant Withdrawal</summary>

Vaults that support the instant withdrawal method allow users to withdraw their assets immediately without any waiting period. This is particularly true for vaults with liquid strategies, such as a lending optimizer vault.

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

</details>

<details>

<summary>Scheduled Withdrawal</summary>

Withdrawing from some types of Fusion vaults (like leveraged looping) requires unwinding a complex \[leveraged] position. As a result, withdrawals must be scheduled in advance to give the Atomist sufficient time to prepare the necessary liquidity.

Scheduling a withdrawal is a two-step process:

1. **Request Withdrawal**: First, submit a withdrawal request.&#x20;

<figure><img src="/files/HbxIuCmCYtclvTAKVl6L" alt="" width="377"><figcaption></figcaption></figure>

2. The vault manager has a specific time, individually specified for each vault, to process and fulfill it.&#x20;
3. Monitor the withdrawal page to check the status.
4. **Finalize Withdrawal**: Once ready, the funds will become available for withdrawal.

> NOTE: Missing the withdrawal window will restart the two-step process and incur an additional [Offboarding Contribution](/fusion-for-liquidity-providers/user-guide/vault-fees/onboarding-and-offboarding-contributions.md), if this is levied in the respective vault.

</details>

<details>

<summary>Hybrid Withdrawal</summary>

All vaults have hybrid withdrawals enabled, which means that they can support both scheduled and instant withdrawals. If a scheduled withdrawal vault has a buffer of liquid assets, it may permit instant withdrawals when the requested amount is equal to or less than the available (unused) liquidity.

</details>


---

# 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.ipor.io/fusion-for-liquidity-providers/user-guide/withdrawing.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.
