> For the complete documentation index, see [llms.txt](https://steakhouse.financial/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://steakhouse.financial/docs/products/zh/infrastructure.md).

# 基础设施

Steakhouse Financial 为 Morpho 及更广泛的 DeFi 生态开发基础设施工具。一些工具实现了 Morpho 的 `IOracle` 接口，而另一些则面向类似 Chainlink 的接口或其他标准。

当前产品包括 MetaOracle，它通过偏差检查和时间锁切换，在主预言机与备用预言机之间进行选择；以及 Box Vaults，这是一个面向 Morpho v2 金库的自定义适配器，允许将资金分配到 Morpho 借贷之外的任意策略，同时保留非托管性保护机制。

### 可用工具

* [MetaOracle（偏差时间锁）](/docs/products/zh/infrastructure/metaoracle.md)：通过偏差检查和时间锁切换，在主预言机与备用预言机之间进行选择。
* [Box Vaults](/docs/products/zh/infrastructure/box-vaults.md)：面向 Morpho v2 金库的自定义适配器，允许将资金分配到 Morpho 借贷之外的任意策略，同时保留强大的非托管性保护机制和自动化
* [Supervisor v2](/docs/products/zh/infrastructure/supervisor-v2.md)：面向 Morpho v2 金库的自定义 Sentinel，将 Guardian 的概念重新引入 Morpho v2 金库，并且相较于标准 Sentinel 角色提供更广泛的配置能力


---

# 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://steakhouse.financial/docs/products/zh/infrastructure.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.
