The bonding curve mechanism ensures fair token distribution and permanent liquidity through automated price discovery.

Initial Parameters

total_supply:

1,000,000,000 tokens total supply

distribution:
  • Initial supply: 20% (200M tokens)
  • Funding supply: 80% (800M tokens)

How It Works

1

Initial Setup

mechanism:
  • Token initialized with name and symbol
  • Trading starts disabled (tradingEnabled() = false)
  • Bonding curve parameters (a, b) set
2

Price Discovery

The bonding curve algorithm automatically adjusts token price based on:

Formula:

P = a * e^(bx)

  • P: Current token price
  • x: Current supply
  • a, b: Curve parameters
ETH Required:

ΔY = (a/b) * (e^(bx₁) - e^(bx₀))

  • ΔY: ETH needed
  • x₀: Starting supply
  • x₁: Final supply
3

Trading

Requirements:
  • tradingEnabled() must be true
  • Sufficient ETH for purchase
  • Valid transaction amounts

Technical Details

price_formula:

Exponential bonding curve: P = a * e^(bx)

Price is determined by:

  • Current token supply
  • Bonding curve parameters
  • ETH reserves in contract

Key Benefits

  • Equal access for all participants
  • Transparent pricing mechanism
  • No private sales or pre-mines

Next Steps

InkyPump welcomes projects that prioritize security through LP burning or locking. Even if your token wasn’t launched through InkyPump, you can apply for listing to join our thriving ecosystem.