# Reserve Fund

The **Reserve Fund** is designed to buffer short-term negative reward periods and mitigate the impact of adverse market conditions. It serves as a risk management mechanism rather than a guarantee against loss.

#### Capitalization

A defined portion of daily rewards (the reserve rate) is allocated to the Reserve Fund.

{% hint style="info" %}
The current reserve rate is **5% of daily rewards**.
{% endhint %}

The protocol targets a **minimum reserve capitalization of 10 basis points (bps) of net assets**.

If reserve capitalization falls below the minimum threshold, strategy exposure is reduced or positions are closed in a systematic manner. Strategy deployment resumes only after predefined redeploy criteria are met, ensuring disciplined re-entry following adverse conditions.

#### Accounting Treatment

Assets held in the Reserve Fund are **not included as vault assets for NAV purposes**; as a result, reserve balances effectively provide **overcollateralization** relative to hBTC liabilities.

{% hint style="success" %}

#### Transparency and Verification

The Reserve Fund is implemented as a dedicated on-chain contract and can be independently verified using the [**Stacks block explorer**](https://explorer.hiro.so/txid/SP1S1HSFH0SQQGWKB69EYFNY0B1MHRMGXR3J1FH4D.reserve-fund-hbtc-v1?chain=mainnet).
{% endhint %}


---

# 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.hermetica.fi/hbtc/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.
