Create an NFT

(Testnet06 — minting costs a fraction of a test cent in gas.)

Minting creates a 1-of-1 token you own. Three of the choices you make here are permanent — read this page once before your first mint.

The choices

Token id

Every token has a unique id of the form <chain>:<name> — e.g. 1:sunset-01 for a token minted on chain 1. The chain prefix is enforced by the contract (you cannot mint 0:… from chain 1); the name part is yours. Ids are first-come: once 1:sunset-01 exists, nobody can mint it again — including you.

Royalty (permanent)

Your cut of every future sale, in basis points: 250 = 2.5%, 1000 = 10%, up to the contract maximum of 5000 = 50%. It is fixed at mint and can never be changed — not by you, not by the marketplace. Royalties are paid to your account automatically inside every settlement.

A practical note: a royalty-bearing token cannot be listed at a price so low that your royalty would round to zero — the contract rejects “dust” listings that would amount to a royalty-free transfer.

Transferable or sale-only (permanent)

Sale-only is the strongest royalty guarantee on the platform. It also removes the owner’s ability to ever move the token for free — collectors should know what they’re buying (the property is visible on every token page).

The token stores a URI string pointing at your artwork/metadata. The chain stores the pointer, not the file. Recommendations:

What minting does

One transaction, signed by you:

You pay only gas (~0.000002 KDA). There is no platform fee on minting.

After the mint