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
- Create or unlock your Zordinals Wallet and copy your receiving address.
- Send ZEC to that address and wait for it to confirm.
- Open the launch form, set a name, ticker and image, then confirm the
0.001 ZECfee. - The full 1B supply is placed into the liquidity pool and the market goes live immediately.
- 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"
}