πͺDeploy Your Token
You can easily deploy your own token in just a few steps with our free, no-code interface.
Last updated
You can easily deploy your own token in just a few steps with our free, no-code interface.
If you don't have your own token contract, you can deploy one directly through our platform completely free. The guide below explains each field you'll need to fill out when deploying your token. If you're using a custom contract instead, make sure to review the Compatible Contracts section before proceeding with the bundling process.

All contract types have some basic fields youβll also need to fill:
Launch Platform - The Dex/Launchpad of your token
Token Name - The name of your token (e.g. Bitcoin).
Token Symbol - The ticker for your token (e.g. BTC).
Total Supply - The total supply of your token (e.g. 1,000,000).
Token Decimals - The number of decimal places your token supports (commonly 18 or 9).
Contract Socials - Optional text to display within your contract code.
You'll then fill out other inputs depending on the contract type you selected. See Contract Templates for more details on each contract type.
You also have the option to set a custom tax wallet instead of sending taxes to the deployer.

Our contracts uses the openTrading() function to enable trading.

Enter the private key of the wallet you'll be using to deploy the contract. This is needed to submit the deploy transaction.

Review all the details in the summary section to the right and then deploy your token. The gas cost is the estimated transaction fee for deploying the contract.

After you've deployed your contract, you'll have access to all its functions as well as the option to verify the contract, or transfer ETH/Tokens to the contract in preparation to add liquidity.
Last updated