# Rinse Sprouts

Active Fertilizer holders receive Sprouts. Sprouts become Rinsable on a [pari passu](/almanac/protocol/glossary.md#pari-passu) basis. Once Sprouts become Rinsable, they are redeemable for 1 Bean each. See the [Barn](/almanac/farm/barn.md) page for more info.

1. Make sure you are on [app.bean.money](https://app.bean.money/) and [connect your wallet](/almanac/guides/getting-started/connect-wallet.md).
2. Navigate to the “Barn” page.
3. Select the “Rinse” tab. The “Rinsable Balance” will be shown. These are the Sprouts that are eligible to be Rinsed for Beans.
4. Under “Destination”, select “Circulating Balance” or “Farm Balance”. Circulating Balance sends the Rinsed Beans to your wallet, separate from Beanstalk. [Farm Balance](/almanac/protocol/asset-states.md) keeps the asset stored in Beanstalk which can save gas fees in future transactions. See [Asset States](/almanac/protocol/asset-states.md) for more information.
5. A transaction preview will appear below the inputs. Select the “Transaction Details” dropdown to review each step of the transaction.
6. Select “Rinse Sprouts”.
7. Confirm the transaction in your wallet and your hardware wallet, if applicable. You should verify that the transaction is interacting with the [correct contract](/almanac/protocol/contracts.md) before signing it.
8. After the transaction has been confirmed by the network, the location of your assets will depend on the option selected in Step 4:
   * If “Circulating Balance” was selected, the Beans will be in your wallet. Your Circulating Balance is also shown on the [Balances](https://app.bean.money/#/balances) page.
   * If “Farm Balance” was selected, the Beans will be shown on the [Balances](https://app.bean.money/#/balances) page.


---

# 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.bean.money/almanac/guides/barn/rinse.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.
