OVERVIEW
Stompies is designed as an onchain NFT layer for a Robinhood Chain trading pool. Each eligible buy or sell produces one new pixel dinosaur and sends it to the wallet that made the trade.
This site is a working frontend preview. The mint feed and wallet connection are simulated until the contracts, hook and live event indexer are connected.
TRADE FLOW
- TRADE
A wallet swaps through the Stompies pool on Robinhood Chain.
- HOOK
The custom pool hook identifies the direction of the swap and applies the configured fee.
- GENERATE
Transaction data is used as a deterministic seed for the Stompie's visual traits.
- MINT
The generated NFT is minted directly to the trader. There is no separate claim step.
- DISPLAY
A contract event is indexed and pushed to the site so the new Stompie can join the live herd.
HOOK + FEES
The hook is intended to sit at the pool boundary: classify the swap, account for the fee, trigger or authorize the mint path, and emit the data the indexer needs. Contract logic should remain the source of truth; the website only renders confirmed events.
OPEN STOMPIES-HOOK ON GITHUB ↗NFT TRAITS
Each Stompie can combine a body color, background, headwear, eyewear, handheld item and other rare details. The final contract should derive these choices from verifiable transaction inputs so the same seed always produces the same metadata.
LIVE WEBSITE
Once the contracts are deployed, an indexer can subscribe to mint events, resolve token metadata, and publish updates over a websocket or server-sent event stream. The herd grid, 3D viewer and recent-mints table can then update without a page refresh.
BUILD STATUS
- DONE RESPONSIVE WEBSITE + 3D NFT VIEWER
- DONE STOMP RUN GAME
- DEMO LIVE MINT FEED
- NEXT WALLET + ROBINHOOD CHAIN CONFIG
- NEXT HOOK, NFT CONTRACT + INDEXER
Contract addresses, pool IDs, RPC endpoints and explorer links will be added here after deployment.

