# Finalize a Fair Launch

If you still can't finalize the pool after following these steps, please hire a trusted developer to help you check your smart contract. There must be a problem with your contract. After your Fair Launch has met soft cap and ended, follow these steps to list your token:

If your token has fees, rewards, and max tx in the contract, you have to exclude thos functions for the presale address in order to finalize the pool.

1. Before you finalize your presale, you need to access your token contract address from [BSCScan](https://bscscan.com/) or you can click on the "token address" on your launchpad page.
2. Go to Contract -> Write contract -> Connect to Web3 to connect your wallet, you need to use owner address.
3. Ctrl + F, Search “exclude”, then input your "presale address", then click on "Write", to exclude fee, reward, max tx for the presale address.
4. After click on the “Write” button, MetaMask will now ask you to confirm the transaction. It will also show you the fee that you are required to pay for that transaction. If you agree, then click on the “Confirm” button to finish the process.

If you see exclude (pool), please input “True”

*Note: Sometimes the contract doesn’t have “exclude” but "exempt" instead, search “exempt”, then input your presale address, then click on "Write" to exclude fee, reward, max tx for the presale address.*

5\. In the “Pool Actions” section, you can choose to click on “Finalize” to complete the Launchpad and list your token, or you can choose to cancel it.

6. MetaMask will now ask you to confirm the transaction. It will also show you the fee that you are required to pay for that transaction. If you agree, then click on the “Confirm” button to finish the process.


---

# 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://oni.gitbook.io/oni.exchange/fair-launch/finalize-a-fair-launch.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.
