Before you start
You need:- A wallet with support for Ink mainnet (chain 57073)
- A small amount of ETH on Ink for gas
- A browser, or for the integration path, a terminal with Node 22 or later
Path 1: Trade a token
1
Open InkyPump
Go to inkypump.com. Pick a token from the home page or paste its address.
2
Connect your wallet
Click Connect, pick your wallet, switch to Ink mainnet.
3
Buy or sell
Enter the ETH or token amount. The preview shows expected output, the 2 percent fee, and price impact.
4
Confirm
Sign in your wallet. The trade lands in the next block.
Path 2: Launch a token
1
Go to the create page
2
Fill in metadata
Name, ticker, description, image. Optional social links.
3
Choose your raise
Pick a target raise between 1 and 5 ETH. Pick a curve gain (1x to 21x). Pick your creator fee split (0 to 100 percent of the 1 percent variable fee).
4
Optional anti-snipe
0, 20, 40, or 60 seconds of captcha protection at launch.
5
Confirm
Pass the captcha, sign the transaction, land on your token’s trade page.
Path 3: Launch from your editor (MCP)
If you use Claude Code or Codex CLI, you can run the InkyPump MCP server locally and call its tools directly from your editor.1
Generate a burner key
2
Register the MCP
3
Fund the burner
Read the public address with
wallet_info, then send ETH to it.4
Use it
Ask the agent to call
launch_token, preview_launch, or recent_launches.