# SEP-20 铸币工厂

![](/files/EX4TkcCdsguIcxdW0wg4)

BenSwap的SEP-20铸币工厂可以实现快速创建和管理您自己的SEP-20代币的功能。

BenSwap的SEP-20铸币工厂的优点是什么？

1. 高度可定制和可拓展：BenSwap铸币工厂的设计方式可以很容易插入新的模板，以提供更多的选项来定制您的代币。
2. 安全性高：通过使用一系列模板合约来创建代币，可以减小跑路的风险（比如利用合约中出人意料的函数）；同时避免了对链上的每个代币合约进行验证。
3. 透明度高：在SEP-20铸币工厂中创建的代币，其所有属性都显示在代币浏览器中，任何人都可以在没有编码技能的情况下进行检查。
4. 使用简单：您可以在不需要任何编码技能的情况下创建复杂的代币（一切都在BenSwap的SEP-20铸币工厂上完成）。
5. 费用低：无需斥巨资聘请开发人员。

### 常见问题

#### 我怎么创建我的代币？

请按照“创建”页面上的步骤生成新的代币。

#### 目前创建代币的费用是多少？

10 EBEN。

*100%的费用将直接燃烧无法退还！*

#### 我怎么获得我的代币地址或公共链接？

您可以在您的代币下方复制代币地址或公共链接。

![](/files/iCwvGTExHdqMf4VLqxaV)

### 代币模板

* 基础
* [流动性制造者](/zhong-wen/features/sep-20-factory/liquidity-generator.md)
* [年金](/zhong-wen/features/sep-20-factory/annuity.md)
* [多方铸造](/zhong-wen/features/sep-20-factory/multimint.md)
* [铭文](/zhong-wen/features/sep-20-factory/inscriptions.md)

### 合约

SEP-20工厂：0x73410fa5CE7401272055a45DCaff7170D343433a

SEP-20 代币模板 - 基础代币：0xE8280F2cd8728DA467c8Ec101241ef39f0041d35

SEP-20 代币模板 - 流动性制造者: 0x6a737C379DaE77Bb085cA0c2902360A74Bf982A2

SEP-20 代币模板 - 年金: 0xF791b30349DCf95b19ED7011808EA7adEad98EAE

SEP-20 代币模板 - 多方铸造: 0x6126F03384D805567FD5A4879D7A1B1a3Bfd99F4

SEP-20 代币模板 - 铭文: 0xe657F586F107b824A4eBD01E999c06eDB2e73621


---

# 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/sep-20-factory.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.
