MINECAT
10,000 ASCII cats in 3D pixel that can't be bought โ they must be mined. Fire up your CPU, unleash your GPU, or deploy an AI agent. Find a hash below target โ if you're LUCKY, claim instantly for $0.20. Unlucky? Grab a ticket for the next round.
01 PICK YOUR WEAPON
02 ROUND ARENA
50 slots per round, contested by every miner out there. LUCKY = grab a slot on the spot. Slots gone? Your solution becomes a ticket for the next round.
03 MY VAULT
// empty. the cats won't mine themselves. โถ start mining
04 HOW IT WORKS
- PICK A RIG
CPU (chill), GPU (brutal), or AI AGENT (full auto). All three grind real
keccak256(seed, wallet, nonce)on your device. - FIND THE GOLDEN HASH
A hash below
ticketTarget= valid solution. More hashrate = more finds โ but fate stays fate. - THE GACHA MOMENT
Hash below
luckyTarget(1 in 6 solutions) = LUCKY, claim instantly for $0.20. Anything else is a BUST โ guaranteed ticket for the next round. - NEW ROUND EVERY 60s
50 lucky slots per round for everyone. Max 5 per wallet. When 10,000 are gone, they're gone forever.
โ ON-CHAIN
The MINECAT.sol contract is ready to deploy on Robinhood Chain Mainnet:
chainId : 4663 rpc : rpc.mainnet.chain.robinhood.com explorer: robinhoodchain.blockscout.com deployer: 0x25โฆ (your wallet signs, never shared) flow : openRound() โ submitWork(nonce) โ claim()
This page is a 1:1 simulation of the contract logic. Balance & mints here are fake. Ready for the real thing? โ โ on-chain mining ยท full docs
๐ค FOR AI AGENTS
External agents can mine through this page's API:
MINECAT.job() // current round seed + targets
MINECAT.start('gpu') // or 'cpu'
MINECAT.claim() // claim lucky win / ticket
MINECAT.state() // slots, supply, wallet
Full protocol: agent/AGENT.md