> 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/depositing/vault-security-considerations.md).

# Vault Security Considerations

When selecting a vault, there are several essential factors liquidity providers should keep in mind:

<details>

<summary>Who is the Fusion vault's Atomist?</summary>

IPOR Fusion allows [Atomists](/build-on-fusion/architecture-overview/what-is-an-atomist.md) to run their public or private strategies and others to participate in profits. When selecting a vault, apart from APYs you may want to consider who is "behind the wheel" of the vault. This can be found on the web app interface in the "Atomist" column.

> ***Note**: The Atomists curate the Fusion vaults. For vault-specific questions, please contact the relevant Atomist in their dedicated channel on the IPOR Fusion Protocol Discord server, under the Atomist Support category.*

<figure><img src="/files/9dw3m51gjcsA5XyonXAN" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>What type of withdrawal method does the Fusion vault employ?</summary>

For certain strategies, such as leveraged looping or staking, it may not be prudent or possible to move assets quickly or cost-effectively. Depending on the vault's strategy, the Atomist may enable instant or scheduled withdrawals. This is particularly important if you need to access your liquidity promptly without waiting for the vault to make funds available. To learn more about the type of withdrawals, please refer to the [Withdrawing section](/fusion-for-depositors/user-guide/withdrawing.md).

</details>

<details>

<summary>What strategy is the Fusion vault implementing?</summary>

One of the most important things to check is the strategy the vault is using. The strategy description is located in the "vault info" tab on the vault's details page. It is provided directly by the vault's Atomist and is not vetted by the IPOR DAO.

</details>

<details>

<summary>What is the timelock for vault changes?</summary>

Although the vaults themselves are not upgradable, many of the settings can be modified by the [Atomist](/build-on-fusion/architecture-overview/what-is-an-atomist.md). Every change is subject to a minimum timelock set by the vault owner. The minimum timelock value indicates the amount of time you have from the moment the Atomist proposes a change to the vault's settings (such as changing the [Fuse](/build-on-fusion/architecture-overview/what-is-a-fuse.md) configuration) until it is implemented.

</details>

<details>

<summary>How to get notified about strategy changes by the Atomist?</summary>

Atomists have the option to display announcements directly on the vault details page. Additionally, each [Atomists](/build-on-fusion/architecture-overview/what-is-an-atomist.md) has a dedicated channel in the IPOR Labs Discord server. It's recommended that you join the channels for all Fusion vaults where you have funds to stay up to date on announcements. [Join the IPOR Labs Discord server.](https://discord.gg/zGUZUY43FE)

</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/depositing/vault-security-considerations.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.
