> For the complete documentation index, see [llms.txt](https://wiki.elephant.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.elephant.money/elephant-money-treasury-system/bnb-reserve/bnb-reserve-how-it-is-funded.md).

# BNB Reserve - How It Is Funded

The BNB Reserve has 3 sources of funding:

1. 10% of all Futures deposits (BNB) are sent to the BNB Reserve
2. The BNB Reserve receives income from the Elephant Treasury (between 1 & 5% APR). \
   \
   \&#xNAN;*The income from the Elephant Treasury goes into the Futures Sweep Pool where it is added to the BNB Reserve via the sweep function. Any community member can call the sweep function once the available is more than $100.*
3. A 10% Top Off strategy from large Futures claims handled by the Elephant Treasury.\
   \
   \&#xNAN;*If a Futures claim value is greater than 1% of the BNB Reserve value, The Elephant Treasury will sell off 10% more than is required to pay out the Futures claim. The 10% Surplus is sent to the BNB Reserve as part of the Top Off strategy.*


---

# 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://wiki.elephant.money/elephant-money-treasury-system/bnb-reserve/bnb-reserve-how-it-is-funded.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.
