Transfer bel-20
You cannot transfer tokens by simply moving the inscription. Instead, you need to use the transfer function:
-
Inscribe the transfer function in your wallet.
-
Double-check the details of the transaction.
-
Send the transfer to the desired destination to update the token balance.
{
"p": "bel-20",
"op": "transfer",
"tick": "ordi",
"amt": "100"
}
Key |
Recuired? |
Description |
---|---|---|
p |
Yes |
Protocol: Helps other systems identify and process bel-20 events |
op |
Yes |
Operation: Type of event (Deploy, Mint, Transfer) |
tick |
Yes |
Ticker: 4 or 5 letter identifier of the bel-20 |
amt |
Yes |
Amount to transfer: States the amount of the bel-20 to transfer. |
