# 自动做市（AMM）

BenSwap (smartBCH) 的交易费是很低的，大部分奖励给流动性提供者。

总交易费率是0.2%，其中0.15%给予流动性提供者，仅0.05%进入BenSwap开发团队账户。

### 上币

建议您使用我们的[SEP-20铸币工厂](/zhong-wen/features/sep-20-factory.md)来产生代币，从而减轻我们审核代币合约的负担，同时用这种方法可能会加快您的上币速度。

请使用以下的步骤来上币。

#### 元数据和图标

步骤1：克隆代码仓库 (<https://github.com/BenTokenFinance/benswapbch-assets>)。

步骤2：在\assets文件夹下面添加一个新文件夹并用您的代币合约地址来命名。

步骤3：在新文件夹内添加代币元数据 (info.json)。

步骤4：在新文件夹内添加代币图标 (png)。

步骤5：提交合并请求并耐心等待我们的审核。

#### DEX默认列表

先决条件：请确认已用以上步骤为该代币添加了元数据和图标。

步骤1：克隆代码仓库 (<https://github.com/BenTokenFinance/benswapbch-assets>)。

步骤2：将你的代币信息添加到DEX默认列表 (dexdefault.json)。

步骤3：提交合并请求并耐心等待我们的审核。

#### 需要帮助？

如果您需要额外的帮助，或者想了解您的合并请求的审核情况，请加入电报群 (<https://t.me/benlisting>)。

### 合约

LP工厂：0x8d973bAD782c1FFfd8FcC9d7579542BA7Dd0998D

AMM路由器：0x0c1Cb50D5eEd1beA4b4dD62B6368C0CA63AbaC11


---

# 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.benswap.cash/zhong-wen/features/amm.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.
