NULLPETS
SYSTEM://NULLPETS

NULLPETS

10,000 entities generated entirely from code. Recovered from a corrupted digital system. Every token contains a different combination of traits, states and anomalies.

10,000
TOTAL ENTITIES
10
MYTHIC 1/1s
50
LEGENDARY
100%
PROCEDURAL
01 // ORIGIN

Something went wrong.

NULLPETS were never supposed to exist. They are fragments recovered from a corrupted digital environment — reconstructed from algorithms, pixels and forgotten data.

02 // THE SYSTEM

Every entity is different.

A deterministic generator transforms each token number into a unique combination of species, body, fur, eyes, expression, accessories and environment.

03 // DISCOVERY PROTOCOL

Find the NULLPET.

The system contains hidden entities. Enter a token number to access one. Hints are available if you get lost.

> NULLPETS DISCOVERY TERMINAL
> CONNECTION ESTABLISHED.
> ENTER A TOKEN NUMBER BETWEEN 1 AND 10000.
HINT 01: The first entity in the system is where everything began.
05 // RESTRICTED DATABASE

THE 1/1 VAULT.

Exactly ten Mythic entities exist. Each has its own identity and name.

06 // PROOF OF GENERATION

MADE BY CODE.

NULLPETS does not require hand-drawn artwork. Every entity is produced by a deterministic procedural generation system.

function generate(tokenId){

    const seed =
        SHA256(
            "NULLPETS:" +
            tokenId
        );

    const species =
        choose(seed);

    const body =
        choose(seed);

    const fur =
        choose(seed);

    const eyes =
        choose(seed);

    const accessory =
        choose(seed);

    return createSVG({
        tokenId,
        species,
        body,
        fur,
        eyes,
        accessory
    });
}

generate(1);
generate(2);
generate(3);

...

generate(10000);
DETERMINISTIC The same token ID always produces the same generated entity.
10,000 SVG FILES Every entity has its own generated SVG artwork.
TRAIT SYSTEM Traits are selected programmatically.
DUPLICATE PROTECTION Trait combinations can be checked before generation.
METADATA Every token has its own metadata.
07 // SYSTEM ROADMAP

WHAT COMES NEXT.

PHASE 01

THE SYSTEM

✓ 10,000 entities generated
✓ Procedural SVG engine
✓ Metadata system
✓ Rarity system
✓ 10 Mythic 1/1s

PHASE 02

THE DISCOVERY

✓ NULLPETS website
→ Hidden codes
→ Discovery game
→ Secret entities
→ Community discoveries

PHASE 03

THE LOCK

→ Staking
→ Points
→ Holder mechanics
→ Rewards

PHASE 04

THE UNKNOWN

→ Expanded universe
→ New systems
→ Hidden mechanics
→ ???
→ ???