Farcaster Bot Deployments
Create a token using the @clanker bot on Farcaster
Live: The below outlines instructions for deployments on Clanker v4.0.0 that are now live using @clanker on Farcaster.
Create a Token
New Clanker tokens created via the @clanker bot on Farcaster go through the following deployment process.
User asks @clanker on Farcaster to deploy a token. The user has the option to:
Specify to reserve a portion of the supply in a vault. The maximum amount to vault is 30% and the default is 30% if not specified.
Specify how long, in days, to lock the tokens in the vault for. The minimum vault time is 31 days and the default is 31 days if not specified.
A new ERC-20 token (the base token) is created with a total supply of 100 billion (100,000,000,000). The token isn't mintable after this step, so the max supply will always be 100 billion tokens.
If the user requests to allocate a portion of the supply to the creator vault, that percentage of the supply is then sent to the creator vault.
A new Uniswap V4 pool is initiated with the base token and quote token (WETH, by default). The entire total supply of the token, less the portion of the supply allocated to the vault, is deposited into the pool as single-sided liquidity. The starting market cap is set to 10 WETH.
The LP NFT that is created during step 4 is sent to a Clanker LP Locker. The LP Locker has no withdraw function, so LP NFTs that are deposited into it can never be withdrawn and are effectively locked forever. See Deployed Contracts and Audits for more info.
Last updated