# 对流动性池的理解

如果你是BSC或DeFi的新手，流动性池可能是一个复杂的概念。我会尽我所能帮助你简单地理解。

流动性池是智能合约中的代币池。如果您要创建一个DAI和BUSD池，其中1 DAI=1 BUSD，那么您将拥有相同数量的代币，比如说在您存款时池中有1000个代币（1000 DAI和1000 BUSD）。

![](/files/EYIFGpjIbhP5HqxfQMY6)

如果交易者A将100 DAI兑换为100 USDB，您的池中将有1,100 DAI和900 BUSD，因此BUSD的价格会略微偏低，以鼓励另一位交易者将BUSD兑换为DAI，并将池平均返回相同 1：1的比例。

您可以查看每个池的这些详细信息，这是您在存款时可以利用到的一些信息。

### **What are the pools in Belt.fi?**

![](https://uploader.shimo.im/f/fMyhTBYgdcF6d8Rt.png!thumbnail)

在Belt.fi中，所有tokens或LP tokens都可以被池化。 池的组成由通过AMM支持滴交易费和低滑点的具有相同来源或相同价值的tokens和 LPs。 我们协议中最好的组合将产生更多的收益，并为Belt.fi集合流动性提供者带来更多的激励。 其中一些池可能包含以下几种：

* 即时交换协议（如PancakeSwap）LP池
* 具有借贷协议（如Venus）token池的保险库
* 抵押资产和资产（如ETH-BETH）
* tokens+pool tokens（例如VAI-Venus池）池
* 具有AMM利润的非收益非永久性损失稳定保险库

种类繁多的池类别为每个用户提供了众多选择。 AMM激励并非唯一选择。 池可以由bToken组成，从而激励用户将钱存入单面保险库并无需依赖AMM费用返还进行BELTtoken的挖矿。

Belt.fi致力于为用户提供最大的可能性。 随着BSC DeFi生态系统的不断发展，不采用单一策略（例如AMM或自动组合）会建立一个具有多个策略并发工作的领域，从而获得最大收益。


---

# 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.belt.fi/belt-finance-zh-cn/understanding-belt/understanding-liquidity-pools.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.
