# Minting Process

1. DLC Mechanism: DLC acts as a lockbox on the Bitcoin blockchain, detailing pre-signed agreements between users and the protocol.
2. Locking BTC: Users utilize the rexBTC protocol to lock their BTC in DLCs, which mints rexBTC tokens equivalent to the locked BTC amount.
3. Private Key Distribution: Users hold one key to the multisig UTXO, while the second key is dispersed among verification nodes. DLCs can only be settled to users to prevent theft or loss.
4. Verification Layer: A network of seven trusted node operators monitors blockchain events, announcing DLC creation and verifying results. They support bridges by ensuring reliable cross-chain communication without holding users' keys.
5. Using rexBTC: Minted rexBTC tokens can access various DeFi platforms.


---

# 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://rexbtc.gitbook.io/rex-bitcoin/rexbtc/minting-process.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.
