> 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/guides/usdbmt-blockdrop-claim.md).

# $BMT Blockdrop Claim

{% hint style="danger" %}
Awaiting blockdrop indexing by Trac Systems. Wait for block height announcement to enable block drops.
{% endhint %}

## $BMT Mint Inscription JSON

```
{
"p": "tap",
"op": "dmt-mint",
"dep": "a2014009b3af54ea0670002f67f6174b42f2098f632e454e9acae119a82efaadi0",
"tick": "bmt"
}
```

### To mint your $BMT token as a child inscription from your Bitmap requires 2 on-chain transactions

<figure><img src="/files/v8BC0xEb6GhYNRVDsAuj" alt=""><figcaption></figcaption></figure>

#### First Transaction

1. Visit your favorite parent-child inscription site.&#x20;
2. Chose "Text" inscription
3. Copy and paste the above JSON data in the field.&#x20;
4. Specify a parent inscriptionID for your Bitmap that will be the parent for the transaction.&#x20;
5. Paste in your destination bitcoin wallet address
6. Pay the network fee.&#x20;

#### Second Transaction

7. Send your Bitmap to the address provided by the platform for the on-chain provenance&#x20;
8. Pay the 2nd network fee.&#x20;
9. Your Bitmap and the child inscription should arrive at your desired wallet.&#x20;


---

# 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/guides/usdbmt-blockdrop-claim.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.
