Documentation

Claiming

Acquire unclaimed Crafts from the 100×100 grid — one at a time or in a sweep.

The Claim page shows all 10,000 Crafts. Available squares can be minted; claimed squares show ownership. Filter by type (Capsule, Vault, Machine, Axiom, Relic), toggle price display, and use the minimap to jump across the grid.

Single claim

  • Click an available Craft to open the claim dialog
  • Enter text or paste hex bytes (0x…) as your initial payload
  • Machine Crafts require a machine contract address (Router preset, custom, or your own IMachine — see Machine template)
  • Relics use pre-determined content — no custom payload at claim
  • Your current on-chain role (setRole) is stamped onto the Craft as craftToRole at mint
  • Confirm the transaction; price equals tokenId × 0.00001 ETH

Sweep mode

Select multiple unclaimed Crafts of compatible types and claim them in one transaction with a shared payload. Total cost is PRICE_PER_UNIT × sum(tokenIds). On-chain, the shared bytes blob is split left-to-right: each token takes up to its capacity (tokenId bytes) from the remaining buffer. Relics cannot appear in a batch. Tokens claimed by others while you select are dropped before submit.