Open Source · Base (EVM) · No Presale

KRON Fair Launch Program

Deploy any KRON Family memecoin with one transaction. Fixed 10B supply, 80/10/5/5 distribution, immutable timelocks. The on-chain implementation of the Fair Launch Standard. Full source published at www.ekron.network/program.

Solidity 0.8.24 OpenZeppelin Hardhat No Presale Logic
KronToken.sol

Fixed-supply ERC20

10 billion tokens minted once at deploy. No mint function. No pause. Standard 18 decimals.

KronTimelock.sol

Immutable locks

Beneficiary receives full allocation after releaseTime. Cannot be shortened. Transparent on BaseScan.

KronFairLaunch.sol

One-call deploy

Factory contract: launch(name, symbol, lpWallet, ecoBeneficiary, founderBeneficiary) → token + 3 timelocks.

Distribution

Automatic 80 / 10 / 5 / 5 split

Allocation%LockRecipient
LP80%At launchlpWallet parameter
Ecosystem10%365 daysecosystemBeneficiary via timelock
Founder short5%180 daysfounderBeneficiary via timelock
Founder long5%365 daysfounderBeneficiary via timelock
Deploy

Quick start

# Clone eKRON repo, configure wallets cp program/.env.example program/.env # Install & test cd program npm install npm test # Deploy to Base Sepolia (testnet) npm run deploy:base-sepolia # Deploy to Base mainnet npm run deploy:base

Required environment variables: DEPLOYER_PRIVATE_KEY, LP_WALLET, ECOSYSTEM_BENEFICIARY, FOUNDER_BENEFICIARY

After deploy

Verification checklist

Use the same program for all KRON Family tokens. Change TOKEN_NAME and TOKEN_SYMBOL per token (puriKRON, soviKRON, etc.).
puriKRON (Live)

Live on Base — Phase III

puriKRON (PKRON) fair-launched on Base on 2026-06-20 via KronFairLaunch. Official contract and timelocks are on the verify page.

Status: Live on Base (2026-06-20) Token: 0x679F06AC817a0EEC1fB86629168E40eb10b4A181 Factory: 0x2CA2F6E849F4994de74d1Af7944249B334117556 Launch tx: 0x8e659e929dd9525a65179e1c94c93110e5d78d33b438745c973b5d7f12428458 Ecosystem timelock: 0x682e28c704dcda59d04632826b3a311b296b5a15 Founder 6M: 0xae7841a59232b932b804364ab396bed3fa544e85 Founder 12M: 0xac7ebeadaa4fc53c81d2f70b31f23d7d72b440b3 LP wallet: 0xa5eD5A8B85c9AB7F808B3bD78ee436DEc25ecdD6 Network: Base (chain ID 8453) Primary gateway: www.ekron.network

Policy + Code = Trust

The Fair Launch Standard defines the rules. This program enforces them on-chain.