> For the complete documentation index, see [llms.txt](https://docs.blinkgalaxy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blinkgalaxy.com/spanish/learning-station/conectarse-a-bnb-chain-polygon-o-cualquier-evm/conectar-metamask-a-bnb-chain-polygon.md).

# Conectar MetaMask a BNB Chain/Polygon

Abrimos MetaMask, desde la parte superior izquierda pulsando sobre el logo de Ethereum para acceder a un nuevo menú que nos permite añadir redes pulsando en "Añadir red/Add network".&#x20;

<figure><img src="/files/aXlHfZq3sNiNopBvUKDS" alt="" width="266"><figcaption></figcaption></figure>

<figure><img src="/files/aBYUBjFhEfCdKHFIalY5" alt="" width="263"><figcaption></figcaption></figure>

En las últimas versiones de MetaMask puedes añadir redes conocidas con solo hacer clic en ellas. Elige la red que deseas utilizar y luego haz clic en "Agregar/Add".

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

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

Verifica los detalles de RPC y luego haga clic en "Aprobar/Approve" para finalizar.

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


---

# 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://docs.blinkgalaxy.com/spanish/learning-station/conectarse-a-bnb-chain-polygon-o-cualquier-evm/conectar-metamask-a-bnb-chain-polygon.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.
