Create Token With Liquidity
How To Generate A Customizable ERC20 Token With Liquidity On EVM Networks:
Below is the step-by-step user guide for creating a token with liquidity:
Step 1:
Launch the Kiwi Pad Bot by typing /start
Step 2:
Start the token creation process by clicking on or typing "Create Token With Liquidity". The bot will respond with all your available wallet addresses with their respective index numbers, and the corresponding instructions.
Step 3:
To trigger the token creation process: enter the serial number of the wallet you intend to use, name, symbol, supply, liquidity percentage(percentage of token supply to be added to LP), liquidity amount(amount of native tokens to be added to LP), network name, DEX name, and token properties (mintable, burnable, pausable) of your ERC20 token in the format:
walletnumber name symbol supply liquiditypercentage liquidityamount network dexname mintable? burnable? pausable?
For example: 1 TokenName TokenSymbol 1000000 70 15 ETH UniswapV2 YES NO YES
The available network names are: ETH, BASE, BNB, ARB, and MATIC
The available DEX are UniswapV2, PancakeswapV2, Kiwiswap, and SushiswapV2
Make sure your token balance and native token balance is enough to cover token amount and native token amount respectively.
If you intend to create a token with additional custom features, click on / type "HIRE A SAFU DEV"
Step 4:
If the token creation process is successful, the bot will instantly respond with token details and link to block explorer, and add your token to the Kiwi Pad Bot "Token List" Dashboard. After liquidity is added successfully, the bot automatically responds with the LP details including the DEX swap link, LP address, LP balance, and transaction hash on block explorer.
Take note of the generated LP address for future LP operations.
Then you can proceed to lock token or liquidity.
Last updated