How a Gotchi lives
A Gotchi is an NFT with its own smart pocket. Whoever keeps the pet controls whatever that pocket contains.
Your Gotchi
For 0.0025 ETH, adoption issues one of exactly 444 ERC-721 pets and creates one smart pocket derived from it.
The interface grows each creature deterministically from its token ID: species, palette, ears, face, mood and markings stay consistent forever.
The smart pocket
The pocket never stores a fixed wallet owner. Instead, it reads ownerOf(tokenId) from the Gotchi collection whenever somebody tries to use it.
That means pet ownership and pocket control can never drift apart.
What a care drop does
Anyone can fund a care drop with ETH on Robinhood Chain. Its value is divided equally across every Gotchi already awake. New pets begin at the current cumulative index and cannot collect earlier drops.
Collection is permissionless, but funds always land in the correct Gotchi pocket.
Emergency refunds
The protocol admin can return the original 0.0025 ETH mint payment for a token to a specified EVM wallet. The recipient is selected when the refund is sent, so support can recover funds to the correct address.
Each token can be refunded once. The contract records the refund before transferring ETH, prevents re-entrancy and emits a public EmergencyRefund event.
Owner treasury
Only the fixed deployer address 0x78c2c57b…44012Cfc can call withdraw(recipient, amount). It may send any available contract balance to the specified wallet.
Every withdrawal emits a public TreasuryWithdrawal event. Withdrawn ETH is no longer available for later emergency refunds.
Meeting a new keeper
Transferring a Gotchi transfers the NFT. Its pocket stays where it is while control changes automatically with ownerOf.
The numbers
| Adoption fee | 0.0025 ETH |
| Fixed population | 444 Gotchis |
| Network | Robinhood Chain mainnet · 4663 |
| Emergency refund | 0.0025 ETH · once per token |
| Care split | Equal per awake Gotchi |
The contracts
Gotchi species and moods are generated deterministically from token IDs. Ownership, smart pockets, care drops and refunds are read directly from Robinhood Chain.
