# Generative mint studio

The generative mint studio lets artists upload trait layers, set weights and rules, preview editions and rarity, and export metadata for EVM and Solana.

- **Deterministic**: a seed produces the same plan in the browser and on the server, so a private seed can be kept until reveal.
- **Rules**: never-together and requires-one-of, including "none" traits.
- **Rarity report**: per-layer actual vs configured weights and rarity ranks.
- **Export**: images and metadata in ranges, `plan.json` and `project.json` for reproducibility; two-pass IPFS pinning (images, then metadata with the image CID).

The studio ships as a package (`@unvault/generative-mint`) with an engine, a React component and a Node renderer. Availability and API will be documented here.
