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