Generative (code-driven)
One deterministic script - art, game, music or PFP - where each mint gets a unique on-chain hash that seeds it. Same contract and pricing across the whole family.
Free under 5 MB, $0.05/MB above with a $0.50 minimum.
Creator, once at deploy
artsunami takes 5% of the first sale. On the platform's own mint the collector pays it on top of the mint price; on SeaDrop / OpenSea mints it's deducted on-chain from the sale (creator receives 95%).
Taken on the first sale
Resales routed through the artsunami marketplace pay 5% to the platform. Off-platform resales are unaffected.
Settled out of the resale
EIP-2981 royalty (separate from the fees above)
On top of the table above, you set your own royalty rate at deploy (capped at 10%). Every honest marketplace - including artsunami - pays it directly to your wallet on every resale. The royalty is never withheld by artsunami: the contract sends it to you in the same transaction as the seller payout.
Cost breakdown for this format
- Typical storage footprintScript bytes (chunked into the contract) plus per-token metadata. A typical p5.js sketch is 10-50 KB; a heavy three.js scene 100-300 KB.
- Resulting storage feeScript storage is gas, not a storage fee. Metadata is generated on the fly from the contract, so the storage fee is usually zero.
- +Script is stored on-chain in chunks - one transaction per ~24 KB chunk. Three or four chunks is normal.
- +Token URI is fully on-chain (base64 JSON) so marketplaces always have something to render.
- +Each mint stores its hash in the contract; the script reads it via the standard tokenData hook.
- +Artwork is live from mint #1 - there's no off-chain renderer to wait on.
Other formats
Same two fees apply. Pick the format that fits your project.
PFP collection (image upload)
Layered profile pics from uploaded trait images - randomised editions of up to 10,000 tokens on ERC-721A.
See full pricing →EditionOpen or capped edition
A single artwork minted by anyone within a window, with a capped supply.
See full pricing →Auction1 of 1 with English auction
A unique piece sold to the highest bidder with reserve price and anti-snipe extension.
See full pricing →CuratedCurated 1-of-1 collection
One ERC-721 contract that holds many unique 1-of-1s, each sold through its own English auction.
See full pricing →PhysicalPhysical-digital pairing
A digital edition tied to a real-world object, with a collector shipping form after the sale.
See full pricing →TokenBonding-curve token
Launch a memecoin or a strategy token tied to your digital art collection.
See full pricing →