> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-monad/monad-faq.md).

# Monad 常见问题解答

#### 1. PancakeSwap 流动性池上有哪些费率档位可用？

**支持的费率档位：**

* 以下费率档位适用于 V3（集中流动性）池：`0.01%, 0.05%, 0.25%, 1%`
* 对于 V2 池，仅支持 0.25% 费率档位的池

#### 2. 任何人都可以创建池吗？

可以。池的创建是无需许可的，但有几个例外：

* 对于给定的**代币对 + 费率档位**组合，只能存在一个池（例如，同一时间只能存在一个 WMON <> USDC 0.05% 池）

#### 3. 新创建的池需要多长时间才能显示出来？

* 池通常在创建后约 **5 分钟**出现在池列表中。
* 如果它没有出现：
  * 使用**搜索栏**手动查找它。
  * 池可能因 **TVL 过低**而被从列表中过滤掉。

#### 4. 为什么我的池的 APR 或 TVL 仍然显示为零？

这在新池刚创建后是正常现象：

* APR 和 TVL 数据只有在池中发生**至少一次兑换**后才会填充。
* 兑换后，这些指标将在大约 **15 分钟**内开始显示。

#### **5. 为什么当我的钱包中 MON 少于 10 个时，我的交易有时会失败？**

Monad 有一条规则，即每个账户都应保留 **10 MON 的最低安全缓冲额**。如果你的余额较低且过快地发送过多交易，网络可能会**停止接受新交易**。

#### **6. 为什么前 1-2 笔交易能成功，但接下来的就失败了？**

Monad 使用稍微"滞后"的余额视图来处理区块。因此：

* 你的**第一笔**交易通常没问题。
* 你的**第二笔**可能也能通过。
* 但如果你在短时间内发送**多笔交易**，网络会认为你可能没有足够的 MON 来支付所有 gas 费。

因此它会**阻止**下一笔交易。这是正常的，是安全系统的一部分。

#### **7. 为什么对智能账户（合约钱包）感觉更严格？**

智能账户遵循**更严格的规则**：

* 在运行合约代码时，它们必须**始终**保留至少 **10 MON**。
* 如果你的智能账户低于 10 MON，交易可能会**立即回滚**，即使 EOA 仍然可以进行几笔 tx。

这就是为什么智能账户用户会更早遇到失败。

#### **8. 这是否意味着我不能用少于 10 MON 来使用 Monad？**

你\_仍然\_可以使用它，尤其是使用普通的 EOA——但是：

* 不要连续发送多笔交易。
* 在交易之间等待几个区块。
* 在你的钱包中保留少量 MON 以避免问题。

#### **9. 我如何避免这些失败？**

简单的提示：

* 如果可能的话，在你的钱包中保留 **10 MON 或更多**。
* 如果你的 MON 不足，请**拉开你的交易间隔**（不要刷屏式发送）。
* 智能账户用户应保留**比 10 MON 多一点**，因为合约调用会使用额外的 gas。


---

# 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.pancakeswap.finance/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-monad/monad-faq.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.
