> 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 小时最多三次）。

## 导入到其他钱包后

Minara 的钱包由 Particle Network（EVM 现货、Solana 现货以及您创建的任何其他钱包）和 Lighter（永续合约钱包）提供支持。将私钥导入 MetaMask 或 Phantom 这类自托管钱包后，您的余额不会自动显示在那里。要查看这些资产，请在钱包提供商自己的网站上登录：

* Particle 钱包（EVM 现货、Solana 现货）： <https://universalx.app>
* Lighter 钱包（永续合约）： <https://lighter.xyz>

在网站上连接您的外部钱包并签署验证消息，即可查看和转移资产。


---

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

```
GET https://minara.ai/docs/support/zh/chang-jian-wen-ti/wallet-and-security/export-private-key.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.
