Wojak Make Bot

Wojak Make Bot

Wojak Make Bot is a simple tool to launch tokens. There are mainly 9 commands you need to know:

  • /create

  • /abort

  • /info

  • /deploy

  • /addliq

  • /open

  • /finalize

  • /lockliq

  • /remove

Create Project

Create project command (/create ...) is generated in Token Maker. It generates the project launch post, smart contract and contract address according to the info provided. The contract address is a pre-calculated address, which is not found on Etherscan until the smart contract is deployed.

Please check the project info carefully before proceeding. If you find the project info is incorrect, you can delete the project using the Abort Project command

Abort Project

Abort project command (/abort) cancels a project before it is deployed.

View Project Info

View Project Info command (/info) shows you the launch post, sniper wallets and potential market cap upon launch.

Deploy

Deploy command (/deploy) deploys the smart contract code on Ethereum blockchain. The deploy command only works if the gas price is within allowed range and there are more than 10 wallets subscribed to sniping the project.

Add Liquidity

Add Liquidity command (/addliq) creates an AMM pair on Uniswap but trading is not enabled yet. It shows you the Dextools chart URL.

Open Trading

Open Trading command (/open) allows trading and ensures snipers (only from Wojak Pump Bot) buying the floor in the same bundle.

Finalize

Finalize command (/finalize) removes max buy limit, max wallet limit and renounces ownership.

Lock Liquidity

Lock Liquidity command (/lockliq ...) locks the liquidity for a certain period of time. The parameter is the number of days of locking. The maximum value you can put is 90.

Remove Liquidity

Remove Liquidity command (/remove NOW) removes the liquidity from Uniswap. This command should only be used if the project really does not perform well.

Last updated