# Security Features

<details>

<summary>Siloed Risk Management</summary>

IPOR Fusion's modular architecture isolates risks within individual vaults, ensuring that potential losses in one vault do not affect others. Risks are siloed to the particular markets and assets a vault is connected with via Fuses and substrates. This design bolsters security by preventing risk spillover across the ecosystem, empowering investors to choose strategies that match their risk appetite.

</details>

<details>

<summary>Balance Fuses</summary>

Fusion's accounting uses [Balance Fuses](/build-on-fusion/developer-guide/balance-fuses.md). That means the vaults account for them self. While other vaults require "trust me bro" accounting fed from offchain by the curator, Fusion vaults known their own balance.

</details>

<details>

<summary>Audits</summary>

Fusion is [audited](/build-on-fusion/developer-guide/security-and-audits.md).

</details>

<details>

<summary>Active Risk Monitoring</summary>

To ensure ongoing security, the IPOR Fusion infrastructure supports guardian roles that can be assigned to specialized security firms such as smart contract exploit detectors. These entities actively monitor onchain risks and can take immediate protective actions, such as pausing strategies if anomalies are detected.

An [Atomist](/build-on-fusion/architecture-overview/what-is-an-atomist.md) could also delegate a special Alpha role to recall funds from external protocols to the vault in case of threats.

Other risk modules can be built and customized, such as monitoring for things like asset depegs, economic risks, and more.

This proactive approach reduces the likelihood of loss, reinforcing the integrity of vault assets.

</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/why-fusion/security-features.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.
