Skip to main content
Cannot find what you are looking for? Join the Telegram community for support.

General

InkyPump is a token launch platform on Ink mainnet. You create a token, raise ETH through a bonding curve, and the token automatically bonds to a Uniswap V4 pool when the curve fills. The platform is at inkypump.com.
V2 is the current launch system. It has a flat 2 percent fee, configurable curve gain, captcha based anti-snipe, on chain referral attribution, and bonds to Uniswap V4. V1 was the original system with a 5 percent fee, an exponential curve, and Uniswap V2 bonding. V1 is deprecated. See V1 vs V2 for a detailed comparison.
Ink mainnet. Chain ID 57073. RPC at https://rpc-gel.inkonchain.com. Block explorer at explorer.inkonchain.com.
The V2 contracts have been reviewed. The launch contract is a UUPS proxy with separately upgradeable modules. The proxy is at 0x4cC8F6d5B7cE150CCC0A9B7664532B1283b96AC4. There are no admin keys that can drain user funds. Anyone can verify the contract source on explorer.inkonchain.com.

Token Creation

Go to inkypump.com/create, connect a wallet on Ink mainnet, fill in the name, ticker, description, and image. Pick a target raise between 1 and 5 ETH. Confirm. The token launches immediately or at a scheduled time. See Create Your Token.
There is no creation fee on V2. You pay gas for the launch transaction. If you choose to prebuy, you pay the prebuy ETH on top.
A bonding curve is a smart contract that prices tokens based on how many have already been sold. V2 uses a linear curve. You choose a gain multiplier from 1x (flat) to 21x (steep) at launch. The curve runs until the target ETH is raised. See Bonding Curve.
The token bonds to a Uniswap V4 pool. The raised ETH is paired with the liquidity portion of the supply, the pool opens, and trading moves from the curve to the V4 pool. The V4 pool charges 0.1 percent on swaps. See Bonding to Uniswap V4.
Yes. Set startTime on CreateLaunchParams to a future Unix time. The contract accepts buys and sells only after that time.

Trading

On the curve: only on InkyPump through the V2 hook. After bonding: through the InkyPump UI or directly on the Uniswap V4 pool. Both routes use the same liquidity.
On the V2 curve: 2 percent total (1 percent protocol, 1 percent variable to creator and buyback). After bonding on the V4 pool: 0.1 percent. There is no fee decay or time based fee math. The 2 percent is constant for the curve’s lifetime.
A captcha gate that runs for 0 to 60 seconds after launch. During the window, trades require a captcha signature. The InkyPump UI handles the signature automatically. Direct contract calls without the signature revert. It is not a fee penalty. See Anti-Snipe.
Common causes: insufficient ETH for gas, slippage tolerance too tight, the launch has not started yet (scheduled launch), the launch already bonded (use the V4 pool), or you are in the anti-snipe window without using the UI.
Anything that supports Ink mainnet through WalletConnect or direct integration. MetaMask, Rabby, Coinbase Wallet, Kraken Wallet, Phantom, Trust Wallet, and the rest of the WalletConnect ecosystem.

Emperor of the INK

A daily Dutch auction for premium homepage placement on inkypump.com. The winning token gets 24 hours featured at the top. Works for both V1 and V2 tokens. See Emperor of the INK.
Starts at 0.1 ETH and decays by 0.05 ETH per day until someone bids. Floor is 0.05 ETH. After a winning bid, the next auction starts at 2x the winning amount.

Rewards and Referrals

Through trade volume (both V1 and V2), through launching tokens (small bonus), through referrals (referrer earns when their referees trade), and through InkySwap LP. See Leaderboard.
Share a URL with ?ref=<your-code> or /join/<your-code>. When someone trades or launches after visiting your URL, you accrue points off the volume they generate. The InkyPump backend reads on chain Referral events emitted by V2 trades. See Referrals.
No. Referrals are tracking only. There is no fee discount and no fee penalty for using or not using a referral code. The 2 percent trade fee is the same either way.

API and Integration

Yes. Three options: direct contract calls on the V2 hook, the InkyPump REST API at inkypump.com, and the MCP server for editor or agent integration. See API Overview.
Yes. Both V1 and V2 contracts are public and any wallet can trade against them. The anti-snipe captcha gate means bots cannot front run launches in the first 0 to 60 seconds. Outside that window, bot trading is unrestricted.
Use the InkyPump MCP server. It wraps createLaunch and the preview functions for use from Claude Code, Codex, or any MCP compatible client.

Liquidity and Security

On V2: the bonding curve holds all ETH until the token bonds. At bonding, the contract creates the V4 pool and seeds it. The seed is held by the InkyPump hook and is not withdrawable. The token contract has no admin minter. There is no key that can drain user funds.
Yes. The pool seed created at bonding is held by the InkyPump hook and is not withdrawable by anyone, including the InkyPump team. The hook collects swap fees and routes them to creators and buyback, but the principal liquidity stays in the pool.
If you added a concentrated liquidity position to the V4 pool after bonding, yes. Your position is yours and you can withdraw it any time. The initial pool seed is not a withdrawable LP position.

Mobile

InkyPump runs as a Progressive Web App. Install from your mobile browser. No app store install needed. See PWA Installation.

Contact

Telegram

Live support and announcements.

X

Platform updates and news.

Developer

Telegram: @emperoroftheink for API access, technical issues, partnership inquiries.

Docs

Full API and contract reference.