Testnet build. Contracts are unaudited — do not use with real funds.

Creator

Creator Studio

Creation is not minting. This module takes you from an empty project to a deployed, tradable collection — with correct layer alignment enforced along the way.

Workflow

  1. 01

    Create Project

    Name, symbol, description, max supply, standard.

  2. 02

    Base Character

    The character every overlay trait aligns to.

  3. 03

    Layers

    Background, body, eyes, mouth, headwear, accessories.

  4. 04

    Traits

    Transparent, canvas-sized PNG/WebP per trait.

  5. 05

    Rarity

    Per-trait weights drive selection probability.

  6. 06

    Preview

    Live composite over the base character.

  7. 07

    Generate

    Deterministic seeded generation, batch by batch.

  8. 08

    IPFS

    Image CID, then metadata CID.

  9. 09

    Deploy

    Collection contract via PivahCollectionFactory.

  10. 10

    Launch

    Public mint, marketplace listing, or a DEX pool.

!

Trait assets must be overlays

Every trait file must be a transparent image at the full canvas size (e.g. 1000×1000) with the artwork positioned exactly where it sits on the base character. A cropped image of just a hat, or a complete piece of finished artwork, will composite incorrectly. Pivah validates dimensions and transparency at upload time.

Jump to