> 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/readme.md).

# 产品

Steakhouse Financial 构建并运营面向稳定币和加密资产收益的链上金库产品。产品按风险授权划分（Prime 面向机构级，High Yield 面向增强收益，Turbo 面向杠杆策略），并按流动性特征划分（Instant 为可变利率且可立即赎回，Term 为固定利率且带有赎回时间锁）。本节涵盖策略构建模块、现有金库产品线、合作集成，以及驱动 Steakhouse 金库的开源基础设施。

本节概述我们核心产品线的详细信息和文档：

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">封面图</th></tr></thead><tbody><tr><td><i class="fa-lightbulb-on">:lightbulb-on:</i></td><td><strong>稳定币产品详解</strong></td><td>了解 DeFi 策略的关键要素</td><td><a href="/pages/5354b8da4aa704e531de16a3bf968e27b9d77bde">/pages/5354b8da4aa704e531de16a3bf968e27b9d77bde</a></td><td><a href="/files/6c0cb81a6275673e1d87a00e34514417a363d6af">/files/6c0cb81a6275673e1d87a00e34514417a363d6af</a></td></tr><tr><td><i class="fa-vault">:vault:</i></td><td><strong>Steakhouse 金库产品</strong></td><td>Steakhouse 金库产品概览</td><td><a href="/pages/db8f3faaa7e57ab61e074a9d2b7a6666cdc02678">/pages/db8f3faaa7e57ab61e074a9d2b7a6666cdc02678</a></td><td><a href="/files/3d8303b20f1e73bc98e0efd5663755a029c2a9df">/files/3d8303b20f1e73bc98e0efd5663755a029c2a9df</a></td></tr><tr><td><i class="fa-coin-front">:coin-front:</i></td><td><strong>Steakhouse x Coinbase DeFi Lend</strong></td><td>Steakhouse 的 Coinbase USDC DeFi Lend 概览</td><td><a href="/pages/26c3c462dacec569b35ee24fd9e92384c26c09e4">/pages/26c3c462dacec569b35ee24fd9e92384c26c09e4</a></td><td><a href="/files/c5249f5779c80b62af7a9c153267570dbe313a60">/files/c5249f5779c80b62af7a9c153267570dbe313a60</a></td></tr><tr><td><i class="fa-glasses-round">:glasses-round:</i></td><td><strong>Morpho 预言机工具</strong></td><td>Steakhouse 公共预言机工具（MetaOracle）文档</td><td><a href="/pages/168ee187c6f945c6a1ed7698457f1e1e33e91082">/pages/168ee187c6f945c6a1ed7698457f1e1e33e91082</a></td><td><a href="/files/9b87aa83a6e24a701ebcaa5500fa8ed8b3d197ee">/files/9b87aa83a6e24a701ebcaa5500fa8ed8b3d197ee</a></td></tr><tr><td><i class="fa-box">:box:</i></td><td><strong>Box 金库</strong></td><td>Steakhouse 定制 Morpho Vault v2 适配器文档</td><td><a href="/pages/3450a1d4aebff0b5195499f0d2eb408aa8a2469c">/pages/3450a1d4aebff0b5195499f0d2eb408aa8a2469c</a></td><td><a href="/files/2775b4eae1453e62bff5d1b0dcb27acffc2b83e5">/files/2775b4eae1453e62bff5d1b0dcb27acffc2b83e5</a></td></tr><tr><td><i class="fa-grid-2-plus">:grid-2-plus:</i></td><td><strong>Steakhouse 应用</strong></td><td>Steakhouse 前端体验文档</td><td><a href="https://app.steakhouse.financial/">https://app.steakhouse.financial/</a></td><td><a href="/files/2510ca4eaf76d2da94b42ac26f76542e23f7b70c">/files/2510ca4eaf76d2da94b42ac26f76542e23f7b70c</a></td></tr></tbody></table>


---

# 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/readme.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.
