The art
Straight out of the generator — no mockupsWhat happens next
01
The drop mints out
3,000 submarines at a flat $0.50 each — the same price for the first one and the last one. Capped at 20 per wallet, so one buyer cannot take the lot.
02
Reveal
Metadata switches from the placeholder to the real art. The boats existed before the reveal did — each one is drawn from its token id — so the reveal only changes what tokenURI points at.
03
The boats stay yours
Every submarine is drawn from its token id by a generator that ships with the project, so the art can be rebuilt from nothing but the id — it does not depend on this site staying up.
How the mint works
Properties of the contract, already written and tested — not promises on a page. The mint page reads all of it live, and if the page and the contract ever disagree, the contract is right.
| One flat price, the same for every token | on chain |
| The page never sets the price — it reads quote() when you press mint | on chain |
| Capped at 20 per wallet and 20 per transaction | on chain |
| Starts paused and unrevealed | on chain |
| Art is deterministic from the token id | in the repo |
| Audited | no |
