> 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/agregue-manualmente-una-nueva-red-a-su-wallet.md).

# Agregue manualmente una nueva red a su wallet

Metamask :fox: y otros wallets multi-EVM te permiten agregar redes manualmente, lo cual es útil si el proceso de agregar automáticamente una red falla por alguna razón o simplemente prefieres agregar redes de forma manual.

**Adición manual de una red**

En [chainlist.org](https://chainlist.org), puedes encontrar varias redes e incluso varios RPC para la misma cadena.

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

Busca la red que te interese y añádela automáticamente conectando tu wallet, o añade manualmente la red a MetaMask utilizando los datos proporcionados por la propia web.&#x20;

Los parámetros que debe ingresar para agregar cualquier red EVM son los siguientes: &#x20;

* **Nombre de la red:** Nombre de la red, puedes identificarla como desees.&#x20;
* **URL de RPC de red:** las redes suelen tener varios puntos de entrada (RPC).&#x20;
* **ID de cadena:** El número que identifica la red.&#x20;
* **Símbolo/Moneda:** BNB, ETH, MATIC... etc&#x20;
* **Explorador de bloques (opcional):** el enlace al explorador de la cadena de bloques.&#x20;


---

# 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/agregue-manualmente-una-nueva-red-a-su-wallet.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.
