# 1. Preparation

### 1.1 Installing Metamask Wallet

To participate in the tests on the Binance testnet network, you must first have configured the metamask extension in your browser (official wallet recommended for the project).

Go to the official website via the link <https://metamask.io/>, and follow the instructions to install the extension in your browser.

During wallet activation, after installing the extension, follow the step-by-step instructions to create your wallet.

{% hint style="danger" %}
**Attention**: During the creation of your wallet, Metamask will generate **12 recovery words** for your wallet. These words must be kept in accordance with Metamask's recommendations and **MUST NOT BE SHARED UNDER ANY CIRCUMSTANCES.** These words are the only way to recover your wallet, and give you full control over your assets, and no one from the project will **EVER** request these words for any action.
{% endhint %}

### 1.2 Configuring the BNB Testnet network in the wallet

After correctly installing the extension and configuring your wallet, you will need to configure the network used by the project in a testing environment. The process is very simple and must be carried out by following the official Testnet link. Simply access the following link and click on the "Add BSC Testnet Network" button in the bottom left corner of the screen.<https://testnet.bscscan.com/> ![](/files/ofpokfFTGApS5yy7EAw8)

### 1.3 Adding funds to the transaction

After completing the previous step, you must add funds to your test portfolio. Just like on Mainnet, every transaction on the testnet requires an amount of tBNB to pay for gas to execute the transactions. Unlike Mainnet, on this test network you can receive a daily amount of BNB directly into your wallet. Just access the official link below and paste your wallet address. As the site only allows you to request amounts once a day, be aware that you will need tBNB for the fees, but at least 10 USDT to buy a chest on the test network.

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

{% embed url="<https://www.bnbchain.org/en/testnet-faucet>" %}


---

# 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.mining-squad.app/en/readme/extras/manuais/testnet-beta/1.-preparation.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.
