> For the complete documentation index, see [llms.txt](https://bananatoolsssq.gitbook.io/fa-bi-gong-ju/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bananatoolsssq.gitbook.io/fa-bi-gong-ju/tron/sunswap.md).

# SunSwap流动性池子教程

[SunSwap](https://sunswap.com/#/home) 是波场（TRON）链上最大的去中心化交易所（DEX），集代币兑换、流动性挖矿、稳定币质押、平台治理等功能于一体。几乎所有 TRC20 通证若想在链上进行流通交易，都需在 SunSwap 创建流动性池。SunSwap 的前身是 JustSwap，后被 SUN 团队收购并更名为 SunSwap。

{% hint style="info" %}
SunSwap 官方网站：[https://sunswap.com/](https://sunswap.com/#/home)
{% endhint %}

本教程将手把手教你如何通过电脑操作，在 SunSwap 上创建一个自己的流动性池，也就是我们常说的“加池子”。

## **一、找到SunSwap平台**

1. 打开官网：[https://sunswap.com/](https://sunswap.com/#/home)
2. 点击**左下角语言切换按钮**，将界面语言设置为中文。

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

之后，我们点击左上方的连接钱包按钮

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

会出现不同的钱包让你选择，我们默认选择TronLink波宝钱包。如果您还没有下载安装钱包插件，可参考 → [波宝钱包TronLink安装教程](https://docs.bananatool.com/tron/tronlink)

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

选择 TronLink 后，浏览器会弹出钱包授权窗口。勾选要连接的钱包地址并点击“连接”。

<figure><img src="/files/884LbqmQjPItMsYluObF" alt=""><figcaption></figcaption></figure>

连接成功后，页面左上角将显示你的钱包地址和余额。

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

## **二、添加流动性（创建资金池）**

在添加流动性之前，请注意 SunSwap 存在不同版本的资金池。

| 版本 | 特点说明                |
| -- | ------------------- |
| V1 | 仅支持 TRX 交易对，不推荐使用   |
| V2 | 目前最主流、结构清晰、用户最多     |
| V3 | 提供集中流动性等高级功能，适合专业用户 |

👉 **建议使用 V2 版本进行操作。**

在V2版本的基础上，我们点击主页面的**资金池**按钮

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

然后选择要创建的交易对。上面那里选择USDT或者TRX，下面就选择您要做池子的代币

<figure><img src="/files/5OULDs27VidvQ8nZ7uvL" alt=""><figcaption></figcaption></figure>

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

确认交易对后，输入你希望投入池子的两个代币数量，并设置初始价格。

> 💡 **价格参考**：如果你提供了 10 USDT 和 10 个代币，则系统会自动设定代币价格为 1 USDT。

<figure><img src="/files/5dq1YNjW3dz13PSUobQP" alt=""><figcaption></figcaption></figure>

确认数量无误之后，点击提供按钮，钱包确认就可以了。

{% hint style="info" %}
注意：加池子可能需要消耗大量的能量或TRX，建议预留最少1000TRX在钱包里，以防止加池失败。即便加池失败，也会扣除TRX，所以请谨慎操作
{% endhint %}

如有其他疑问，欢迎加入官方 Telegram 社群获取帮助：

&#x20;📢   <https://t.me/BananaTools>


---

# 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:

```
GET https://bananatoolsssq.gitbook.io/fa-bi-gong-ju/tron/sunswap.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.
