# 使用 RitMEX 添加流动性

### Meteora 简介

RitMEX 集成了 Meteora 的 DLMM 功能。

<figure><img src="/files/ZqpmHBxXzeVYkQiUhNyl" alt=""><figcaption></figcaption></figure>

Meteora 是目前 Solana 链上排名第二的去中心化交易平台。

Meteora 提供的 DLMM 服务与传统 AMM 相比，提供了滑点更低，深度更好的交易资金池。

使用 Meteora 兑换交易代币可以享受更好的深度和更稳定的价格。

在 Meteora 资金池中添加流动性，可以在承担更少无常损失的前提下赚取更可观的手续费。

### 使用说明

{% embed url="<https://youtu.be/ZHZCfqO2nmw>" %}
视频教程
{% endembed %}

我们以 VINE-SOL 交易对为例：

1. 输入你想提供流动性的 VINE 代币的数量
2. 点击 **确认添加流动性** 在钱包中确认交易即可

补充说明：

1. RitMEX 会自动帮你计算出同等价值的 SOL 代币的数量，你也可以关闭自动计算功能；
2. RitMEX 会自动帮你计算最优的流动性提供价格区间，你可以在页面中的K线图中预览；
3. 你可以把 DLMM 理解为链上的网格交易服务，这里的上下限就等同于网格交易的价格区间;
4. 你可以输入任意数量的 VINE 和 SOL 代币，不一定要完全等值；
5. 你可以单独提供 VINE 代币，这样相当于随着价格上涨逐步止盈卖出为 SOL；
6. 你也可以单独提供 SOL 代币，这样相当于随着价格下跌逐步抄底 VINE；
7. 提供流动性时发生的每一笔交易你都可以赚取而非支付手续费；
8. Meteora 会自动把你提供的代币均匀分配到每一个网格中，你提供的 SOL 会设置为网格中的买单，VINE 会设置为网格中的卖单。

<figure><img src="/files/RnhFLJoUqmunUWdi8F0o" alt=""><figcaption></figcaption></figure>


---

# 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/liquidity.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.
