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,000NAKA - Curve effectively closes at:
~460 ETHcumulative input (99% ofK) - Fee:
0.30%(30 bps), burned to0xdEaD - 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
Official Links
- Website: naka.exchange
- X (Twitter): @naka_exchange
- GitHub: github.com/alexksai/naka
Live Contracts
Mainnet
| Contract | Address |
|---|---|
| Token | 0x58CB8E0Bd8fA32ECf55867925b9198a0Fb217D03 |
| Hook | 0xab9433AdF38997B5B5f45FE08Abb709f6697A888 |
| Router | 0x3EbD426610eE871C590fe58c00E6a31eC74c2a69 |
| PoolManager | 0x000000000004444c5dc75cB358380D2e3dE08A90 |
Sepolia (testnet)
| Contract | Address |
|---|---|
| Token | 0xD8CFf35D2D1d197e26bd892AF8c1D47e82a99663 |
| Hook | 0xFcd67a842f6794052EFc2905329FCB7a5036E888 |
| Router | 0x9E0Cc68501D6620D8E8F749F3507145CF54D9789 |
| PoolManager | 0xE03A1074c86CFeDd5C142C4F04F1a1536e203543 |
// sections
getting started
smart contracts
trading
developers
governance
community