# 价格预言机

Solv集成了[RedStone](https://redstone.finance/)预言机，以维护SolvBTC及其流动性质押代币 (LST) 的价格安全，确保其始终与原生资产价格挂钩。

Redstone是一种模块化预言机，可在多种模型中提供频繁更新、可靠且多样化的数据源。 Solv采用Push模型，根据设定条件 (heartbeat intervals和deviation thresholds) ，通过中继器将数据推送到链上存储。


---

# 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://www.docszh.com/solv-docs/solvbtc.lsts/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.
