> For the complete documentation index, see [llms.txt](https://boundautotrades.gitbook.io/boundautotrades-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boundautotrades.gitbook.io/boundautotrades-docs/en/modules/automint.md).

# AutoMint

AutoMint mints runes for you in the background — you set a target number, the bot takes it from there.

## Setting it up

Open **🪙 AutoMint** from the main menu and set three things:

| Setting    | What to enter                                                                              |
| ---------- | ------------------------------------------------------------------------------------------ |
| **Rune**   | The `runeId` you want to mint (e.g. `950774:1774`).                                        |
| **Wallet** | One of the wallets you saved in [My Wallets](/boundautotrades-docs/en/modules/wallets.md). |
| **Count**  | Total number of mints you want.                                                            |

When all three are set, tap **▶️ Start**.

## While it's running

The bot keeps the AutoMint message updated with live progress:

* How many mints have been sent and how many are left.
* The latest transaction ID.
* The gas being used for the next batch.

You don't need to stay in the chat — the loop runs in the background. You can lock your phone, close Telegram, etc.

## Stopping

Tap **⏹ Stop** to end the run. Anything already submitted will still confirm on-chain; the bot just won't send any more.

## Limits

* **One AutoMint at a time per user.** If you want to mint a different rune, finish or stop the current run first.
* If the queue is too crowded the bot will wait for the next block instead of overpaying — you'll see *"queue too crowded — waiting next block"* in the status.

## Troubleshooting

| What you see                                       | What it usually means                                                                                                                                       |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *"Waiting block"* doesn't change for a long time   | Network is slow or no new Bitcoin block has been mined yet — give it a few minutes.                                                                         |
| *"Queue too crowded — waiting next block"* repeats | The rune is genuinely too hot to mint at a reasonable gas. Try another rune or come back later.                                                             |
| *Signing failed* / *Radfi rejected the signature*  | You added the **Radfi trading wallet** by mistake. Re-add the correct **main Taproot wallet** in [My Wallets](/boundautotrades-docs/en/modules/wallets.md). |


---

# 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://boundautotrades.gitbook.io/boundautotrades-docs/en/modules/automint.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.
