Skip to main content
InkyLabs builds InkyPump and InkySwap, two products that share infrastructure on Ink mainnet.
  • InkyPump is the token launch platform. Creators raise ETH through a bonding curve and tokens bond to a Uniswap V4 pool after the raise. See Introduction.
  • InkySwap is the wider decentralized exchange on Ink. It hosts trading for tokens beyond just InkyPump launches.
Both run on Ink mainnet (chain 57073), Kraken’s Layer 2 built on Ethereum.

How the platform stays trustless

The launch contract is a UUPS proxy. State is held by the proxy, logic by separately upgradeable modules. There are no admin keys that can drain user funds. The initial pool seed at bonding is held by the hook and is not withdrawable.

What we work on

AreaWhat it covers
Smart contractsThe V2 hook, modules, and curve math
IndexerReads on chain events and exposes them through REST and the InkyPump UI
FrontendThe inkypump.com web app and PWA
MCP serverEditor and agent integration for developers

Contact