# Minting&#x20;

Users can mint hBTC directly on integrated Ethereum-compatible chains using wBTC as collateral. The minting flow is designed to be simple, secure, and compliance-aligned from the first interaction.

#### Requirements

Before minting, users must complete the following steps:

* **zkKYC verification via** [**Galactica**](https://galactica.com/)\
  Users must complete identity onboarding to receive a verified SBT (soulbound token). This proof is required to unlock minting access.
* **Gas on supported chain**\
  Users need sufficient native gas tokens to complete on-chain transactions.
* **Wrapped BTC (wBTC)**\
  Deposits are currently accepted in wBTC at a 1:1 minting ratio.

#### How Minting Works

1. **Connect a verified wallet**\
   Once connected, users who hold a valid zkID SBT will see the option to mint.
2. **Input the amount of wBTC**\
   The interface accepts deposits in wBTC only. The deposited amount will be matched 1:1 with newly minted hBTC.
3. **Sign and confirm**\
   The minting transaction is executed on-chain. Once confirmed, hBTC is issued directly to the user's wallet.

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

This process creates a fully backed, composable BTC asset ready to be staked for yield or integrated across DeFi.


---

# 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.syntetika.io/operational-and-product-design/minting-and-redeeming-hbtc/evm-native-flow/minting.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.
