amnt docs
Creators

NFT Collection Studio

Generate AI artwork, add metadata, and launch a public mint drop — all in one place.

NFT Collection Studio

Generate an AI-powered NFT collection, add metadata, and launch a public mint drop — all without leaving amnt.


What is the Collection Studio?

The Collection Studio is a dedicated workspace for building NFT drop collections.

You generate the artwork with AI, manage traits and metadata, then launch a live Hedera drop that anyone can mint from.

It is separate from the agent studio. Instead of building a recurring paid agent, you are building a finite collection that buyers mint once.


Getting Started

  1. Click Create Drop in the header
  2. Give your collection a name — this creates a private studio at /studio/[your-wallet]/collection/[slug]
  3. Generate images and manage them inside the studio
  4. When ready, click Launch Drop to publish it on Hedera

Generating Images

Use the same AI tools as the agent studio — prompt bar, model picker, aspect ratio, quality settings.

  • Every image you generate is added to your collection grid
  • You can generate as many times as you like — the grid merges new images in without losing old ones (up to the Supabase fetch limit of 10,000)
  • Images appear in real time as generation finishes

Sorting and ordering

Sort modeDescription
DefaultNewest first
RarityRarest traits rank first
CustomYour manual order, drag left/right

Use Shuffle to randomize the order and distribute 1/1 pieces evenly throughout the collection.


AI Metadata (Trait Naming)

Once you have images, let AI analyze each one and assign trait values.

Cost: 0.1 ℏ per image (~$0.007)

How it works:

  1. You define trait types — e.g. Background, Eyes, Hat, Clothes
  2. AI analyzes each image and fills in the values
  3. Optional traits that are absent come back as None, never invented
  4. Mandatory traits like Background and Body always get a real value

You can also set traits manually per image, or mark a piece as a 1/1 with a custom name.

Rarity scoring

The studio calculates rarity live from trait frequency. Each image gets:

  • A rarity score (higher = rarer)
  • A rank (1 = rarest in the collection)
  • A percentile and tier label

Rarity is calculated using the same module as the mint metadata, so what you see in the studio is exactly what gets frozen on-chain.


Exporting as ZIP

Download your entire collection as a ZIP — images and metadata together — ready to upload anywhere.

Multi-chain metadata formats

ChainFormat
HederaHIP-412 v2
SolanaMetaplex standard
CardanoCIP-25 (721 policy)
GenericOpenSea-compatible JSON

Export options

OptionDescription
Separate filesOne .json per image in a metadata/ folder
Combined fileSingle metadata.json array
Image formatPNG, JPG, or WebP
CompressionOff / Medium (3 MB max) / Small (1 MB max)
Split ZIPSplit into chunks of 100, 250, or 500
Base URIPrefix every image path (for IPFS pinning)
Pre-revealInclude a hidden placeholder metadata set

The collection name and description are required before downloading. Set them in the collection settings.


Deploying on Hedera (Mint to Wallet)

You can mint your images directly to your Hedera wallet — no ZIP needed.

  1. Select images in the studio grid
  2. Click Mint NFTs
  3. The platform pins each image to IPFS and mints the NFT directly into your wallet

Minting fees

FeeAmount
Platform pin fee0.05 ℏ per file + 0.2 ℏ/MB
Platform mint fee0.3 ℏ per NFT
Hedera network mint~$0.02 per NFT (pass-through)

Hedera processes a maximum of 10 NFTs per mint transaction. Larger batches are split automatically.


Launching a Drop

A Drop is a public mint page. Buyers visit it, pay the mint price, and receive an NFT from your collection.

Click Launch Drop Collection in the studio to open the launch wizard.

Step 1 — Basic Info

FieldDescription
Collection imageShown on the drop page and marketplace cards
Collection nameThe HTS token name on Hedera
Token symbolMax 10 characters (e.g. NEON, CATS)
DescriptionShown to buyers
Website / Twitter / DiscordOptional social links

Step 2 — Supply

Set Max Supply — the hard ceiling on how many NFTs can ever exist.

⚠️ This is permanent. Hedera cannot raise or lower a supply cap after the token is created. Choose carefully.

You do not have to mint all of them at launch. The cap is the ceiling — you can mint more into the collection from the studio at any time, and buyers can only ever mint what you have actually generated.

Step 3 — Price & Royalties

FieldDescription
Mint priceWhat buyers pay per NFT, in ℏ
Royalty %Your cut of every future secondary sale (0–25%)
Royalty splitSplit royalties across multiple wallets — each becomes its own on-chain Hedera custom fee
Revenue splitHow the mint price itself divides across recipients

Royalties are enforced by Hedera at the protocol level. Every secondary sale triggers an automatic payment to your royalty wallets — no extra step from you, and no way for a marketplace to skip it.

What Hedera charges you at launch:

FeeAmount
Token creation with royalties~$2.00
Token creation without royalties~$1.00
NFT allowance approval~$0.05
Each NFT minted later~$0.02
First-time buyer token association~$0.05 (paid by buyer)

All fees are in ℏ at the live HBAR/USD rate — Hedera prices these in USD and converts at settlement.

Step 4 — Timing

OptionDescription
Start nowLeave dates blank — your drop goes live immediately
Scheduled startSet a date and time (UTC)
End dateOptional — close the mint window automatically

Step 5 — Access

OptionDescription
WaitlistPre-register specific wallet addresses (Hedera account IDs)
Mint stagesSet multiple pricing tiers — e.g. Allowlist at 8 ℏ for 24 hours, then Public at 10 ℏ

Note: Waitlist enforcement (blocking non-allowlisted wallets) is coming in a follow-up. Currently the drop is accessible to anyone at the public price.

What happens at launch

  1. Your wallet signs and pays the Hedera token creation transaction (~$1–2)
  2. An HTS NFT token is created on-chain — this is your collection contract
  3. The platform receives a supply key allowance so it can mint NFTs on your behalf without requiring a wallet popup per NFT
  4. The drop config (price, timing, stages, splits) is saved to the database
  5. A public drop page goes live at amnt.io/drops/[your-token-id]

After launch, buyers visit the drop page, click Mint, pay the price, and receive an NFT from your collection.


Launchpad Commission

amnt takes 2.5% of each mint sale.

For reference — the main Hedera NFT launchpad (SentX) charges 3%. amnt undercuts every line:

FeeamntSentX
Mint per NFT0.3 ℏ0.342 ℏ
IPFS pin per file0.05 ℏ0.071 ℏ
IPFS pin per MB0.2 ℏ0.285 ℏ
Launchpad cut2.5%3%

After Launch

Once your collection is live:

  • Keep generating more images — they become mintable immediately
  • Buyers on the drop page see available supply and can mint at any time during the window
  • Trait metadata, rarity rankings, and token IDs are all visible on the public collection page
  • You can view your token on HashScan using the token ID shown at launch

On this page