> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/documentacion-del-usuario-de-aragon/productos/set-up-metamask/getting-started-with-bsc-testnet.md).

# Cómo empezar con BSC Testnet

{% hint style="info" %}
En esta sección, aprenderá a conectar y a utilizar su monedero Web3 en la BSC Testnet (red de pruebas).
{% endhint %}

## Conecte su monedero Web3 a la BSC Testnet

{% hint style="info" %}
Recomendamos utilizar el [monedero Metamask](/documentacion-del-usuario-de-aragon/productos/set-up-metamask.md) como su monedero Web3.&#x20;
{% endhint %}

* Inicie sesión en su cartera&#x20;
* Ir al sitio [https://chainlist.org/](https://chainlist.org) (disponible actualmente solo en inglés)
* En el cuadro de búsqueda inserte ***binance smart chain testnet***&#x20;
* Haga clic en el botón de conectar su cartera en la parte superior derecha (si Metamask está conectado correctamente aparece el icono del zorro)&#x20;
* Y haga clic en el botón de ***add to Metamask** (añadir a Metamask)*

![Añadir la red de pruebas del BSC a Metamask mediante chainlist.org](/files/eCR0X1g8t3LMRApQ9mHq)

## Deposite el token de test-BNB en su monedero BSC Testnet

A continuación, tendrá que cargar su monedero con suficiente test-BNB (abreviado como "BNB") para pagar las tasas de gas cuando despliegue su organización y realice transacciones dentro de la misma.

{% hint style="warning" %}
Tenga en cuenta que el símbolo del BNB de prueba es **BNB,** el mismo que para el mainnet-BNB.
{% endhint %}

Usted puede probar el [Faucet (grifo) de Binance Smart Chain](https://testnet.binance.org/faucet-smart) (disponible actualmente solo en inglés) o publicar su dirección de BSC Testnet en [el chat de Aragon #support-community](https://discordapp.com/channels/672466989217873929/694844628586856469) (disponible actualmente solo en inglés) para recibir test-BSC de forma gratuita.

{% hint style="warning" %}
Si publica su solicitud de Faucet (grifo) en un canal de chat de Aragón, por favor, espere nuestra respuesta. Se los enviaremos lo antes posible.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://legacy-docs.aragon.org/documentacion-del-usuario-de-aragon/productos/set-up-metamask/getting-started-with-bsc-testnet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
