Launch a coin
cook4fun_launchDeploy a new coin, open its Uniswap V4 pool, and optionally make a first buy. Requires ETH.
Instructions
Launch a new coin on cook4.fun: deploys the token, opens its Uniswap V4 pool, and optionally makes a first buy. Requires a wallet with ETH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Coin name, e.g. "Space Cat" | |
| image | No | Any public image URL (https or ipfs://). cook4.fun copies it onto IPFS and pins it, so a temporary host is fine — you don't need to host it permanently yourself. | |
| symbol | Yes | Ticker, e.g. SCAT | |
| No | |||
| website | No | ||
| telegram | No | ||
| distribute | No | Share LP fees with holders | |
| description | No | ||
| firstBuyEth | No | ETH amount for an initial buy, e.g. "0.05" | |
| metadataUrl | No | ERC-7572 metadata JSON URL |