# 集成模式

Moolah 支持两种外部集成模式。它们在借贷堆栈的不同层上操作。

| 模式            | 目的                                      | 典型用途                                                    |
| ------------- | --------------------------------------- | ------------------------------------------------------- |
| 提供者（Provider） | 处理抵押品存取流程、资产转换以及可选的 `slisBNBx` 铸造/销毁回调。 | `slisBNB` 抵押品，Lista StableSwap LP 抵押品，WBNB 金库集成，信用流程的部分 |
| 经纪人（Broker）   | 策划访问一个或多个市场并处理贷款起始逻辑。                   | 固定期限/利率的借贷产品，信用贷款                                       |

## 提供者集成

提供者位于用户和 Moolah 核心之间，针对特定的抵押品类型。用户不直接调用 Moolah，而是调用提供者合约，这些合约规范资产并将抵押品路由到目标市场。

| 提供者               | 抵押品类型                  | `slisBNBx` 铸造 |
| ----------------- | ---------------------- | ------------- |
| `SlisBNBProvider` | `slisBNB` 流动性质押代币      | 是             |
| `SmartProvider`   | Lista StableSwap LP 代币 | 是             |
| `BNBProvider`     | 原生 BNB 包装成 WBNB        | 否             |
| `CreditBroker`    | Lista 信用代币             | 否             |

## 经纪人集成

经纪人是为策划产品提供贷款起始的层。与提供者不同，经纪人专注于条款、利率和借款人资格，然后将调用路由到 Moolah。

在许多经纪人市场中，基础市场利率在 Moolah 中初始化为零，经纪人级逻辑应用特定产品的借款行为。

| 经纪人类型 | 产品                | 关键差异                             |
| ----- | ----------------- | -------------------------------- |
| 借贷经纪人 | Lista 固定期限和固定利率市场 | 使用 `FixedRateIRM` 而不是基于利用率的自适应曲线 |
| 信用经纪人 | Lista 信用贷款        | 支持低抵押借款与信用限额门控                   |


---

# 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://docs.bsc.lista.org/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/integration-patterns.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.
