# Transfer Deposits

Deposits can be [Transferred](/almanac/protocol/glossary.md#transfer) from one address to another without the loss of Stalk and Seeds.

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.
3. At the bottom of the page, there is a table showing the various assets on the [Deposit Whitelist](/almanac/farm/silo.md#deposit-whitelist).
4. Select the Deposited asset you want to Transfer.
5. Select “Transfer” and enter the amount of the Deposit you want to Transfer, up to the “Deposited Balance” shown below the input box. More recent Deposits are Transferred first to minimize the loss of [Stalk and Seeds](/almanac/farm/silo.md#the-stalk-system) by the sender. No net Stalk or Seeds are lost in a Transfer.
6. Enter the Ethereum address to Transfer to under “Transfer to”.
7. A transaction preview will appear below the inputs. Select the “Transaction Details” dropdown to review each step of the transaction.
8. Select “Transfer”.
9. 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.
10. After the transaction has been confirmed by the network, the Transferred Deposit will appear at the recipient’s address on the “Silo” page for the asset that was Transferred.


---

# 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/transfer.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.
