Mine the chain.
A 21,000,000-cap, owner-less, PoW-mined ERC20 on Ethereum mainnet. 95% of supply is mined, not sold. The hash includes your address — there is nothing in the mempool to steal.
Telemetry
Six things this is.
Every line below maps to code in /src. Audit it before you trust it.
No admin keys
There is no `mint`, no `pause`, no `owner`, no upgrade proxy. The deployer can do exactly what every other holder can.
LP burned atomically
The same transaction that fills the 0.5 ETH genesis cap also creates the V4 pool, mints LP, and burns the NFT to 0xdEaD.
No MEV theft
Your address is in the PoW hash. Copying a competitor's nonce produces a different digest — there's nothing to steal.
CPU + GPU mining
Mine in your browser with Web Workers (CPU) or WebGPU compute shaders (GPU). Hashrate scales with the slider.
Bitcoin-style schedule
1,000 POSCI per solution, halving every 10,000 solutions, difficulty retarget every 1,024 toward 60s/solution.
Fair distribution
Deployer 2.4%, genesis 1.2%, initial LP 1.2% (burned), mining 95.2%. No team unlock. No VC bag.