# Exclude Fees, Dividends, Max TX on Eteherscan or BSCscan

After you create a Launchpad, and if your token has max transaction, dividend/reward, or tax/fee in contract, in order to finalize your presale, you will have to exclude those features for the presale contract.

Before you finalize your presale, you need to access your contract address from BSCScan or you can click on the token address on your launchpad page.

Go to Contract -> Write contract -> Connect to Web3 to connect your wallet, you need to use owner address.

Ctrl + F, Search “exclude”, then input your presale address, then click on "Write", to exclude all fee/tax, max TX, rewards for presale address.

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 (bool), please input “true”

Sometimes contract doesn’t have “exclude” but "exempt" instead, Search “exempt”, then input your presale address, then click on "Write" to exclude all fee/tax, max TX, rewards for presale address.


---

# 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/common-errors-oni-dex/exclude-fees-dividends-max-tx-on-eteherscan-or-bscscan.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.
