1 token awaiting reveal Reveal now
Note

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.

Verify

Official contract: 0x4032B832a642f92F9F1fAD818fF29d17679299da

Etherscan · OpenSea · @OusiaWtf

Only use ousia.wtf. There is no second mint site or presale. Ousia will never DM you or ask you to approve or setApprovalForAll for your CryptoPunk.

Phases
Mechanics

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.

Fig.Commit to reveal
You sign
Assignment · anyone can run
You sign
1Commit

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 2
The wait · ~15 min

Round 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.

Public calls · keeper usually runs it
2Reveal

Mint your tokens

Your assigned Ousia tokens are minted to your wallet. This is the moment the artwork appears.

Transaction 2 of 2