# 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: 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://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>
```

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.
