# 借贷

* ​[出借](/technical-docs/cn/jie-dai/chu-jie.md)​
* ​[借款](/technical-docs/cn/jie-dai/jie-kuan.md)​
* ​[利用率与利率](/technical-docs/cn/jie-dai/li-yonglyu-li-l.md)​
* ​[强平机制](/technical-docs/cn/jie-dai/feng-xian.md)​

***

Backpack 提供一个跨链资金市场，用户可以在其中出借或借入多种资产。用户可以从任何链存入资产，直接参与统一借贷池的出借；借款人可以使用抵押资产借款，并直接提取至任意支持的网络，无需跨链桥。这一跨链资金市场是 Backpack 保证金系统的核心组成部分，它让用户能够以最高的资金效率参与交易。

出借人可以将资产存入借贷池赚取利息，其他用户可以从借贷池中借入资产用于以下用途：

1. 现货杠杆交易
2. 永续合约交易中的USDC结算
3. 从交易所提币

与大多数中心化交易所不同，Backpack 的利率由透明的利用率模型决定。用户可以随时在“借贷”页面查看每种资产的实时利用率和利率。利用率代表某个市场中已借出资产占总出借资产的比例；利用率越高，说明借款需求越强，对应借款利率越高；利率按小时计算并支付。

为了保护出借人的资产安全，所有借款都必须满足 Backpack 的保证金要求，并受到实时强平系统的监控。用户在借款时，必须符合必要的抵押条件；一旦用户的保证金率（Margin Fraction）低于系统要求，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://support.backpack.exchange/technical-docs/cn/jie-dai.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.
