# Direct Mint

Direct Rune Minting is done in 2 steps:&#x20;

1. Call `runes/direct-mint` to generate the bootstrap PSBT

   [1. Generate Direct Mint PSBT](/runes/direct-mint/1.-generate-direct-mint-psbt.md)
2. Send the signed PSBT and orderId to `runes/direct-mint-psbt` to complete the order

   [2. Direct Rune Mint Process PSBT](/runes/direct-mint/2.-direct-rune-mint-process-psbt.md)

We allow the execution of 25 mints per order, dictated by the field count `mintCount`


---

# 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.ordinalsbot.com/runes/direct-mint.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.
