# 常见问题

1. 确认添加流动性后我没有看到我的仓位是怎么回事？

Solana 网络需要 10-30 秒左右确认 Meteora DLMM 仓位的创建。RitMEX 会在交易发起后 10秒 和 30秒自动刷新一次，如果没有看到你的仓位可以手动刷新页面，如果超过 1分钟以上没有创建成功，可以尝试再次提交交易，未上链的交易不会产生任何费用，请放心使用。

2. 为什么我需要支付的 SOL 比我实际填写的多？

创建 DLMM 流动性仓位需要占用 Solana 的网络资源，你需要付出大概 0.05 SOL 作为租金，这部分租金会在平仓时全额返还。

3. 我看到资金池显示的 24小时收益很多都超过 20%，真的有这么高吗？

DLMM 可以高效利用资金池内的资金，我们可以看到很多交易池的交易量是流动性的4-5倍，假设某一代币当天的所有交易都发生在你提供流动性设定的范围内，你确实能够赚取到单日 20% 以上的收益。

4. 我一个炒Meme币的赌鬼，为什么要提供流动性？

假设你在 2025年1月份以 0.3$ 的价格购买了 VINE 代币，它第一天从 0.3$ 暴跌到 0.1$，这一波你只是单纯持币的话大概率是亏麻了或者止损了。

但如果你买入之后将 VINE 代币存入流动性池，你可以在前两个交易日每天赚取到最高本金 30% 以上的手续费，并且在第二天从 0.1$ 反弹到 0.4$ 的过程中，你的流动性仓位会逐步兑换成 SOL 稳定止盈。

不提供流动性，只要代币价格下跌，亏损即刻发生；提供流动性，只有当价格跌幅超过你每日赚取的手续费收益后才会亏损。


---

# 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.ritmex.one/quick-start/faq.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.
