Protocol uses P2PKH addresses. Actions are saved using OP_RETURN.
Message data is UTF-8 encoded. For example, this action would set your name to "memo":
OP_RETURN 6d01 6d656d6f
Action | Prefix | Values | Status | Example |
---|---|---|---|---|
Set name | 0x6d01 | name(217) | Implemented | Block Explorer |
Post memo | 0x6d02 | message(217) | Implemented | Block Explorer |
Reply to memo | 0x6d03 | txhash(32), message(184) | Implemented | Block Explorer |
Like / tip memo | 0x6d04 | txhash(32) | Implemented | Block Explorer |
Set profile text | 0x6d05 | message(217) | Implemented | Block Explorer |
Follow user | 0x6d06 | address(35) | Implemented | Block Explorer |
Unfollow user | 0x6d07 | address(35) | Implemented | Block Explorer |
Set profile picture | 0x6d0a | url(217) | Implemented | Block Explorer |
Repost memo | 0x6d0b | txhash(32), message(184) | Planned | - |
Post topic message | 0x6d0c | topic_name(variable), message(214 - topic length) | Implemented | Block Explorer |
Topic follow | 0x6d0d | topic_name(variable) | Implemented | Block Explorer |
Topic unfollow | 0x6d0e | topic_name(variable) | Implemented | Block Explorer |
Create poll | 0x6d10 | poll_type(1), option_count(1), question(209) | Implemented | Block Explorer |
Add poll option | 0x6d13 | poll_txhash(32), option(184) | Implemented | Block Explorer |
Poll vote | 0x6d14 | poll_txhash(32), comment(184) | Implemented | Block Explorer |
Send money | 0x6d24 | message(217) | Implemented | Block Explorer |
Additional actions being considered:
Note: Actions that have not been implemented are subject to change.