> For the complete documentation index, see [llms.txt](https://docs.vbtc.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vbtc.me/en/how-to-start/how-to-mint-vbtc-off-chain/mint-vbtc-off-chain.md).

# Mint vBTC Off-chain

**Step 1: Enter minting information**

In the Mint - Redeem section, select the **“Mint”** tab and provide the required details:

1. Select the digital asset.
2. Enter the transaction amount: Input the quantity of the selected digital asset to be minted. The minimum and maximum amounts depend on the token’s market price.
3. Check your digital asset balance and review the estimated amount of vBTC you will receive.

*Note: The exchange rate between supported assets and vBTC is determined based on the digital asset’s BTC trading pair rate at the time of a successful mint.*

<figure><img src="/files/nSdrEzw9aM6dy0kOm3li" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LDWKOjXyJ4TSfLeWTdh4" alt=""><figcaption></figcaption></figure>

**Step 2: Confirm minting vBTC**

Select **“Mint”**. Review the trading details, and then select **“Receive vBTC”** to complete the process.

<figure><img src="/files/ovIbDHwla2E9g7cJq4KT" alt=""><figcaption></figcaption></figure>

**Step 3: Check trading history**

Users can check their trading history in the **“History”** section.

<figure><img src="/files/GG5n1Sv2jmIEMq2s1Trn" alt=""><figcaption></figcaption></figure>


---

# 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://docs.vbtc.me/en/how-to-start/how-to-mint-vbtc-off-chain/mint-vbtc-off-chain.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.
