> 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/zh/chang-jian-wen-ti/wallet-and-security/export-private-key.md).

# 导出你的私钥

导出你的私钥可让你将 Minara 钱包导入任何兼容的外部钱包（MetaMask、Rabby 等），或独立恢复它。

{% hint style="warning" %}
你的私钥可完全控制你的钱包。切勿与任何人分享。Minara 支持绝不会向你索要它。每个钱包在任意 24 小时内最多允许成功导出三次。
{% endhint %}

## 1. 打开设置

点击右上角的头像。在左侧边栏中，选择 **设置**.

在 **钱包** 部分下，点击 **导出私钥**.

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

## 2. 选择一个钱包

选择你要导出私钥的钱包。Minara 可能包含多个钱包——EVM 现货钱包、Solana 现货钱包，以及你创建的任何其他钱包。

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

点击该钱包将其选中，然后点击 **下一步**.

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

## 3. 启用身份验证器应用（仅限首次）

如果你尚未为账户设置双重身份验证，Minara 会在继续之前提示你进行设置。你会看到一个二维码和一个手动设置代码。

打开你的身份验证器应用（Google Authenticator、Authy 或任何兼容 TOTP 的应用），扫描二维码，然后点击 **下一步**.

{% hint style="info" %}
此步骤只会出现一次。身份验证器应用绑定后，后续导出将直接跳到验证步骤。
{% endhint %}

## 4. 输入验证码

输入当前身份验证器应用中显示的 6 位代码。该代码每 30 秒刷新一次——如果已过期，请等待下一组。

## 5. 复制你的私钥

你的私钥已显示，但默认处于隐藏状态。确保没有人正在看你的屏幕，然后点击 **点击显示**.

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

点击 **复制** 将密钥复制到剪贴板。将其存放在安全的位置——密码管理器或加密存储中。不要以明文保存。

一旦你关闭此对话框，就无法再通过此界面访问该密钥。如有需要，你可以再次导出（每 24 小时最多三次）。


---

# 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/zh/chang-jian-wen-ti/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.
