> For the complete documentation index, see [llms.txt](https://docs.pinto.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinto.money/resources/how-to-guides/silo/claim-silo-rewards.md).

# Claim Silo Rewards

Assets on the [Deposit Whitelist](/pinto-mechanics/silo-the-perfect-complement-to-credit.md#deposit-whitelist) can be Deposited in the Silo to earn Silo Rewards. You can find more information about Silo Rewards [here](/pinto-mechanics/silo-the-perfect-complement-to-credit.md#silo-rewards).

* [Claim Pinto, Stalk, and Seeds](#claim-pinto-stalk-and-seeds)
* [Claim Flood Distributions](#claim-flood-distributions)

### Claim Pinto, Stalk, and Seeds

1. Make sure you are on <https://pinto.money/> and [connect your wallet](/resources/how-to-guides/getting-started/connect-to-pinto.md).
2. Navigate to the 'Overview' page. If you have earned Silo Rewards, they will appear as a 'Claimable' row at the top of the 'My Deposits' table. If you haven't earned any rewards yet, this row won't be shown.
3. Select 'Claim Pinto, Stalk, and Seed' next to the Claimable row.
   * \[Mobile only] Select 'Claim Yield' at the bottom of the page.
4. Confirm the transaction in your wallet and your hardware wallet, if applicable. You should verify that the transaction is interacting with the [correct contract](/resources/contracts.md) before signing it.
5. After the transaction has been confirmed by the network, your Silo Rewards will be added to the balances in the 'My Deposits' table on the current page.

### Claim Flood Distributions

1. Make sure you are on <https://pinto.money/> and [connect your wallet](/resources/how-to-guides/getting-started/connect-to-pinto.md).
2. In the upper right corner, select your wallet address. If you have Flood distributions, the amount will be shown under 'Claim from Flood'.
3. Select an option under 'Receive proceeds to' then 'Claim from Flood'.
   * Selecting [Wallet Balance](/resources/glossary.md#wallet-balance) sends the Flood distributions to your wallet.&#x20;
   * Selecting [Farm Balance](/resources/glossary.md#farm-assets) keeps the distributions stored in Pinto.
4. Confirm the transaction in your wallet and your hardware wallet, if applicable. You should verify that the transaction is interacting with the [correct contract](/resources/contracts.md) before signing it.
5. After the transaction has been confirmed by the network, the location of your assets will depend on the option selected in Step 3:
   * If 'Wallet Balance' was selected, the assets will be in your wallet.
   * If 'Farm Balance' was selected, view your balances by selecting your wallet address in the upper right, then select 'Farm Balance'.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pinto.money/resources/how-to-guides/silo/claim-silo-rewards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
