> 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/faq.md).

# FAQ

### Which wallet should I add — UniSat or the Radfi trading wallet?

Your **UniSat / Xverse / Leather main Taproot wallet**. If you paste the Radfi trading wallet by mistake, signing will fail.

### My AutoMint just sits on "Waiting block" — what's wrong?

Usually one of:

1. **Your wallet doesn't have enough sats** for the next batch. Top it up.
2. **The queue is too crowded** for any reasonable gas. Check **⛽ Gas Monitor** for the same rune — if it's red-hot, wait or pick another rune.
3. **No new Bitcoin block has been mined yet.** Just wait a bit longer.

### What's the difference between Gas Monitor's "Recommended" and AutoMint's "Will mint"?

`Recommended` is what the queue says you'd need to land at the front. `Will mint` is what AutoMint will actually send — a slightly safer value. AutoMint always uses `Will mint`.

### "Wallet Tracker (Soon)" still shows in my chat — why?

The button was renamed when the feature launched. Old menus in your chat history keep their old buttons. Send `/start` to draw a fresh main menu.

### How many wallets can I add?

In **My Wallets** — no limit, add as many as you want. In **Wallet Tracker** — up to **5** wallets per user.

### Can I run two AutoMint sessions at once?

No, one per user. Stop the current run before starting another.

### Does the bot work with BRC-20 or Ordinals?

No. The bot is built specifically for Runes on Radfi.

### What languages does the bot support?

English, 中文, Русский, Español, Português, Türkçe, 한국어, Bahasa Indonesia, हिन्दी. Change in **⚙ Settings → 🌐 Language**.


---

# 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/faq.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.
