# 出借

您可以通过以下两种方式在 Backpack 开始出借资产：

## **方法 1 - 手动借贷**

您可以通过“借贷”页面手动将资产存入出借池。所有出借产生的利息会自动复利计入您的余额。

## **方法 2 - 自动借贷**

自动出借是一个子账户级设置，开启后，子账户中的所有可用资产都会自动存入借贷池。当自动出借开启后，您只需向子账户充值或买入符合出借资格的资产，系统就会自动完成出借，无需手动操作。

{% embed url="<https://youtu.be/mmXxsskD-ao?si=dOXeKoQymZ1kDJPN>" %}

## **赎回**

为了提供最流畅和灵活的用户体验，无论是否开启自动出借，系统都会在可能的情况下自动赎回出借资产（具体规则见下方说明）。您可以通过以下方式赎回资产：

1. **现货交易自动赎回** - 如果您正在出借USDC并想买入BTC，系统会自动从出借池赎回USDC用于支付交易资金。
2. **提币时自动赎回** - 您也可以直接提取已出借的资产，无需手动赎回。提币时，系统会自动从出借池赎回相应资产并处理提现。
3. **手动赎回** - 如果您不打算继续出借，但也不需要立即交易或提币，可以直接在“借贷”页面中手动赎回资产。（仅在自动出借关闭时可用）

**重要说明:** 您可以赎回已出借资产的前提是：该资产的当前利用率允许赎回操作。为了防止某个资产的利用率达到100%，Backpack 设置了一个利用率上限阈值：当利用率触及该阈值时，系统将暂停所有赎回和新的借款操作；直到更多资产被存入借贷池，或已有借款人归还部分借款，使得利用率回落至阈值以下。更多细节将在后续章节详细说明。


---

# Agent Instructions: 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:

```
GET https://guide.backpack.exchange/cn/jie-dai/chu-jie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
