20-second read
Wallets in. Art out.
Your address is the seed. More wallets, bigger picture. Mint the set and it's yours on-chain, once, forever.
1 WALLET
Seed6×6 · 36 pixels
Connect one wallet. Its hash picks the palette and fills the pixels. Same wallet, same seed, every time.
2 WALLETS
Sprite36×36 · a creature
Two wallets hatch a symmetric creature with eyes, shading and markings. Order doesn't matter.
3 WALLETS
Masterpiece216×216 · a world
Three wallets paint sky, mountains, forests and a lake. Day or night is decided by the hash.
The rules
Six things that never change.
=
Same wallets, same art. Forever.Nothing is random and nothing is stored. Anyone can reproduce your picture, nobody can fake it.
↔
Order doesn't matter.Wallets are sorted before hashing. A + B paints exactly what B + A paints.
1
One set, one NFT, ever.The token ID is the hash of the set. Once a set is minted, that picture is taken.
✓
Every wallet in the set signs.You can only mint pictures of wallets you control. A signature costs nothing.
0
Free mint, gas only.Mint price is zero. Gas on Robinhood Chain is a fraction of a cent.
+
Add a wallet, change everything.A new wallet doesn't add detail to the old picture. It paints a completely new one at the next size.
Mint in 60 seconds
Four clicks from wallet to NFT.
ConnectHit Connect wallet. MetaMask or Rabby switches to Robinhood Chain. Each account you tick becomes a seed.
Pick or mergeSelect one seed to mint it, or select two or three and hit Merge for a sprite or a masterpiece.
SignEach other wallet in the set signs once. Switch account, click Sign, done. No gas.
MintConfirm one transaction. Your set is on-chain and shows on the Collection page instantly.
No MetaMask? Trading on Axiom or GMGN? You can preview your art with just the address, and mint it with a two-minute move.
Read how →Under the hood
For the ones who read contracts.
HashSHA-256 of the sorted, lowercased addresses seeds every decision: palette, pixels, creature, terrain.
TokenERC-721 on Robinhood Chain (chain 4663). Token ID = keccak256 of the sorted wallet list.
ContractVerified on Blockscout. Read the mint function before you trust it.
SignaturesEach non-minting wallet signs the set hash with personal_sign. The contract recovers and checks every one.
ImagesRendered from the hash on demand, served as SVG, so marketplaces and wallets show the same picture.
CollectionIndexed straight from the chain's mint events and streamed live over WebSocket.