# Understand Silo Deposit Performance

The [Silo](https://app.bean.money/#/silo) page is a dashboard for monitoring the balances and performance of your [Silo Deposits](/almanac/protocol/glossary.md#deposit).

After [connecting a wallet](/almanac/guides/getting-started/connect-wallet.md) on [app.bean.money](https://app.bean.money/), navigate to the "Silo" page.

The first module provides an overview of your Silo Deposits and their performance over time.

* The "Deposits" tab shows your current USD denominated "Value Deposited" and a chart of historical value. As Silo Deposits generate [Earned Beans](/almanac/protocol/glossary.md#earned-beans), [Planting](/almanac/protocol/glossary.md#plant) them will increase "Value Deposited".
  * For pre-exploit Farmers, the value of [Unripe Assets](/almanac/protocol/glossary.md#unripe-assets) is calculated after the [Chop Penalty](/almanac/protocol/glossary.md#chop-penalty).
* The "Stalk" tab shows your total "Stalk Balance" and a chart of historical Stalk balances, "Stalk Ownership" and "Stalk Grown per Day".
  * [Stalk](/almanac/protocol/glossary.md#stalk) is the governance token of the [Beanstalk DAO](/almanac/governance/beanstalk.md) received by Depositing assets on the [Deposit Whitelist](/almanac/farm/silo.md#deposit-whitelist) and from [Seeds](/almanac/protocol/glossary.md#seeds). Your "Stalk Balance" will grow as your Seeds yield more Stalk.
  * Stalk entitles holders to passive interest in the form of a share of future [Bean mints](/almanac/peg-maintenance/overview.md#bean-supply), and the right to propose and vote in [governance](/almanac/governance/proposals.md). Your Stalk is forfeited when you [Withdraw](/almanac/protocol/glossary.md#withdraw) your Deposited assets from the Silo.
  * "Stalk Ownership" is your current ownership of Beanstalk displayed as a percentage. Ownership is determined by your proportional ownership of the total Stalk supply.
  * "Stalk Grown per Day" is the amount of Stalk grown each day from Seeds. Seeds yield 1/10,000 Stalk each [Season](/almanac/protocol/glossary.md#season).
* The "Seeds" tab shows your "Seeds Balance" and a chart of historical Seed balances.
  * Seeds are received by Depositing assets on the Deposit Whitelist and yield 1/10,000 Stalk each Season.

The second module provides an overview of your [Silo Rewards](/almanac/protocol/glossary.md#silo-rewards). Read how to [Claim Silo Rewards](/almanac/guides/silo/claim-rewards.md).

* Earned Beans are the number of Beans earned since your last Plant. Upon Plant, Earned Beans are Deposited in the current Season.
* Earned Stalk is the Stalk associated with Earned Beans. Earned Stalk automatically contribute to Stalk ownership and do not require any action to claim them.
* [Plantable Seeds](/almanac/protocol/glossary.md#plantable-seeds) are Seeds earned in conjunction with Earned Beans. Plantable Seeds must be Planted in order to grow Stalk.
* [Grown Stalk](/almanac/protocol/glossary.md#grown-stalk) are Stalk earned from Seeds. Grown Stalk does not contribute to Stalk ownership until it is [Mown](/almanac/protocol/glossary.md#mow). Grown Stalk is Mown at the beginning of any Silo interaction.
* [Revitalized Stalk](/almanac/protocol/glossary.md#revitalized-stalk) are Stalk that have vested for pre-exploit Silo Members. Revitalized Stalk are minted as the percentage of [Fertilizer](/almanac/protocol/glossary.md#fertilizer) sold increases. Revitalized Stalk does not contribute to Stalk ownership until [Enrooted](/almanac/protocol/glossary.md#enroot).
* [Revitalized Seeds](/almanac/protocol/glossary.md#revitalized-seeds) are Seeds that have vested for pre-exploit Silo Members. Revitalized Seeds are minted as the percentage of Fertilizer sold increases. Revitalized Seeds do not generate Stalk until Enrooted.

The third module provides information on Deposits categorized by asset. This module can be switched between USD and BDV by selecting your wallet address, "Settings", and choosing a "Fiat display" option.

* The "Rewards" column shows the number of Stalk and Seeds per Bean denominated value (BDV) Deposited. Hover over the column to see the BDV of each asset.
* See [Understand vAPY](/almanac/guides/silo/understand-silo-vapy.md) for details on the Variable APY calculation.
* "TVD" is the Total Value Deposited from all Depositors.  Unripe Assets are scaled by the USD value of the underlying Beans or LP as recapitalized through the [Barn](/almanac/farm/barn.md).
* The "Amount Deposited" is your amount of Beans or LP Deposited. Note that one unit of LP is not expected to be equal to one Bean. See the current BDV under the "Rewards" column.
* The "Value Deposited" is the value of your Deposits in USD or BDV. Unripe Assets are calculated after the Chop Penalty.


---

# 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/understand-silo-deposit-performance.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.
