> For the complete documentation index, see [llms.txt](https://docs.flurry.finance/flurry-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flurry.finance/flurry-finance/governance/fund-management.md).

# Fund Management

As users deposit stablecoins to the Flurry Protocol, the smart contract places them in the **USDT vault**, **USDC vault**, or **BUSD vault**, and the vaults’ contract mints the corresponding rhoTokens on a 1:1 basis. These rhoTokens are deposited in the users’ wallets.&#x20;

All stablecoins received will be rebased and deployed everyday according to the **Flurry Protocol algorithm**.

The Flurry Protocol will maintain a certain amount of **cash on hand** in order to facilitate smaller redemptions.&#x20;

When users **redeem** their rhoTokens for stablecoins, **the corresponding vault will burn the rhoToken**, and return the underlying stablecoin to the user’s wallet.

More can be referenced on the flow of funds about **Lending Protocols** of Flurry by the portal below:

{% content-ref url="/pages/-MgsDow6zBcpAfjP-1Hw" %}
[Lending Protocols](/flurry-finance/the-rhotoken/yield-generation-mechanism/lending-protocols.md)
{% endcontent-ref %}


---

# 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.flurry.finance/flurry-finance/governance/fund-management.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.
