disconnected

NAKA Documentation

Welcome to the official NAKA documentation.

What is NAKA?

NAKA is an ERC-20 token on Ethereum with issuance managed by an on-chain bonding curve hook. The design focuses on deterministic behavior, transparent issuance math, and minimal operator control. There is no admin, no pause, no upgrade. The curve is the only path for new supply, and fees burn supply rather than route to a treasury.

Quick Facts

  • Curve formula: p(eth) = (S/K) · e^(eth/S)
  • Steepness: S = 100
  • Cap: K = 21,000,000 NAKA
  • Curve effectively closes at: ~460 ETH cumulative input (99% of K)
  • Fee: 0.30% (30 bps), burned to 0xdEaD
  • Per-buy cap: 5 ETH
  • Live network: Ethereum mainnet (Sepolia available for testing)

Documentation Map

  • Getting Started: project overview, quick facts, roadmap
  • Protocol: bonding curve mechanics, fees & reserves, issuance lifecycle, self-deprecation, NAKA vs SATO
  • Smart Contracts: deployed addresses, ABIs, parameters, security model, upgradeability
  • Trading: buy/sell behavior, pricing examples, risks
  • Governance: roles, permissions, constraints
  • Developers: integration guide, event reference, indexer architecture, FAQ
  • Community: glossary, FAQ, disclosures

Live Contracts

Mainnet

ContractAddress
Token0x58CB8E0Bd8fA32ECf55867925b9198a0Fb217D03
Hook0xab9433AdF38997B5B5f45FE08Abb709f6697A888
Router0x3EbD426610eE871C590fe58c00E6a31eC74c2a69
PoolManager0x000000000004444c5dc75cB358380D2e3dE08A90

Sepolia (testnet)

ContractAddress
Token0xD8CFf35D2D1d197e26bd892AF8c1D47e82a99663
Hook0xFcd67a842f6794052EFc2905329FCB7a5036E888
Router0x9E0Cc68501D6620D8E8F749F3507145CF54D9789
PoolManager0xE03A1074c86CFeDd5C142C4F04F1a1536e203543

// sections