[ click to skip ]
#โ€”
--:--
50/50
โ€”
โ€”
$0.00
0xโ€ฆ0/5
๐Ÿ–ผ gallery ๐Ÿ›’ market โ›“ on-chain docs
> proof-of-luck minting ยท robinhood chain mainnet ยท 4663

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.

how it works_
โ€”
$0.20
โ€”
5/wallet
โ— connectingโ€ฆ reading difficulty from the contractโ€ฆ
SPECIMEN #0000
โ€” dna:โ€”

01 PICK YOUR WEAPON

miner@minecat:~$ ./dig --luck --all-cores โ— REC
0H/s
0
0
0
1:6
demo difficulty 1 : 4,000,000 hashes ยท on-chain 1 : 100,000,000 ยท lucky odds 1:6

02 ROUND ARENA

ROUND #โ€”
seed โ€”
0.0H/s
0.00%
0
โ€”

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

โ€” / 10,000 mined

// empty. the cats won't mine themselves. โ–ถ start mining

04 HOW IT WORKS

  1. PICK A RIG

    CPU (chill), GPU (brutal), or AI AGENT (full auto). All three grind real keccak256(seed, wallet, nonce) on your device.

  2. FIND THE GOLDEN HASH

    A hash below ticketTarget = valid solution. More hashrate = more finds โ€” but fate stays fate.

  3. 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.

  4. 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