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
Open InkyPump
Go to inkypump.com. Pick a token from the home page or paste its address.
Buy or sell
Enter the ETH or token amount. The preview shows expected output, the 2 percent fee, and price impact.
Path 2: Launch a token
Go to the create page
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).
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.
For the full MCP reference, see MCP Server.
Common questions
| Question | Answer |
|---|---|
| What chain is InkyPump on? | Ink mainnet, chain ID 57073 |
| What is the trade fee? | 2 percent on the curve (1 percent protocol + 1 percent variable). 0.1 percent on the V4 pool after bonding |
| Is there a creation fee? | No |
| What is the minimum raise? | 1 ETH |
| What is the maximum raise? | 5 ETH |
| Can I trade V1 tokens? | Yes. V1 tokens still trade through their original contracts. See Legacy |
| Is the platform open source? | Contracts and indexer are public. See Community for links |