> For the complete documentation index, see [llms.txt](https://docs.rosswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rosswap.com/zh/product/add.md).

# 添加流动性

## 步骤一

先准备好FON矿工费以及你想要添加流动性矿池的币种，通过去中心化钱包浏览器进入ROSSWAP到“<mark style="color:purple;">流动池</mark>”界面。

进入到<mark style="color:purple;">流动池</mark>页面后，点击“导入流动池”按钮，进入到导入流动池页面。

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

## 步骤二

进入到导入流动池页面后，选择好你想要添加的币种交易对，并点击下方的<mark style="color:purple;">**“注入流动资金”**</mark>

进入注入流动资金页面后，输入好你想要注入的流动池数额，并点击下方的“供应”按钮，并进入到确认供应页面。

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

## 步骤三

进入到确认供应页面后，点击“确认供应”按钮后，按要求输入密码确认，提交供应即可。

流动池供应提交后，先等待区块确认完成，然后刷新ROSSWAP<mark style="color:purple;">流动池</mark>页面，如果出现 “流动池交易对” 数据，就说明本次添加流动性矿池成功了，你就可以享受矿池所带来的分红了。

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


---

# 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.rosswap.com/zh/product/add.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.
