Minting Ousia takes two steps — this ensures token IDs are assigned randomly and cannot be predicted or targeted in advance. The first transaction commits your mint — your eligibility is verified and your spot is reserved, but no tokens are minted yet. After a short wait (~15 minutes), a second transaction mints the tokens to your wallet.
Punks' Claim works through Delegate Cash only — connect with your delegated wallet; the wallet holding the Punks cannot claim. This applies to raw and wrapped Punks (Ͼ721 & WPUNKS) alike — every claim goes through delegation.
Minting happens in two steps — commit and reveal. When you mint, the contract records your mint request and reserves the number of tokens, but no token is created yet and no token ID is assigned. At that moment, there is nothing to predict or target.
Token IDs are assigned only after the round closes. The assignment seed is the hash of the round's final block, which does not exist when you commit. One seed is used for the whole round, so there are no re-rolls and no timing games.
After assignment, reveal mints your already assigned tokens to your wallet.
Every step after commit is permissionless. Anyone can capture the round seed, resolve assignments, and reveal tokens for anyone. A keeper normally runs these calls, but it has no special authority; it only calls public functions on time. The mint does not depend on us or on this website. To finish a mint directly from the contract, see Contract → Mint.
The same commit-reveal process applies to every phase above. Only the entry point changes.
Reserve your mint
You submit a mint request and reserve the number of tokens. No token ID is assigned yet — nothing to predict or target.
Transaction 1 of 2Round closes
Seed is captured
The round's final blockhash becomes the assignment seed. Token IDs are assigned from that seed — one seed, no re-rolls.
Mint your tokens
Your assigned Ousia tokens are minted to your wallet. This is the moment the artwork appears.
Transaction 2 of 2