# 完成预售

在您的预售达到软上限并结束或达到硬上限后，请按照以下步骤列出您的代币：

如果您的代币在合同中包含费用、奖励和最大交易，那么您必须排除预售地址中的这些功能才能完成预售池。

1. 在完成预售之前，您需要从[BSCScan](https://bscscan.com/)访问您的合约地址，或者您可以单击预售页面上的“代币地址”。

<figure><img src="/files/8M7DYzobQxSBqYkqmhDr" alt=""><figcaption></figcaption></figure>

2\. 转到合约->编写合约->连接到 Web3 来连接您的钱包，您需要使用所有者地址。

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

3\. Ctrl + F，搜索“exclude”，输入你的预售地址，点击“Write”，为预售地址排除费用、奖励、最大交易。

<figure><img src="/files/99Kl7mkWIlGlP8Vdf0ZM" alt=""><figcaption></figcaption></figure>

4\. 点击“写入”按钮后，MetaMask 将要求您确认交易。它还会显示您需要为该交易支付的费用。如果您同意，请点击“确认”按钮完成该过程。

如果看到排除（bool），请输入“True”。

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

*注意：有时合约中没有“排除”而是“豁免”，搜索“豁免”，然后输入您的预售地址，然后点击“写入”以排除预售地址的费用、奖励、最大交易。*

5\. 在“Pool Actions”部分，您可以选择点击“Finalize”以完成 Launchpad 并上线您的代币，或者您也可以选择取消。

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

6. MetaMask 现在会要求您确认交易。它还会向您显示您需要为该交易支付的费用。如果您同意，请单击“确认”按钮完成该过程。

如有不明白或者不清楚的地方，请加入官方电报群：<https://t.me/gtokentool>


---

# 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.gtokentool.com/yu-shou/wan-cheng-yu-shou.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.
