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

# Coinbase DeFi Lend

{% hint style="success" %}
Steakhouse 是 Coinbase 的 DeFi Lend 集成的独家合作伙伴
{% endhint %}

Steakhouse Financial 是 Coinbase 的 DeFi Lend 集成的独家金库合作伙伴。Steakhouse Financial 金库产品可在 Coinbase 中使用，USDC 持有者可借助 Coinbase 的 Smart Wallet 基础设施，以非托管方式与 Base 上的 DeFi Lending Vaults 交互。

以下文档概述了用户在通过 Coinbase 使用 Steakhouse USDC 时所接触到的一些策略。

{% hint style="info" %}
有关与 Coinbase 加密资产抵押借贷产品交互的更多信息和支持，请参阅 Coinbase 的支持文档：

* [加密资产抵押借贷简介](https://help.coinbase.com/en/coinbase/trading-and-funding/loan/lending-intro?query=defi%20lend)
* [出借您的 USDC](https://help.coinbase.com/en/coinbase/trading-and-funding/loan/lending-usdc)
* [从 Lend vault 提取 USDC](https://help.coinbase.com/en/coinbase/trading-and-funding/loan/withdraw-from-morpho-vault)
* [领取借贷奖励](https://help.coinbase.com/en/coinbase/trading-and-funding/loan/claim-lending-rewards)
* [去中心化协议集成服务条款](https://www.coinbase.com/legal/onchain-integration/terms-of-service)
  {% endhint %}


---

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