> For the complete documentation index, see [llms.txt](https://digital-matter-theory.gitbook.io/digital-matter-theory/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digital-matter-theory.gitbook.io/digital-matter-theory/introduction/non-arbitrary-tokens-nats/nat-token-transfer.md).

# NAT Token Transfer

## Transferring Tokens From token-mint Inscriptions

Transferring an NAT from a token-mint inscription is a single operation. Use the following JSON data to inscribe a block associated with the ticker name.&#x20;

```json
{
"p": "tap",
"op": "token-transfer",
"tick": "dmt-<name>",
"amt": "#"
}
```

<table data-full-width="true"><thead><tr><th width="115"></th><th width="110" data-type="checkbox">Required</th><th width="105" data-type="checkbox">Optional</th><th>Description</th></tr></thead><tbody><tr><td>p</td><td>true</td><td>false</td><td>Protocol: TAP</td></tr><tr><td>op</td><td>true</td><td>false</td><td>Operation: Event (dmt-deploy, token-mint, <strong>token-transfer</strong>)</td></tr><tr><td>tick</td><td>true</td><td>false</td><td>Ticker: Matches the ticker in the <code>token-mint</code> inscription</td></tr><tr><td>amt</td><td>true</td><td>false</td><td>Amount: Chose an amount of NATs to transfer. <br>⚠️ <strong>Can Not Exceed Account Balance</strong> </td></tr></tbody></table>

### Token Transfer & Balance

Trac Systems is indexing all inscriptions from The TAP ecosystem from end to end including transfer inscriptions.&#x20;

### UNAT Transfer

When transferring a UNAT, you are only transferring a mint inscription. It does <mark style="background-color:red;">NOT</mark> transfer the fungible tokens with it. The non-fungible UNAT and the fungible NATs are separate and independent assets.&#x20;

> The non-fungible UNAT and the fungible NATs are separate and independent assets.&#x20;
