# vBTC Pegging mechanism

vBTC is designed with a fixed peg ratio of **1 BTC = 10⁸ vBTC**, ensuring that each unit of vBTC precisely reflects the value of one satoshi. This mechanism maintains price stability and consistency across the entire system.

When users mint vBTC, the deposited assets are swapped into BTCB through DEX protocols such as PancakeSwap or Uniswap. The resulting BTCB is then stored in a smart contract and serves as collateral. Based on the recorded BTCB amount and the fixed peg ratio, the system issues the corresponding amount of vBTC and transfers it directly to the user’s wallet.

Conversely, during the redemption process, users return vBTC to receive an equivalent amount of BTCB at the fixed rate of **1 BTC = 10⁸ vBTC** from the collateral pool. Once the BTCB is transferred to the user's wallet, the submitted vBTC is permanently burned to ensure a transparent and strictly controlled circulating supply.


---

# 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.vbtc.me/en/core-technology/vbtc-pegging-mechanism.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.
