X Coin

Assets

Make a token

A token is something you can name, hold, and send.

  1. 1. Open your wallet and tap X.
  2. 2. Tap Sign in with X.
  3. 3. Tap Claim and your name.
  4. 4. Open Create assets. Add a name, a short description, and a picture.
  5. 5. Save the file, then create the token.

10 free pins a day. After that, 5 XFER each.

Open Create assets

Not affiliated with, endorsed by, or sponsored by X Corp., x.com, Twitter, Inc., or their affiliates. Terms.

Names and costs

A slash means a token under your name, like NAME/PROJECT. Making one costs 100 XFER.

A # means one item, like NAME#ITEM. Making one costs 5 XFER.

A token that ends in ! is the admin token. You need it to make more tokens under that name.

Your name can be at most 32 characters. The full name can be at most 33 characters. XFER and XCOIN are reserved.

Listing a token you already hold on Launch costs 10 XFER.

IPFS is where the picture and the description file are stored. The chain keeps a short id that starts with Qm and is 46 characters. Do not put the 12 words in that file.

The description can include name, description, image_url (image also works), website_url or external_url, and traits as trait_type plus value.

Example files

Replace YOURHANDLE and the example links. quantity, units, and reissuable are reminders for the create form.

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."
}

Do not

  • Guess a new name that is not yours. Claim the name from Sign in with X.
  • Put the 12 words or a password in the description file.
  • Use GitHub’s Code → Download ZIP. Use the download on the home page.

More steps live in the wiki. Read names on the explorer. Ask people — never for the 12 words — in the community Discord.