# Non-Consecutive Bulk Inscription

Add the sats you want to inscribe on into the Satchel, select them, and use the Inscribe option. There is some setup required so please read below before giving it a try.

<figure><img src="/files/0W2fmB5GI1BTJLjRjUY5" alt=""><figcaption></figcaption></figure>

Here are the two requirements to make this work.

* Each selected sat must be in it's own UTXO
* Each UTXO must have fewer sats after the selected sat than the padding (postage) you use
  * For example, if you define 999 sats postage after your palindrome inscription, your UTXO needs less than 999 sats in it after the palindrome.
  * Sating will pull any additional sats you define from another UTXO and add them to the end.

The process is similar to the [Bulk Sat Inscription](/how-to-use-sating/bulk-sat-inscription.md) documentation.  Take a look there also to understand the steps.

One unique feature in the Metadata for non-consecutive bulk inscriptions is you can specify the sat you want to inscribe on in the metadata.  Here is an example.

```
[
    {
        "filename": "spaid.txt",
        "url": "https://ipfs.io/ipfs/QmPjumB5mQvuqvGF7BckcPD9xkP6xW6zKLqfi5V4jb9mT6",
        "sat": 509052343250905
    },
    {
        "filename": "raynar.txt",
        "url": "https://ipfs.io/ipfs/QmTRenat78psiwx7Y5HUHfgtwZFtDJW2EbRiUnZgSqm9HA",
        "sat": 509052333250905
    },
    {
        "filename": "nakado.txt",
        "url": "https://ipfs.io/ipfs/QmP6PXsNAcWSRXGtTwTJezhSV3VYLmxi96XB7ahwZEwLCC",
        "sat": 509052323250905
    }
]
```

To assign all of the inscriptions to the same Parent you can use the Provenance setting and choose the Parent you want there.


---

# 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/the-satchel/non-consecutive-bulk-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.
