# Reserve Fund

The **Reserve Fund** is a dedicated pool of capital held by the Avant Protocol with the primary purpose of safeguarding user funds against unexpected losses. It is a key component of the protocol's multi-layered security framework, providing a robust financial backstop for protocol liabilities.

To ensure the highest degree of security and asset-specific risk isolation, Avant Protocol maintains separate, dedicated Reserve Funds for each core asset suite. These funds are secured using Multi-Party Computation (MPC) wallets, and their addresses are provided below to ensure complete transparency.

### Reserve Fund Wallet Addresses

<table><thead><tr><th width="193.96875">Reserve Fund</th><th>Wallet Address</th></tr></thead><tbody><tr><td>USD Reserve Fund</td><td><code>0xd98e1faf532b9c481c56741ab3ac47ec18d8f43a</code></td></tr><tr><td>BTC Reserve Fund</td><td><code>0x94963a9497eaa4172889d244c62f20dedeeea2a1</code></td></tr><tr><td>ETH Reserve Fund</td><td><code>0x4a6f696a6f921921dc959d19e911a2034063cfda</code></td></tr></tbody></table>

## **Funding Mechanisms**

The Reserve Fund grows organically through two primary sources of protocol revenue:

1. **Protocol Fees**: A portion of the fees generated from the performance of Avant's yield strategies is systematically allocated to the Reserve Fund.
2. **Unstaked Asset Yield**: The capital backing unstaked `avAssets` (e.g., `avUSD`) is still deployed in underlying strategies. A portion of the yield generated by this capital is redirected to capitalize the Reserve Fund.

## **Purpose and Scope**

The primary function of the Reserve Fund is to protect staked assets by covering potential losses from unforeseen, high-impact events. This includes, but is not limited to:

* Smart contract exploits on integrated protocols.
* Anomalous or severe market events.
* Third-party infrastructure failures.

Beyond these **black swan** events, the fund also provides the flexibility to absorb minor, temporary negative performance from any single strategy. This ensures that short-term fluctuations do not impact the overall stability and yield distributed to users.

## Fund Composition and Management

To ensure capital efficiency and alignment with the protocol's own ecosystem, reserve funds are kept in productive assets. The capital for each asset suite’s Reserve Fund is held and managed in its respective base token (such as `avUSD`, `avBTC`, or `avETH`), which represents a diversified basket of yield-generating, market-neutral assets. All returns generated from this management are retained and compounded within the corresponding fund, further accelerating its growth and strengthening the backstop.

## **Relationship to Other Security Layers**

The Reserve Fund operates as one of several layers of protection. It is designed to be a significant buffer, but not the sole line of defense. Other layers that provide protection include:

* **Future Governance Model:** A planned future backstop involves the protocol's governance token, where staked tokens could act as an additional insurance layer.
* **The Junior Tranche:** The protocol's Junior Tranche tokens (e.g., `avUSDx`) are designed to absorb losses after the **Reserve Fund** and **Governance** layers have been utilized, providing a crucial protective buffer for the Senior Tranche (`savAssets`).


---

# 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.avantprotocol.com/security/reserve-fund.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.
