Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/chain-fusion/bitcoin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ The minter does not mint ckBTC until the depositing Bitcoin transaction reaches
icp canister call mqygn-kiaaa-aaaar-qaadq-cai get_minter_info '()' -n ic
```

The response includes `min_confirmations` (how many Bitcoin confirmations are required before minting, currently 6 on mainnet), `kyt_fee` (the know-your-transaction check fee charged per deposit, in satoshis), and `retrieve_btc_min_amount` (the minimum withdrawal amount, currently 50,000 satoshis).
The response includes `min_confirmations` (how many Bitcoin confirmations are required before minting, currently 4 on mainnet), `kyt_fee` (the know-your-transaction check fee charged per deposit, in satoshis), and `retrieve_btc_min_amount` (the minimum withdrawal amount, currently 50,000 satoshis).

**Step 3: Mint ckBTC**

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/protocol-canisters.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For canister IDs, see [Chain-Key Token Canister IDs: ckBTC](chain-key-canister-i
|---|---|---|
| `retrieve_btc_min_amount` | 50,000 satoshi | Minimum amount for BTC withdrawal |
| `max_time_in_queue_nanos` | 10 minutes | Maximum time a retrieval request waits |
| `min_confirmations` | 6 | Bitcoin confirmations required before minting |
| `min_confirmations` | 4 | Bitcoin confirmations required before minting |
| `kyt_fee` | 100 satoshi | Fee for know-your-transaction (KYT) check |

### Minter endpoints
Expand Down
Loading