A token under your name
A series under your name. Cost 100 XFER.
{
"schema": "xcoin-asset-1",
"chain": "XFER",
"kind": "sub",
"symbol": "YOURHANDLE/PROJECT",
"parent": "YOURHANDLE",
"name": "Project name",
"description": "One paragraph: what this asset is, who it is for, and what one unit represents.",
"description_mime": "text/plain; charset=UTF-8",
"type": "Tokens",
"keywords": "XFER, YOURHANDLE, project",
"website_url": "https://example.com",
"image_url": "ipfs://bafybeihAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/cover.png",
"icon": "",
"issuer": "Your name or studio",
"contact_name": "Your name",
"contact_email": "you@example.com",
"contact_address": "",
"contact_phone": "",
"quantity": 1000,
"units": 0,
"reissuable": true,
"has_ipfs": true,
"forsale": false,
"forsale_price": "",
"domain": "",
"notes": "Pin this JSON to IPFS. In the desktop wallet, create YOURHANDLE/PROJECT as a sub-asset and paste the CID. Do not invent a new root — claim your handle root first."
}One item
A single work. There is only one. Cost 5 XFER.
{
"schema": "xcoin-asset-1",
"chain": "XFER",
"kind": "unique",
"symbol": "YOURHANDLE#ITEM001",
"parent": "YOURHANDLE",
"name": "Item title",
"description": "This unique is one of one. Describe the work, edition, or deed.",
"description_mime": "text/plain; charset=UTF-8",
"type": "Unique",
"keywords": "XFER, unique, YOURHANDLE",
"website_url": "https://example.com/item/001",
"image_url": "ipfs://bafybeihAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/item.png",
"quantity": 1,
"units": 0,
"reissuable": false,
"has_ipfs": true,
"issuer": "Your name or studio",
"contact_name": "Your name",
"contact_email": "you@example.com",
"notes": "Uniques are always quantity 1. Burn is 5 XFER. Name is PARENT#tag. Full name must stay within 33 characters."
}