# Transfer

```
{ 
  "p": "#XRC20",
  "op": "transfer",
  "tick": "X",
  "to": "@twitscription_x",
  "amt": "2000"
}
```

<table><thead><tr><th width="119.33333333333331">Key</th><th>Description</th></tr></thead><tbody><tr><td>p</td><td>Protocol: Helps identify and process XRC20 events</td></tr><tr><td>op</td><td>Operation: Type of event (Deploy, Mint, Transfer, List)</td></tr><tr><td>tick</td><td>Ticker: Identifier of the XRC20</td></tr><tr><td>to</td><td>X Handle: Recipient of XRC20 Tokens</td></tr><tr><td>amt</td><td>Amount to transfer: States the amount of the XRC20 to transfer.</td></tr></tbody></table>

* The 'to' value must always start with an '@' and be a X username
* If the 'amt' value is greater than the balance, it will be invalid
