# 智能合约

Lista Lending 是一个去中心化借贷协议，允许用户借贷各种资产。以下合约管理核心借贷功能、利率模型、金库操作和跨协议的奖励分配。

## BNB 智能链 (BSC)

| 文档                                                                                                  | 描述                                                                                                          |
| --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [核心合约](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-bsc-core.md)          | Moolah, Vaults, Providers, Liquidators, IRM, TimeLock, MoolahVaultManager, MarketFactory, PositionManager 等 |
| [借贷经纪人](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-bsc-brokers.md)      | LendingBroker 市场, BrokerInterestRelayer, 利率计算器                                                              |
| [智能借贷](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-bsc-smart-lending.md) | StableSwap 池, SmartProvider (LP 抵押品)                                                                        |
| [预言机](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-bsc-oracles.md)        | PTLinearDiscountOracle 变体                                                                                   |
| [信用](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-bsc-credit.md)          | CreditToken, CreditBroker, MoolahVault (信用金库)                                                               |

## 以太坊

| 文档                                                                                          | 描述                                                |
| ------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| [以太坊合约](/zh-cn/kai-fa-zhe-zhuan-qu/lista-lending/smart-contract/smart-contract-ethereum.md) | Moolah, Vaults, Liquidators, Oracles, ETHProvider |


---

# 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/smart-contract.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.
