# NAT Use Cases

<figure><img src="/files/vzrj1yEhyQb79g2QImeX" alt=""><figcaption><p>Fair, Function, and Provenance methods are outlined above</p></figcaption></figure>

## Methodology

There are 3 methods outlined above that allow for custom usecases depending on your style of project.&#x20;

#### Method 1

Minting a NAT using the deploy inscription as a reference establishes on-chain provenance and employs the fair mint distribution process. This enables anyone to leverage any inscription service to mint a NAT using Method 1. Please refer to [$NAT](/digital-matter-theory/introduction/nat-use-cases/usdnat-method-1-live.md) as a live demonstration.&#x20;

#### Method 2

Once a deploy inscription exists, token-auth can be generated as a child inscription and sent to a minting platform. This enables you to create logic to allow minting based on some challenge parameter met by the minter. This concept can be used as a method to earn NATs based on an achievement where the burden on minting cost is on the minter and not on the token deployer.&#x20;

#### Method 3

For existing projects, such as Bitmap, you can generate a NAT and leverage parent-child inscriptions through the Blockdrop mechanism to allow bitmap holders to claim NATs. This method is scalable and allows the onboarding of future Bitmap holders for as long as Bitcoin exists.&#x20;


---

# Agent Instructions: 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:

```
GET https://digital-matter-theory.gitbook.io/digital-matter-theory/introduction/nat-use-cases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
