Transfer XRC-20

Be careful if using inscription services. Some tools inscribe to other wallets first before forwarding inscriptions to the user (thus because the intermediate inscription service owned address has no balance and the transfer function is wasted).

Some ordinals wallets generate a different address each time, make sure to send to the address that holds the balance.

{ 
"p": "xrc-20",
"op": "transfer",
"tick": "xtai",
"amt": "1000"
"A(m,n)":" At(i,j) "
"Ac":"𝑟𝑒𝑠ℎ𝑎𝑝𝑒(𝐴, 1, 𝑀𝑁)"
}

Key
Required
Description

p

yes

Protocol: Helps other systems identify and process xrc-20 events

op

yes

Operation: Type of event (Deploy, Mint, Transfer)

tick

yes

Ticker: 4 letter identifier of the xrc-20

amt

yes

Amount to transfer: States the amount of the xrc-20 to transfer

to

no

Address to send to: States the receiving address. If left blank logic will presume that the receiver of the transfer is correct.

Fee

no

Transfer fee: For tracking without taproot data purposes only

A(m,n)

yes

The transposed result of A(i,j)

Ac

yes

The result of scrambling matrix A

Last updated