> 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/resources/usdnat-mint-process.md).

# $NAT Mint Process

1. Get the inscriptionID of the `dmt-deploy` that you want to mint from and paste it into the "dep" field within the quotes: i.e. `"dep": "<inscriptionID>",`
2. Copy and paste the following JSON in your favorite text inscription platform
   1. Make sure "dep" is filled in with the `dmt-deploy` inscriptionID
   2. the "tick" matches the `dmt-deploy` inscription
3. Type the block number that you want to own within the `"blk": "#"` data field.&#x20;
   1. Make sure no one else has inscribed the block number
4. Submit the JSON structure in any text inscription platform

## The following is the minting inscription for the $NAT token

{% hint style="warning" %}
Make sure the block doesn't already exist using Unisat or GeniiData by searching for: "blk": "#"
{% endhint %}

```
{
"p": "tap",
"op": "dmt-mint",
"dep": "4d967af36dcacd7e6199c39bda855d7b1b37268f4c8031fed5403a99ac57fe67i0",
"tick": "nat",
"blk": "#"
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://digital-matter-theory.gitbook.io/digital-matter-theory/introduction/resources/usdnat-mint-process.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
