Skip to main content
TokenFactory Contract: The core smart contract powering token creation, trading, and automated market making on InkyPump.

Deployment Addresses

  • Ink Mainnet
const TOKEN_FACTORY_ADDRESS = "0x1D74317d760f2c72A94386f50E8D10f2C902b899"

Core Features

Token Creation

  • Permissionless creation
  • Bonding curve initialization
  • Built-in liquidity management

Trading Mechanics

  • Exponential bonding curve
  • Anti-snipe protection
  • Auto graduation to Uniswap

Security Features

  • 24-hour purchase lock
  • Creator fee exemption
  • Permanent LP burning

Contract Constants

  • Total Supply: 1,000,000,000 tokens per created token
  • Liquidity Reserve: 200,000,000 tokens (20%)
  • Bonding Curve: 800,000,000 tokens (80%)
  • Creation Fee: 0.001 ETH
  • Anti-Snipe: 30% → 5% over 25 seconds
  • Standard Fee: 5% after anti-snipe period
  • Creator Fee: Exempt from anti-snipe
  • Funding Target: 3 ETH
  • Graduation: Automatic at target
  • LP Burning: 100% permanent burn
Security Notice: Always verify contract addresses before interacting. If you find any bugs or mistakes with this docs or the contract, please dm @emperoroftheink on TG.
I