> For the complete documentation index, see [llms.txt](https://docs.ipor.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipor.io/fusion-for-depositors/user-guide/withdrawing.md).

# 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-depositors/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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ipor.io/fusion-for-depositors/user-guide/withdrawing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
