> 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/configurar-metamask/instalacion-de-metamask.md).

# Instalación de MetaMask

Comencemos con los pasos esenciales para configurar MetaMask, uno de los monederos más populares en la comunidad Web3. Para comenzar, visita la sección de descargas del sitio web oficial de MetaMask en <https://metamask.io/download/>.&#x20;

[MetaMask](https://metamask.io/download/) :fox: es un monedero versátil compatible con varios navegadores web en **PC**, **MacOS** y **Linux**, lo que la hace accesible a una amplia audiencia. Además, está disponible para dispositivos móviles **iOS** y **Android**, lo que garantiza flexibilidad para los usuarios en movimiento.&#x20;

Para obtener más detalles y descargar MetaMask, puedes visitar su sitio web oficial en <https://metamask.io/>.&#x20;

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

Primero, haz clic en "Instalar/Install" para visitar la página de instalación... Por ejemplo, si eres usuario de Google Chrome, haz clic en "[Instalar MetaMask para Chrome](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)[/Install Metamask for Chrome](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)". &#x20;

Luego, tan solo accede a la tienda de Chrome. Aquí, y haga clic en "Agregar a Chrome/Add to Chrome".&#x20;

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

Podrás encontrar MetaMask 🦊 en la esquina superior derecha de tu navegador haciendo clic en extensiones. Si utilizas Firefox, Brave u otro navegador compatible, el proceso sigue siendo el mismo.

## ¡Es hora de la configuración inicial!

<figure><img src="/files/HbR0yuZJ8f2Mp334VkgQ" alt="" width="436"><figcaption></figcaption></figure>

Cuando abras Metamask por primera vez, se te pedirá que elijas tu acción inicial. Tendrás 2 opciones: [crear un nuevo monedero](/spanish/learning-station/configurar-metamask/crear-un-nuevo-wallet.md) o [importar uno existente](/spanish/learning-station/configurar-metamask/importar-un-wallet-existente.md).

[Crear un nuevo wallet](/spanish/learning-station/configurar-metamask/crear-un-nuevo-wallet.md)

[Importar un wallet existente](/spanish/learning-station/configurar-metamask/importar-un-wallet-existente.md)


---

# 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/configurar-metamask/instalacion-de-metamask.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.
