All new tokens launch on InkyPump V2. V2 runs on Ink mainnet (chain 57073) and bonds to a Uniswap V4 pool after the curve fills. For the deprecated V1 system, see Legacy.
What you need before you start
| Item | Required | Notes |
|---|---|---|
| Ink mainnet wallet | Yes | Any wallet that supports Ink. ETH for gas. |
| Token name | Yes | Any string. |
| Token ticker | Yes | Any string. |
| Description | Yes | Any string. |
| Image | Yes | jpg, png, svg, or webp. Up to 5 MB. |
| Target raise in ETH | Yes | Between 1 and 5 ETH. |
| Prebuy ETH | Optional | Buys tokens for the creator at launch. |
| Curve gain multiplier | Optional | Between 1x and 21x. Default is moderate. |
| Creator fee split | Optional | 0 to 100 percent of the 1 percent variable fee. |
| Anti-snipe window | Optional | 0, 20, 40, or 60 seconds. |
| Scheduled start | Optional | Future date and time. |
| Social links | Optional | Telegram, X, website. |
Launch flow
Connect your wallet
Visit InkyPump, connect a wallet, and switch to Ink mainnet.
Open the create page
Go to inkypump.com/create.
Fill in token details
Name, ticker, description, image. The image uploads to InkyPump storage. Add Telegram, X, and website if you have them.
Choose your target raise
Pick any number between 1 and 5 ETH. Decimals up to two places. This is how much the curve has to raise before the token bonds to Uniswap V4.
Tune the optional parameters
Curve gain (how steep the price grows along the curve), creator fee split (how much of the 1 percent variable fee comes to you), anti-snipe window (captcha gate against bots), and an optional prebuy.
Confirm and sign
The contract is
createLaunch on the InkyPump V2 hook. If you have a referral code in your URL or local storage, the call switches to createLaunchWithReferral automatically.What it costs
There is no creation fee. You pay:- Gas for the
createLaunchtransaction - Any prebuy ETH you opted into (this buys tokens for you at launch price, and is subject to the 2 percent trade fee)
What happens next
Tokens trade on the bonding curve until the curve raises the target. After that the token bonds to a Uniswap V4 pool and trading moves to that pool. See Bonding to Uniswap V4 for what changes at the bond.Learn more
Fees and Economics
The flat 2 percent and how creator earnings work.
Bonding Curve
How price grows on the curve and what the gain multiplier does.
Anti-Snipe
The captcha gate against bots during launch.
Creator Earnings
Where your fees come from and how to withdraw.
Launch via MCP
Launch from your editor with the InkyPump MCP server.
Referrals
How referral codes attach to trades on your token.