# Testnet Guide

## Features

* Decentralized - 5 Guardians verifying transactions via a multi-sig scheme.
* Accessibility - mint from any Bitcoin wallet, including directly from Binance, Kraken, Coinbase, etc.
* User-friendly - seamless minting and redeeming experience.&#x20;

## Overview

* Use the preprod testnet on Cardano. We recommend Nami or Eternl.
* Setup a Bitcoin testnet wallet. Use the Bitcoin V3 testnet.&#x20;

## Minting Guide (BTC -> cBTC)

1. Input the amount of cBTC you want to mint. Make sure you have the amount available in your Bitcoin wallet.

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

2. The interface will prompt you to sign a transaction of about 50 ADA. You will get this back upon successful mint.&#x20;

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

3. The interface will then prompt you to send the amount of BTC to the Guardians' multi sig vault.&#x20;

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

4. Confirm you have sent the transaction.&#x20;

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

5. This will then show up in the Transactions tab. You can use the tx ID for support if needed by creating a ticket on Discord.  Your cBTC should be sent to your wallet in about 20 minutes.&#x20;

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

## Redeeming Guide (cBTC -> BTC)

1. Redeeming is a bit simpler than minting. First, make sure you have enough cBTC to redeem for BTC. Of course, you won't be able to redeem BTC if you don't have enough cBTC. Enter the BTC destination address, which is your Bitcoin wallet address.&#x20;

<figure><img src="/files/94N3BQjFJZeXd4H3recn" alt=""><figcaption></figcaption></figure>

2. Confirm the Cardano transaction, which will send the cBTC back to the Guardians and they will send your BTC to your specified address. You can track the status of this transaction in your Transactions tab.&#x20;

<figure><img src="/files/2NxQNkeEl5Hdog6HahqO" alt=""><figcaption></figcaption></figure>


---

# 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.anetabtc.io/v2-protocol/testnet-guide.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.
