The full story
Random Walk NFT is a generative art collection and an on-chain game, live on Arbitrum since 2021. Minting creates a unique seed that becomes six artworks, and every mint feeds an ETH vault that pays the last minter standing. This page explains the whole system — and how to verify every claim yourself.
When you mint, the contract records a fresh 32-byte seed against your token id — data that could not be known before the transaction confirmed. That seed is the artwork's DNA. From it, an open-source generator produces a high-resolution still image and two films (a single walker and a triple walker), each rendered on black and on white — six works per token. The token itself carries the seed, the provenance, on-chain naming rights, and a place in the Vault game.
The generator hashes the seed with SHA3-256, over and over, producing an endless stream of random bits. Two bits at a time choose a direction — right, left, up, or down — and the path walks millions of steps until it fills a 1.6:1 canvas. In parallel, three color channels each take a small random step per walk step; after normalization they become the RGB color of every point. Shape and palette are therefore born from the same randomness — no human curates the outcome.
The canvas on this page runs the identical algorithm in your browser at miniature resolution, on a fresh random seed each time.
Read the full generator sourceDrawing a walk from a fresh random seed…
Every wei paid for minting goes into the contract — the creators take nothing. The most recent minter holds the vault's only key. If 30 days pass without a new mint, the keyholder may withdraw half of everything inside; the other half stays and seeds the next round. Any new mint resets the clock to 30 days and takes the key.
Because the pool accumulates every mint while the price rises only gradually, the prize stays several hundred times the current mint price. As of today the vault holds 40.63 ETH against a mint price of 0.0904 ETH — a ratio of about 450x. In 5 years and 4,096 mints, the clock has never reached zero — the vault has never been opened.
See the live vaultThe price increases about 0.1% with every mint — a factor of 1.001, which compounds to a doubling roughly every 693 mints. There is no supply cap; the rising price is the only limit. This curve is why the game must eventually end: at some point minting becomes so expensive that nobody dethrones the keyholder for 30 days, and the vault opens for the last minter.
Immutable contract
The contract has no admin keys and no upgrade path. The rules deployed in 2021 are the rules today, and nobody can change them — including the creators.
Zero creator fees
No mint revenue goes to the team. Their only stake is the tokens they minted early, at the same prices and rules as everyone else.
CC0 public domain
All artwork is free for anyone to use, remix, or sell. Ownership on-chain is what collectors hold: seed, provenance, name, and game position.
Art that outlives the website
The generator is open source and pinned on IPFS. Anyone can regenerate every artwork from on-chain seeds, so the art survives even if this site disappears.
Collect it, name it on-chain, vote in the Beauty Contest, trade it on Axiom Zero, or play the Vault game by minting. Beyond this site, Random Walk NFTs have live utility in Cosmic Signature, a related on-chain art protocol by the same team: anchor a token there — without selling it — to become eligible for Stellar Selection rewards (1,000 CST and a Cosmic Signature NFT), or attach an unused token to one ETH gesture for a one-time 50% discount.
Don't trust this page — check it. The NFT contract is verified at 0x895a6F444BE4ba9d124F61DF736605792B35D66b on Arbiscan, where every rule described here is readable in the source. The contract repository is public on GitHub, and the art generator — with pinned dependencies and instructions — is published on the Open Source page and on IPFS. Live numbers on this page are read directly from the chain.