# Getting started with BSC Testnet

{% hint style="info" %}
In this section, you will learn how to connect and use your Web3 wallet on the BSC Testnet.
{% endhint %}

## **Connect your Web3 wallet to the BSC Testnet**

{% hint style="info" %}
We recommend using [Metamask wallet](/products/set-up-metamask.md) as your Web3 wallet.
{% endhint %}

* Login to your wallet
* Go to [https://chainlist.org/](https://chainlist.org) site
* In the search box insert ***binance smart chain testnet***
* Click the *connect **your wallet*** button on the top right (if Metamask is well connected the fox icon appears)
* And click ***add to Metamask*** button

![Add the BSC testnet to Metamask using chainlist.org](/files/YxRgzpg1h1xvBcDezvKP)

## **Deposit test-BNB token to your BSC Testnet wallet**

You will then need to load your wallet with enough test-BNB (abbreviated as "BNB") to pay for gas fees when you deploy your organization and make transactions within the organization.

{% hint style="warning" %}
Please note that the symbol of the test-BNB is ***BNB*** - *\*\*\*\** the same as for mainnet-BNB.
{% endhint %}

You can try the [Binance Smart Chain faucet](https://testnet.binance.org/faucet-smart) or post your BSC Testnet address in the [Aragon Chat #support-community](https://discordapp.com/channels/672466989217873929/694844628586856469) to receive test-BSC for free.

{% hint style="warning" %}
If you post your faucet request in an Aragon Chat channel, please, wait for our response. We will send them to you asap.
{% endhint %}


---

# 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://legacy-docs.aragon.org/products/set-up-metamask/getting-started-with-bsc-testnet.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.
