# Understand the Bean Price

Beanstalk uses credit instead of collateral to create Bean price stability relative to its value peg of $1. In practice, this means the protocol incentivizes the regular oscillation of the Bean price above and below its peg. The Bean price will almost never be exactly equal to its peg. Read more about [how Beanstalk works](/almanac/introduction/how-beanstalk-works.md) or an in-depth overview of the [peg maintenance mechanism](/almanac/peg-maintenance/overview.md).

You can view the current Bean price in US dollars at the upper left corner of [app.bean.money](https://app.bean.money/).

![](/files/EPa7bxzm2toNCT1e78tm)

Selecting the Bean price displays more detail of the liquidity pools that Beans trade in.

![](/files/2zJmOqDRhC4U8JNQ3MHm)

The detail view shows the:

* USD denominated price of Bean in the liquidity pool;
* USD denominated total liquidity in the liquidity pool, including non-Bean assets; and
* deltaB, the shortage or excess of Beans in the liquidity pool. Read more about how deltaB impacts the [Bean supply](/almanac/peg-maintenance/overview.md#bean-supply) and [Soil supply](/almanac/peg-maintenance/overview.md#soil-supply).


---

# 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/sun/understand-price.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.
