# Lista Lending

## 概览

Moolah 是 Lista DAO 在 BNB Smart Chain 上的去中心化借贷协议，品牌名为 Lista Lending。它由 Morpho 提供动力，并建立在 Morpho Blue 智能合约上。

Moolah 扩展了标准的 Morpho 市场架构，增加了 Lista 特有的控制和集成，包括最低贷款额度、弹性的预言机路由、协议级的重入保护、可升级性以及基于角色的访问控制。

此外，它支持两种外部系统的集成模式：

* 用于抵押品处理和资产转换的提供者合约
* 用于精选市场访问和固定期限/固定利率借贷流程的经纪合约

## 内容

* [协议扩展](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/protocol-extensions.md)
* [集成模式](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/integration-patterns.md)
* [智能合约](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract.md)
  * [BSC 核心](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-bsc-core.md)
  * [BSC 借贷经纪](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-bsc-brokers.md)
  * [BSC 智能借贷](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-bsc-smart-lending.md)
  * [BSC 预言机](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-bsc-oracles.md)
  * [BSC 信用](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-bsc-credit.md)
  * [以太坊](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-ethereum.md)


---

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