# Virtual Mint FAQ

**What is King of the Block?**

* King of the Block (KOTB) is determined by whichever token has the most mints included in the current virtual block
  * If multiple tokens have the same number of mints included, KOTB is determined by whichever token has the most BTC committed to those mints
  * If multiple tokens have the same number of mints included **and** the same amount of BTC committed to the mints, KOTB is determined by whichever token has the earliest submitted mint transaction included
* The "Runner up" token displayed is all the above but for the second most popular token

**Why can't I mint a newly created token right away?**

* Based on the [runes token specification](https://docs.ordinals.com/runes/specification.html), once an etching transaction is submitted it requires at least **six** bitcoin block confirmations to be "revealed" (this is to prevent front running)
* Once revealed, our platform requires **one** additional bitcoin block confirmation post-reveal before becoming mintable

**What does the "Cheap etch" switch do when creating a new token?**

* This feature acts as an additional check for you to ensure you don't accidently etch an overly expensive image. The cheap etch option is “on” by default, and restricts the size of the image you submit so that you pay no more than $30 for an etching transaction.

  When it’s “off”, you can submit an image of any size.


---

# 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.radfi.co/virtual-mint/virtual-mint-faq.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.
