> For the complete documentation index, see [llms.txt](https://docs.bsc.lista.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsc.lista.org/zh-cn/kai-fa-zhe/multi-oracle.md).

# 多预言机

## **弹性预言机简介**

之前，ListaDAO 仅依赖 Atlas Oracle、ChainLink Price Feed、RedStone Oracle 和 API3 Oracle 来获取价格数据。虽然这种设置大多数情况下是可靠的，但它存在单点故障的问题。没有备份验证系统，错误或过时的价格可能会导致不必要的清算或借款金额膨胀的问题。

为了降低这些风险，我们实施了 Resilient Price Oracle，这是一个更先进的系统，它聚合多个来源的数据进行交叉验证。这个新的预言机使用一种算法比较和验证来自不同来源的价格，确保更高的准确性和可靠性。ListaDAO 上的抵押资产正在逐步过渡到 Resilient Oracle 解决方案。

此外，升级后的预言机基础设施允许实时添加新的价格预言机，并提供灵活性，根据需要为特定代币激活或停用预言机。

## 抵押品配置

抵押品定价配置分为两个页面，均由上述的 Resilient Oracle 定价：

* [标准抵押品](/zh-cn/kai-fa-zhe/multi-oracle/multi-oracle-standard.md) — BNB Chain 和 Ethereum Chain 的抵押品。
* [bStock 抵押品](https://github.com/lista-dao/gitbook/tree/zh-CN/for-developer/multi-oracle-bstock.md) — 代币化股权（bStock）抵押品。


---

# 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.bsc.lista.org/zh-cn/kai-fa-zhe/multi-oracle.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.
