# Metamask: Como agregar la Binance Smart Chain (BSC)

## **Conecta tu Metamask con Binance Smart Chain**

![Configuración de Metamask](/files/-MSNlO5eOyDpRHWNyh7h)

1\) Ve a la pestaña de ajustes

![Configuración de Metamask](/files/-MSNlTQ73oDg63NhuRJ8)

2\) Click en Redes - Agregar Red

![Redes Personalizadas en Metamask](/files/-MSNl_f5s6Nus67u5oUp)

3\) Introduce estos detalles:

* Testnet
  * [RPC URLs](https://docs.binance.org/smart-chain/developer/rpc.html)
  * ChainID: 0x61, 97 in decimal (if 97 doesn’t work, try 0x61)
  * Symbol: BNB
  * Block Explorer: <https://testnet.bscscan.com>
* Mainnet
  * [RPC URLs](https://docs.binance.org/smart-chain/developer/rpc.html)
  * ChainID: 0x38, 56 in decimal (if 56 doesn’t work, try 0x38)
  * Symbol: BNB
  * Block Explorer: <https://bscscan.com>

Para más información respecto a como usar Metamask con la BSC podes chequear [acá](https://docs.binance.org/smart-chain/wallet/metamask.html).


---

# 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://autofarm.gitbook.io/autofarm-network/espanol/how-tos/binance-smart-chain-bsc/metamask-add-binance-smart-chain-bsc-network.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.
