# Reserve Fund

The Reserve Fund functions as both Yuzu Alpha’s balance sheet buffer and "treasury".\
\
At the start of every epoch, the protocol announces its yield distribution. Yield is then distributed from the Reserve Fund. During surplus weeks, when the protocol generates more yield than it distributes (realized P\&L > distributed yield), the excess accrues to the Reserve Fund. During deficit weeks (realized P\&L < distributed yield), the Reserve Fund underwrites the deficit. \
\
Over time, consistent surplus capture is intended to grow the Reserve, stabilizing yields across cycles, strengthening long-term sustainability and accruing value to the protocol.\
\
The Reserve Fund's primary uses includes:

* Value accrual to the governance token,&#x20;
* Covering operating and administrative costs,&#x20;
* Supporting ecosystem growth and strategic partnerships,&#x20;
* Absorbing unforeseen losses that exceed yzPP’s first-loss protection.


---

# 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://yuzu-money.gitbook.io/yuzu-money/yuzu-alpha/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.
