# Bulk Dual Inscription

Bulk Dual Inscription works the same as [Bulk Normal Inscription](/how-to-use-sating/bulk-sat-inscription.md) except the metadata is slightly different and the option used has a different name.  To get started, take a look at...

* [Before You Start](/how-to-use-sating/bulk-sat-inscription/before-you-start.md)
* [IPFS Made Easy](/how-to-use-sating/bulk-sat-inscription/ipfs-made-easy.md)

If you are unfamiliar with how metadata works, please also go take a look at [Creating The Metadata](/how-to-use-sating/bulk-sat-inscription/creating-the-metadata.md).  The metadata layout for Dual Inscriptions uses the following layout.

<pre><code>[
    {
        "filename": "sat_1.txt",
        "filename_cursed": "sat_1.gif",
        "url": "https://ipfs.io/ipfs/QmPjumB5mQvuqvGF7BckcPD9xkP6xW6zKLqfi5V4jb9mT6",
        "url_cursed": "https://ipfs.io/ipfs/QmPjumB5mQvuqvGF7BckcPD9xkP6xW6zKLqfi5V4jb9mU7"
    },
    {
        "filename": "sat_2.txt",
        "filename_cursed": "sat_2.gif",
        "url": "https://ipfs.io/ipfs/QmTRenat78psiwx7Y5HUHfgtwZFtDJW2EbRiUnZgSqm9HA",
        "url_cursed": "https://ipfs.io/ipfs/QmTRenat78psiwx7Y5HUHfgtwZFtDJW2EbRiUnZgSqm9IK" 
    },
    {
        "filename": "sat_3.txt",
        "filename_cursed": "sat_3.gif",
        "url": "https://ipfs.io/ipfs/QmP6PXsNAcWSRXGtTwTJezhSV3VYLmxi96XB7ahwZEwLCC",
<strong>        "url_cursed": "https://ipfs.io/ipfs/QmP6PXsNAcWSRXGtTwTJezhSV3VYLmxi96XB7ahwZEwLDD"
</strong><strong>    }
</strong>]
</code></pre>

### The Bulk Dual Inscription Option

Head to the Tools menu located at the top of the Sating.io page.  Look for the Dual Inscribe option there.

<figure><img src="/files/63OKR6uk1XvcqK80Ndsy" alt=""><figcaption></figcaption></figure>

The rest of the steps are identical to the [Bulk Inscribe Interface](/how-to-use-sating/bulk-sat-inscription/bulk-inscribe-interface.md) documentation.  Take a look over there if you need clarification as you go through the process.


---

# 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://docs.sating.io/how-to-use-sating/bulk-dual-inscription.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.
