# 市场

市场是一个独立的借贷池，将一个抵押资产与一个贷款资产配对（例如：slisBNB/BNB）。每个市场独立运作，隔离风险以防止溢出，并在启动后保持不变。每个金库中的资产可以与多个市场配对。创建市场是无需许可的。

#### 无需许可的市场创建

Lista Lending 的一个突出特点是其无需许可的市场创建，使用户能够部署具有个性化关键参数的独立借贷市场。这种方法与传统借贷平台不同，并通过赋予用户自定义市场的能力而改变了范式，无需中央监管。

与传统借贷协议不同，传统借贷协议要求对资产上市或调整参数进行治理批准，并将资产聚集到一个共享池中，将风险分布到整个协议中，Lista Lending 允许市场独立运作，参数在创建时设置，并通过其可升级的金库系统灵活管理。

#### 市场创建机制

在 Lista Lending，可以在指定后创建市场：

* 贷款资产：要借出或借入的资产（例如，lisUSD）。
* 抵押资产：用于保障贷款的资产（例如，slisBNB）。
* 清算贷款价值比（LLTV）：根据贷款和抵押资产，这可能高达90%以上或低至50%。
* 预言机：Chainlink、Binance Oracle、Redstone、API3
* [利率模型](https://docs.bsc.lista.org/zh-cn/jian-jie/lista-lending/interest-rate-model-irm)：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/jian-jie/lista-lending/markets.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.
