Web3 Token logo
Web3 TokenProfessional Token Toolkit
Tax Configuration

In tax-token mode, trading fees are automatically transferred to the token creator wallet address.

Creation Fee
...

Tax Token

This flow is designed for BEP20 launches that require on-chain buy and sell tax settings, making it easier to confirm rates, receiver settings, and the default pairing setup during deployment.

BEP20Tax launchBuy taxSell taxFee receiver

Tax Plan

Buy tax and sell tax are written into the initial contract configuration during deployment, which fits launches that need clear rate communication, route validation, and later operations tracking.

Receiver Address

You can set a dedicated fee receiver address during deployment. If you leave it blank, the connected wallet address is used, which works for quick launches and later migration to a dedicated operations wallet.

Trading Preparation

This page deploys the token and records the default exchange plus paired token, but it does not create liquidity, add a pool, or handle market making. You still need to complete pair setup and initial liquidity separately.

Next Steps

After deployment, we recommend completing the following steps so the team can move more smoothly into wallet display, liquidity setup, and live trading checks.

This page only deploys the tax token. It does not create liquidity, add a pool, or handle market-making steps.
01

Add to Wallet

Import the token into common wallets using the contract address, symbol, and decimals and confirm it displays correctly.

02

Create Liquidity (DEX)

Create the trading pair on your target DEX with the selected paired token and add the initial liquidity for follow-up trading checks.

03

Verify Tax & Trade Path

After liquidity is added, run small buy and sell tests to confirm the tax rates, fee receiver, and default trading route behave as expected.

04

Complete Logo & Metadata

Prepare the logo, description, website, and social links to improve how the token appears across wallets, explorers, and documentation pages.

Best-fit scenarios

Projects that need trading-tax logic

If your BEP20 launch requires explicit buy and sell tax settings, this flow is a better fit than the standard-token flow because those rate-related parameters are confirmed during deployment.

Agencies and operations teams

For agencies, launch teams, or operators, collecting the tax rates, fee receiver, default exchange, and paired token in one flow reduces handoff mistakes and makes delivery clearer.

Projects with a dedicated treasury path

If trading-tax proceeds need to be routed to a specific operations or treasury wallet, this flow lets you set that address during deployment instead of handling it elsewhere later.

Frequently asked questions

Do I need to write a contract to create a tax token on BNB Smart Chain?

No custom Solidity contract is required for this flow. The deployment uses a preconfigured tax-token factory, but you still need to confirm the token name, supply, tax rates, and fee receiver settings.

Does the creation fee include gas?

No. The creation fee comes from the factory contract, while gas is estimated and charged separately by the wallet when you submit the transaction.

Is this page for standard tokens or tax tokens?

This page is fixed to the tax-token creation flow. There is no toggle to fall back to the standard-token flow here. Buy tax, sell tax, fee receiver, and default pairing settings are all part of this deployment path.

Can I leave the fee receiver address empty?

Yes. If the field is empty, the connected wallet address is used as the fee receiver by default. If your project has a dedicated treasury or operations address, it is better to enter it before deployment.

Why do I need to choose a paired token?

The paired token records the market asset this tax token is intended to trade against, such as the native token or a stablecoin. It does not create liquidity for you, but it preserves the intended market setup and should usually match your later liquidity plan.

Will this page create liquidity or a trading pool automatically?

No. The current page only deploys the tax token and returns the token address plus transaction hash. It does not create liquidity, add a pool, or perform market-making tasks.