Skip to main content

4.7 Binding UTXO

Binding a UTXO is defined by the following data structure:

{
"p": "n20",
"op": "up",
"tick": "note",
"v": "1"
}
KeyRequired?Description
pYesProtocol name, n20, lowercase
opYesOperation name, up, lowercase
tickYesToken name, up to 16 bytes, case-insensitive
vYesint, integer, version number of the binding

The unbound token amount in the account will be fully bound to the token address of the first transaction output.