Documentation Index
Fetch the complete documentation index at: https://docs.inkyswap.com/llms.txt
Use this file to discover all available pages before exploring further.
What V1 is
V1 was the original InkyPump launch system on Ink. It used a singleTokenFactory contract with an exponential bonding curve. Tokens finalized to a Uniswap V2 liquidity pair after raising 3 ETH. There was an anti-snipe mechanic that decayed fees from 30 percent to 5 percent over the first 25 seconds.
V1 also includes an early Uniswap V4 hook deployment that shipped briefly before being replaced by the current V2 hook. Both are documented here as legacy.
What still works on V1
- Buying and selling V1 tokens still works through the original V1 contracts and the existing Uniswap V2 pairs
- V1 tokens still appear in the InkyPump UI when you visit their trade page
- The leaderboard still counts V1 trade volume (with the V1 fee model, the volume points formula is
volume / 95 * 100)
What does not work on V1
- New token launches no longer route to V1. The Create flow creates V2 tokens
- V1 boost auctions still operate on the same
TokenBoostedcontract (it is shared with V2)
Where to go next
V1 vs V2
Side by side comparison of every mechanic that changed.
V1 Contracts
Contract addresses for the V1 era.
Permanent Liquidity (V1)
How V1 handled liquidity through the bonding curve.
Current System (V2)
The current launch system.