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
Launch flow
1
Connect your wallet
Visit InkyPump, connect a wallet, and switch to Ink mainnet.
2
Open the create page
Go to inkypump.com/create.
3
Fill in token details
Name, ticker, description, image. The image uploads to InkyPump storage. Add Telegram, X, and website if you have them.
4
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.
5
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.
6
Pass the captcha
InkyPump uses Cloudflare Turnstile to prevent automated launches.
7
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.8
Trading goes live
After the transaction confirms, you land on the trade page. If you set a scheduled start, trading opens at that time. Otherwise it opens immediately.
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.