> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/es/preguntas-frecuentes/wallet-and-security/export-private-key.md).

# Exporta tu clave privada

Exportar tu clave privada te permite importar tu billetera Minara en cualquier billetera externa compatible (MetaMask, Rabby, etc.) o recuperarla de forma independiente.

{% hint style="warning" %}
Tu clave privada te da control total sobre tu billetera. Nunca la compartas con nadie. El soporte de Minara nunca te la pedirá. Cada billetera permite un máximo de tres exportaciones exitosas en cualquier ventana de 24 horas.
{% endhint %}

## 1. Abre Configuración

Haz clic en tu avatar en la esquina superior derecha. En la barra lateral izquierda, selecciona **Configuración**.

En la **Billetera** sección, haz clic en **Exportar clave privada**.

<figure><img src="/files/a1d75ba022687b06734f564f7916496f6080dcbe" alt="Settings panel showing the Export private key option under Wallet"><figcaption></figcaption></figure>

## 2. Selecciona una billetera

Elige la billetera cuya clave privada deseas exportar. Minara puede contener varias billeteras: Billetera Spot EVM, Billetera Spot de Solana y cualquier billetera adicional que hayas creado.

<figure><img src="/files/8c5c9ea29f2e3cb5cf842f069408feec8b648dbc" alt="Select Wallet dialog with EVM Spot Wallet, Solana Spot Wallet, Wallet A, and bot listed"><figcaption></figcaption></figure>

Haz clic en la billetera para seleccionarla, luego haz clic en **Siguiente**.

<figure><img src="/files/5dbb96e3cb361d582ced648c24a43db5e81803ea" alt="EVM Spot Wallet selected with radio button active"><figcaption></figcaption></figure>

## 3. Habilita la aplicación Authenticator (solo la primera vez)

Si aún no has configurado la autenticación de dos factores en tu cuenta, Minara te pedirá que lo hagas antes de continuar. Verás un código QR y un código de configuración manual.

Abre tu aplicación de autenticación (Google Authenticator, Authy o cualquier aplicación compatible con TOTP), escanea el código QR y haz clic en **Siguiente**.

{% hint style="info" %}
Este paso solo aparece una vez. Después de vincular tu aplicación de autenticación, las exportaciones futuras pasan directamente al paso de verificación.
{% endhint %}

## 4. Ingresa tu código de verificación

Ingresa el código de 6 dígitos que se muestra actualmente en tu aplicación de autenticación. El código se actualiza cada 30 segundos; si caduca, espera al siguiente.

## 5. Copia tu clave privada

Tu clave privada se muestra, pero está oculta de forma predeterminada. Asegúrate de que nadie esté mirando tu pantalla y luego haz clic en **Haz clic para revelar**.

<figure><img src="/files/205e2d04c81ead5e900964f3008367188c672e74" alt="EVM Spot Wallet Private Key screen with hidden key and Click to reveal option"><figcaption></figcaption></figure>

Haz clic en **Copiar** para copiar la clave en tu portapapeles. Guárdala en un lugar seguro: un gestor de contraseñas o almacenamiento cifrado. No la guardes en texto sin formato.

Una vez que cierres este cuadro de diálogo, la clave ya no será accesible desde esta pantalla. Puedes exportarla de nuevo (hasta tres veces por cada 24 horas) si es necesario.


---

# 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://minara.ai/docs/support/es/preguntas-frecuentes/wallet-and-security/export-private-key.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.
