Skip to main content
All new tokens on InkyPump are V2. V2 tokens trade in two phases: on the bonding curve while they raise their target, and on a Uniswap V4 pool after they bond. For trading the older V1 tokens, see Legacy.

Two phases of trading

PhaseWhere it happensFeeCounterparty
CurveInkyPump V2 hook (buy / sell)2 percentThe bonding curve
PoolUniswap V4 pool with InkyPump hook0.1 percentOther traders and the pool reserves
A token starts in the curve phase and moves to the pool phase when it raises its target ETH. The InkyPump UI shows both phases through the same trade page and the same Buy / Sell buttons. The contract calls underneath are different.

Curve phase

While a token is on the curve, the price moves along the linear bonding curve set at launch. Every buy moves the price up. Every sell moves it down. The 2 percent trade fee is taken from the ETH side of every trade. You trade by calling buy or sell on the InkyPump V2 hook. The UI handles this for you. See Buy and Sell for the inputs and how the preview works.

Bond event

When the cumulative raise reaches the target, the next buy that pushes it over the line triggers the bond. The contract automatically creates the V4 pool, seeds it with the raised ETH and the liquidity portion of the token supply, and routes future trades to the pool. This happens in a single transaction. There is no creator action required at bonding. It is automatic.

Pool phase

After bonding, the token trades on a Uniswap V4 pool. The pool fee is 0.1 percent. The 2 percent curve fee no longer applies. Swaps happen through the Uniswap Universal Router. The InkyPump UI keeps the same trade page, but underneath it now routes through the router and the V4 pool. See Post-Bond Pool for how the pool works and how to swap against it.

What you pay in fees

PhaseFeeGoes to
Curve1 percent protocol + 1 percent variableTreasury, creator, buyback (depending on creator split)
Pool0.1 percentRoutes through the hook to creator and buyback
Both phases pay gas for the transaction on top of the trade fee.

What you need

  • A wallet on Ink mainnet
  • ETH for gas
  • ETH to buy with, or tokens to sell from

Trade flow

1

Open the token's trade page

Go to inkypump.com/trade/<token-address> or click the token from the home page.
2

Choose Buy or Sell

The trade box has a tab for each. Enter the amount.
3

Check the preview

The box shows expected tokens out (on buy) or expected ETH out (on sell), the fee, and the price impact.
4

Set slippage if you want

Default slippage is set in the app. You can tighten or loosen it before confirming. See Slippage.
5

Confirm the transaction

Sign in your wallet. The trade lands in the next block.

Learn more

Buy and Sell

Inputs, previews, what each value means.

Slippage

minTokensOut and minEthOut, default values, when to tighten.

Post-Bond Pool

How V4 pool trading works after bonding.

Vision

Browse all tokens and filter by status.