amnt docs
Collections

Generate and launch

How many combinations your parts make, how many to generate, and what ships.

How many you can make

Select the parts you want in the grid, then open Generate. The panel shows one number before you commit:

These parts make 48,300 different NFTs

That is the sum of the combination space across your selected bases. You choose how many of them to generate, up to that number, capped at 100,000.

With more than one base, the count is split by each base's share of the combinations.

Generating

Pieces land in the grid in random order, as SVG, with traits already attached. That means rank, metadata, the ZIP export and Launch Drop all work the moment they appear.

Inserts are chunked at 500.

A run is a copy. Generate snapshots the chosen parts into a new collection row, so renaming a trait afterwards never repaints pieces that are already made, and never changes art that has already been minted.

Backgrounds

Pick from the palette: twelve hues by five shades, plus greys, about 66 swatches. Click to include, click again to remove. They are computed, free, and stored as flat hex on the spec.

AI backgrounds go through the prompt bar in Background mode and are vectorized into a full-frame Background layer at the bottom when you generate.

An AI background becomes grid cells, never an embedded PNG. A raster never reaches a token, and that rule is what keeps 10,000 pieces small enough to save in one request.

What a piece actually is

<svg>
  <g id="Background">...</g>
  <g id="Body">...</g>
  <g id="Clothes">...</g>
  <g id="Mouth">...</g>
  <g id="Eyes">...</g>
  <g id="Head">...</g>
</svg>

One named group per slot. Nothing else.

Launching

Launch Drop puts the collection on OpenSea. There is no contract to write and no deploy script to run.

Amnt takes 0% of a drop. You set the price and keep the proceeds.

Before you launch

  • Confirm your traits first. Metadata needs trait types, and it will not guess.
  • Check the count. 10,000 of one base is a very different collection from 10,000 spread over four.
  • Look at the grid at small size. If a piece does not read at thumbnail size, it will not sell at thumbnail size.

Limits

Pieces per run100,000
Insertschunked at 500
Trait typeswhatever you confirm
Bases per collectionunlimited

On this page