Qunks is a fully on-chain AI art collection on Ethereum. A candidate-palette neural network (122KB) is stored entirely on-chain using SSTORE2 and generates 10,000 unique 24×24 pixel art pieces — neural reconstructions of CryptoPunks, rendered as mirror images.
The model achieves 94.7% pixel accuracy. The 5.3% where it disagrees with the original — that's where Qunks live.
How it works: Each token stores an 8-byte embedding. The on-chain model runs inference in a view function (free) to render a full SVG image directly in tokenURI. No IPFS, no external server, no oracles. Fully verifiable, fully permanent.
Gameplay:
Mint: 0.001 ETH, pick a seed (0-9999) or random batch mint up to 20
Fuse: burn a donor NFT into a survivor, blending their embeddings. Deterministic, previewable
Dissolve: burn an NFT to receive $QUNK tokens (= pixel_score + level × 10,000)
Summon: spend $QUNK to revive a seed from the void pool. Cost is dynamic (= last dissolve output)
Supply: 10,000. Price: 0.001 ETH. Chain: Ethereum mainnet. Contract verified on Etherscan.
Website: qunks.xyz Twitter: @qunks_xyz