> For the complete documentation index, see [llms.txt](https://docs.sierra.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sierra.money/overview/price-oracle.md).

# Price Oracle

The Sierra Protocol has been built to update the mint and redeem price every 30 minutes as yield accrues in the underlying vaults. This process runs continously and triggers an onchain update provided sufficient yield has accrued. Once updated, the "exchangeRate" function in the SIERRA token smart contract on Avalanche reflects the new value. This updated exchange rate is the prevailing price used for Authorized Participants minting and redeeming SIERRA.

We have partnered with [Redstone](https://www.redstone.finance/), a leading oracle provider, to publish SIERRA's mint and redeem price or "fundamental value" onchain. This data can be ingested by lending markets, curators and others to support SIERRA being used as collateral. Check out SIERRA's data on Redstone here: <https://app.redstone.finance/app/token/SIERRA_FUNDAMENTAL/>.


---

# 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:

```
GET https://docs.sierra.money/overview/price-oracle.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.
