Born of a Wallet

Born of a Wallet

Every turtle is summoned by your wallet's fingerprint. The art, the traits, the dna — all derived from your address at the moment of mint.

Mint parameters

ParameterValue
Supply10,000
Price0.0005 ETH per turtle
Max per wallet20
Whitelistyes — allowlist mint phase before the public mint
Whitelist spotsvia collabs with other projects + The Hatchery game
Public mintyes (opens after the whitelist phase)
First public token ID#8 (token IDs #1–#7 are reserved for Legendaries)
Revealinstant hidden until reveal 👀

Instant reveal The reveal

There is no delayed reveal, no metadata reroll, no oracle. Change of plans.

Nothing changes in how your turtle is made. The dna is still generated at the moment of mint, on-chain, and locked forever (no reroll, no oracle). The only difference: the art stays hidden until we trigger the reveal on the contract.

Why hold it back? The top minter is walking away with something special, and it only makes sense to drop it when the turtles finally show their faces. What is it? Sealed for now. 👀

The dna is built from:

  • the previous block hash
  • your wallet address
  • the token id
  • block.prevrandao
Glyphs.sol
uint256 dna = uint256(
    keccak256(
        abi.encodePacked(
            blockhash(block.number - 1),
            id,
            to,
            block.prevrandao
        )
    )
);

Once minted, your turtle's traits are locked. The state can change (shares grow, scars appear, lineage marks accumulate). The traits don't.

What you see at mint

Your turtle arrives as Pristine — a clean shell, 1 share, ready to grow. The patina, the moss, the runes, the forge marks — those come later, depending on what path you choose.

The Two Paths