> 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/why-fusion.md).

# TL;DR: Why Fusion?

## **Smart Automation** <a href="#optimized-yield" id="optimized-yield"></a>

Fusion provides intelligence-driven execution for various DeFi operations, including lending optimization, leveraged looping, carry trades, arbitrage, leveraged farming, and more, curated by professional curators ("[Atomists](/build-on-fusion/architecture-overview/what-is-an-atomist.md)").

## **One-Click Yield Optimization** <a href="#efficiency" id="efficiency"></a>

Fusion provides a single access point to multiple yield venues, reducing operational burden and enhancing capital deployment efficiency. Liquidity providers can deposit in a vault with a single click, and their funds are automatically distributed across the vault's connected markets to optimize yield.

## **Modularity and Adaptability** <a href="#time-to-market" id="time-to-market"></a>

DeFi moves fast. IPOR Fusion enables seamless, swift, and secure integration of new DeFi protocols, empowering curators and liquidity providers to seize the latest opportunities as they arise. A new market is to be added to the vault strategy? No need to move funds to a new vault; Fusion strategies can be upgraded on the fly thanks to [Fuses](/build-on-fusion/architecture-overview/what-is-a-fuse.md).

## **Automated Risk Management** <a href="#risk-management" id="risk-management"></a>

Fusion incorporates an intelligent layer that is capable of automating rebalancing, optimization, and risk management, enabling swift and effective responses to evolving market conditions. Under normal circumstances, Fusion vaults actively perform yield-optimization operations. In periods of market stress, however, Fusion can automatically withdraw liquidity to minimize or entirely eliminate exposure to DeFi markets.

To learn more, [read this piece](https://x.com/compose/articles/edit/1988586935124705280) on Fusion's performance during the xUSD market stress.

## **Institutional-grade Security** <a href="#security" id="security"></a>

Built by seasoned developers, IPOR Fusion Protocol infrastructure prioritizes security and robust smart contract design. For more security-related information, please refer to the [Security Features](/fusion-for-depositors/why-fusion/security-features.md) section.

## **Network Effect Without Risk “Spill-over”** <a href="#network-effect-without-risk-spill-over" id="network-effect-without-risk-spill-over"></a>

IPOR Fusion adoption offers a growing “palette” of protocol integrations and business logic, paired with “siloed” risk exposure, protecting users from spillover effects. Siloed risk exposure between Fusion vaults ensures potential losses are not socialized.


---

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