# Buy Fertilizer

Beanstalk is hosting the Barn Raise — a fundraiser to restore $77M in non-Bean liquidity stolen from the Silo. The Barn Raise started on **June 6, 2022**.

Active Fertilizer holders receive Sprouts. Sprouts become redeemable for Beans on a [pari passu](/almanac/protocol/glossary.md#pari-passu) basis. 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. The Available Fertilizer is displayed in the "Barn Conditions" component. Available Fertilizer is a function of how much Unripe LP is left to be recapitalized. See [Fertilizer](/almanac/farm/barn.md#fertilizer) for additional information.
4. In the “Buy” tab, there is a dropdown menu to select the token you would like to use to buy Fertilizer.
5. Enter the amount of the selected token you want to use to buy Fertilizer.
   * The amount of Fertilizer received rounds down to the nearest dolalr.
6. A transaction preview will appear below the inputs. Select the “Transaction Details” dropdown to review each step of the transaction.
7. You may select a slippage tolerance by selecting the gear icon. The default slippage tolerance is 0.1%.
8. If you are buying Fertilizer with ETH or have previously approved the asset being spent, skip to Step 10. For all other assets, select “Approve \[Token]”. This allows the Beanstalk contract to spend the asset, but does not use it to buy and Sow Beans yet.
9. Confirm the approval 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.
10. Select “Buy”.
11. 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.
12. After the transaction has been confirmed by the network, your Fertilizer and associated Sprouts will appear in the “Fertilizer” component at the bottom of the “Barn” 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/buy-fertilizer.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.
