ZRC20 · zrc-20 standard● LiveZcash mainnetdeploy · mint · transferFair mintsKeys stay local
Operation · transfer

Send tokens

One transaction moves the balance: the operation carries the amount and the transaction pays a dust output to the recipient, which is how the receiver is identified.

You have no ZRC-20 balances yet. Mint a ticker first.

Written on-chain54/80 bytes
{
  "p": "zrc-20",
  "op": "transfer",
  "tick": "tick",
  "amt": "0"
}

Your verified balance is checked again immediately before signing. A transfer above that balance is blocked and never broadcast.