Quick start

From an empty wallet to a live market in a few minutes.

Before you begin

You need a Zordinals Wallet and a small amount of ZEC — enough to cover the 0.001 ZEC launch fee plus network fees, and whatever you intend to trade with.

Steps

  1. Create or unlock your Zordinals Wallet and copy your receiving address.
  2. Send ZEC to that address and wait for it to confirm.
  3. Open the launch form, set a name, ticker and image, then confirm the 0.001 ZEC fee.
  4. The full 1B supply is placed into the liquidity pool and the market goes live immediately.
  5. Buy from the curve, or share the coin page so others can.
Double-check the ticker and image before confirming. Launch parameters are written into the coin's inscription record and cannot be edited afterwards.

Anatomy of a launch payload

The launch form assembles a record that looks like this before it is inscribed:

json
{
  "p": "zord-20",
  "op": "launch",
  "name": "Example Coin",
  "ticker": "EXMPL",
  "supply": "1000000000",
  "fee": "0.001",
  "curve": "constant-product"
}