# Deposit in the Silo

Assets on the [Deposit Whitelist](/almanac/farm/silo.md#deposit-whitelist) can be Deposited in [the Silo](/almanac/farm/silo.md) to earn Stalk and Seeds. You can find more information about Depositing in the Silo [here](/almanac/farm/silo.md#deposit-whitelist).

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 “Silo” page. At the bottom of the page, there is a table showing the various assets on the [Deposit Whitelist](/almanac/farm/silo.md#deposit-whitelist).
3. Select the asset you want to Deposit.
4. In the “Deposit” tab, there is a drop down menu to select the token you would like to Deposit.
   * For example, a Bean Deposit can be made in either Beans or ETH. ETH will be converted to Beans during the Deposit transaction.
5. Enter the amount you want to Deposit. A transaction preview showing the [Stalk and Seeds](/almanac/farm/silo.md#the-stalk-system) to be rewarded will appear below the inputs. Select the “Transaction Details” dropdown to review each step of the transaction.
6. You may select a slippage tolerance by selecting the gear icon. The default slippage tolerance is 0.1%.
7. If you are Depositing 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 Deposit it yet.
8. 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.
9. Select “Deposit”.
10. 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.
11. After the transaction has been confirmed by the network, your Deposit will appear in the “Deposits” table at the bottom of the current 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/silo/deposit.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.
