> For the complete documentation index, see [llms.txt](https://docs.dotordinals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dotordinals.io/dotordinals/transfer.md).

# Transfer

<figure><img src="/files/4ghiePVW6phIWk8SMDu5" alt=""><figcaption></figcaption></figure>

Transfer DRC 20 token.

```
{ 
  "p": "drc-20",
  "op": "transfer",
  "tick": "aval",
  "amt": "100000000",
  "to": "<ss58 address>"
}
```

<table><thead><tr><th width="99">Key</th><th width="127">Required?</th><th>Description</th></tr></thead><tbody><tr><td>p</td><td>Yes</td><td>Protocol: Helps other systems identify and process drc-20 events</td></tr><tr><td>op</td><td>Yes</td><td>Operation: Type of event (Deploy, Mint, Transfer)</td></tr><tr><td>tick</td><td>Yes</td><td>Ticker: identifier of the asc-20</td></tr><tr><td>amt</td><td>Yes</td><td>Amount to transfer: States the amount of the asc-20 to transfer.</td></tr></tbody></table>
