↘️How to send to another wallet

You can follow all Tap token instructions here: https://github.com/BennyTheDev/tap-protocol-specs or you can manually:

{
    "p": "tap",
    "op": "token-send",
    "items": [
        {
            "tick": "rpg",
            "amt": "1000",
            "address": "bc1pj54z06qh9pxhae09xw3mvrupzfppfgstfxvuhtt52t4fpgrvhs2qkmzqct"
        }
    ]
}

Make sure to change the "amt" & "address" to the one you want. After you sent inscription, and it's confirmed, you have to send the inscription to yourself (self-transfer) to Tap (confirm) that you have the balance you are sending. You can also use this tool to create the JSON: https://www.ord.io/23137822

Last updated