> For the complete documentation index, see [llms.txt](https://btcbot.gitbook.io/btcbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://btcbot.gitbook.io/btcbot/beginners-guide/rune-protocol/flash-mint.md).

# Flash Mint

<figure><img src="/files/8DR4Ou62sPCIzgbabxIJ" alt=""><figcaption></figcaption></figure>

You can follow the steps to mint Runes with a given name using BTCBot.

* **Input the Token Name**: Enter the name of the Runes token you're interested in directly into BTCBot.
* **Smart Mint Tokens**: Input the token name, and BTCBot instantly delivers an analysis and optimal strategies.&#x20;
  * **Mint Active**: Directly mint tokens undergoing the minting process via BTCBot.&#x20;
    * **Setting the Repeat Mints**: Specify the number of mints you wish to execute. BTCBot calculates the maximum number of transactions you can mint in a block based on your wallet's UTXOs, known as 1BLK Max Mint. Simply click the 1BLK Max Mint button to quickly set this as your desired minting amount.
    * **Setting the Gas Price**: Set your desired Gas Price. The default setting, 'Auto', automatically selects the 'High' recommendation from [Mempool](https://mempool.space/).
    * **Setting the Auto Boost:** If Auto Boost is enabled, BTCBot will monitor if your current gas price is below the mempool's recommended medium priority and automatically boost it to the recommended high priority. BTCBot allows unlimited boosts without extra fees, making the cost of boosting from 10 sat/vB to 50 sat/vB comparable to starting at 50 sat/vB.
    * **Submit the Order**: Batch submit your repeat mints.
  * **Mint Upcoming**: Automatically snipe upcoming mints with BTCBot.&#x20;
  * **Mint Completed**: Post-mint, purchase tokens through BTCBot, leveraging aggregated liquidity from leading Rune marketplaces.&#x20;
  * **Token Unavailable**: For non-existent tokens, BTCBot facilitates deployment with tailored parameters.

{% hint style="info" %}
**Tips: Input Rune Name**

The names of Runes are made up of uppercase letters and dots (·). If two names are identical except for the dots, they represent the same Rune, meaning names without dots cannot be duplicated. For ease of input in BTCBot, taking `UNCOMMON·GOODS` as an example, you can enter the full name `UNCOMMON·GOODS`, or the name without dots `UNCOMMONGOODS`, or even the lowercase `uncommongoods`, and BTCBot will correctly recognize it.

![](/files/WyLnTjOuomdYbEoPcHg0)![](/files/cikwT7J65SRVLgwuvuz5)![](/files/S3IxQLJxfA9Ys60LR8Fe)![](/files/sQ1yA5MJBwDkf7OBmtYv)
{% endhint %}


---

# 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://btcbot.gitbook.io/btcbot/beginners-guide/rune-protocol/flash-mint.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.
