> For the complete documentation index, see [llms.txt](https://docs.rome.builders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rome.builders/zh/rome-shang-de-ying-yong/oracle-gateway.md).

# Oracle Gateway 门户

Oracle Gateway 门户是 Rome 的面向客户的界面， [Oracle Gateway](/zh/chan-pin/oracle-gateway.md) — 一个通过兼容 Chainlink 的接口公开 Pyth 和 Switchboard 价格数据源的系统，并由 keeper 保证数据新鲜度。

请使用该门户浏览已注册的数据源，并按链配置消费者： [oracle.testnet.romeprotocol.xyz](https://oracle.testnet.romeprotocol.xyz/).

## 涵盖内容

* **已注册的数据源** — 每条链上的价格数据源，以及它们的来源和新鲜度窗口。
* **消费者配置** — 将合约连接起来，通过 Chainlink 读取某个数据源 `AggregatorV3Interface`.

有关该接口的详细信息、适配器架构，以及 keeper 如何保持数据源新鲜，请参阅 [Oracle Gateway 产品页](/zh/chan-pin/oracle-gateway.md)。已部署的适配器地址以 [注册表](https://github.com/rome-protocol/rome-registry).


---

# 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.rome.builders/zh/rome-shang-de-ying-yong/oracle-gateway.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.
