mytoolsdocs
Tools

Create Token

Deploy a plain token and its liquidity pool, with no launchpad involved.

Create Token is the launchpad-free path. It deploys a token contract you configure and pairs it on a normal DEX. There is no curve, no graduation and no platform in the middle: just a contract and a pool.

Templates

Five token templates, deployed from a launcher contract:

TemplateWhat it does
StandardA plain ERC-20. No taxes, no limits.
Liquidity GeneratorA tax that accumulates and is periodically swapped into the pool.
BabyA tax that pays holders a dividend in another token.
Buyback BabyA tax that buys the token back and burns it.
Tax Token V2Asymmetric buy and sell taxes that can step down over time, with wallet and transaction caps.

The launcher's template list is fixed at deploy time. A new template means a new launcher, which is why the existing ones keep their addresses.

The launch

You choose:

  • The DEX to pair on. PancakeSwap or Uniswap on BNB Smart Chain, Uniswap V2 on Robinhood Chain.
  • How much supply goes into the pool, and how much coin goes with it. That ratio is the opening price, and it is worth calculating rather than guessing.
  • Whether to buy with your wallets in the same run, which works like any other bundle.

It can run as one transaction, or split into deploy-then-open so you can look at the contract before liquidity exists.

Caps, if you set them

Tax Token V2 can carry a per-transaction cap and a per-wallet cap. Both are enforced by the token itself, and both will refuse your own buys as readily as anyone else's, so the form checks the plan against them before it runs. A wallet cap smaller than the per-wallet share of your bundle is the usual mistake.

Buys made during the opening period pay the opening tax rate, not the settled one. The estimate uses the opening rate, because that is what your bundle will actually pay.

After launching

Two irreversible options, both offered on the page:

  • Burn the LP. Sends the liquidity tokens to a dead address. Nobody can pull the liquidity afterwards, including you.
  • Renounce ownership. Gives up the owner functions. On a tax template that means the taxes, caps and exemptions are frozen wherever they stand.

Both are permanent. Burn the LP and the liquidity is gone from your control forever. Renounce and no tax, cap or exemption can ever be changed again, including the ones that are currently refusing your own transactions.

Tokens created here are recorded as positions and sell through Tokens like any other, routed to the pair they were paired on.

On this page