How to Mint

Disclaimer: If you choose to mint NatDogs, please do so at your own risk. All Natdogs on blocks prior to 830592 have been minted.

Step 1: Familiarize yourself with Natdogs traits

Review Traits Documentation to understand how NatDogs traits are assigned.

Step 2: Find a Natdogs block

First, find a Bitcoin block that contains the pattern 3b in the hexadecimal bits field for Bitcoin's block data. You can do this by looking up a block in a Block explorer like https://blockstream.info/, or by querying Bitcoin block data.

Step 3: View Natdog

Once you have found a block number that is associated with NatDogs, enter the block number in the Natdogs viewer to visualize.

Step 4: Check availability

Each NatDog can only be inscribed once. So once you find a block number for a NatDog you like, you'll want to see if anyone else has inscribed it already. You can confirm that the block has not already been minted, by searching for the contents of the mint inscription for the given block (see step 5) via an ordinals search tool such as https://unisat.io/search. Note: search tools like Unisat search will honor spaces when searching, but spaces are ignored in DMT mint syntax. To confirm availability, it is recommended that you search for mint syntax with and without spaces.

Step 5: Mint

To inscribe your NatDogs mint, enter the mint inscription text in the text inscription platform of your choice, and replace <yourblocknumberhere> with the bitcoin block number for your NatDog.

Inscription text:

{
"p":"tap",
"op":"dmt-mint",
"dep":"3e09b19d668e39bfa16aeae7882c123bfc42f939a09426b240b176f98628f487i0",
"tick":"natdogs",
"blk":"<yourblocknumberhere>"
}

Step 6: Confirm

Once your inscription is confirmed, you can view your Natdogs on Mscribe under "My Inventory" > "UNATs" (requires wallet connection). If your inscription was successful, you will see it reflected in the count in your NAT inventory.

Last updated