> For the complete documentation index, see [llms.txt](https://docs.bsc.lista.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsc.lista.org/zh-cn/kai-fa-zhe/lista-lending/smart-contract.md).

# 智能合约

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

## BNB 智能链 (BSC)

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

## 以太坊

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bsc.lista.org/zh-cn/kai-fa-zhe/lista-lending/smart-contract.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
