# 錢包恢復

> <mark style="color:黃色;">**重點摘要**</mark>  GOOD 代幣 `匯出金鑰` 而家呢個選項只適用於 Solana。對於 EVM，私鑰匯出可按要求提供。隨著 EIP-7702 過渡，會提供完整支援。一旦私鑰被匯出，你嘅錢包安全就完全由你負責

你嘅 goodcryptoX 錢包係完全非託管嘅。即使 goodcryptoX 停止運作，你仍然可以保留對資金嘅存取權。

程式入面有兩種錢包 — Solana 同 EVM — 每種都有自己嘅架構同復原路徑。

***

### Solana 錢包

Solana 錢包使用基於 MPC 嘅安全性。私鑰會被分片，喺任何裝置上都唔會完全重構。不過，你隨時可以匯出完整私鑰。

* 使用 `匯出金鑰` 喺「錢包」分頁入面嘅選項去拎取私鑰。
* 然後你可以將呢個私鑰匯入任何支援 Solana 嘅錢包。

{% hint style="warning" %}
匯出私鑰會削弱基於 MPC 保護嘅安全模型。一旦匯出，私鑰就由你獨自負責。如果遺失或被入侵，你有風險會失去資金
{% endhint %}

***

### EVM 錢包

EVM 錢包目前使用雙重 [架構](/goodcryptox-yue/qian-bao/nei-zhi-qian-bao/qian-bao-jia-gou.md):

* 一個透過 Web3Auth 保護嘅 EOA 錢包（外部擁有帳戶）
* 一個由 ZeroDev 部署嘅智能合約錢包，實際持有你嘅資金

EOA 錢包控制智能合約錢包，其私鑰可以按要求匯出。

不過：

* EOA 錢包本身唔存放資金。
* 要存取資金，你必須與佢所控制嘅智能合約錢包互動。
* 呢個需要使用開發者工具（例如 CLI、ZeroDev SDK）或基本腳本（可在 ChatGPT 協助下完成）。

目前，除咗 goodcryptoX 之外，無圖形介面可以與該智能合約錢包互動。如有需要，請聯絡支援請求匯出 EOA 私鑰。

***

### 即將到來嘅改動

我哋正喺向使用 [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702)嘅 EVM 鏈單一錢包架構過渡。喺呢次升級之後：

* EOA 錢包會直接作為智能合約錢包運作。
* 佢會表現得好似傳統嘅單一錢包，將自我保管同智能合約功能結合。
* 私鑰將可以喺應用程式內匯出。
* 匯出嘅私鑰會提供完全控制同存取資金嘅權限，而唔需要外部工具。

<br>


---

# 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.goodcrypto.app/goodcryptox-yue/qian-bao/nei-zhi-qian-bao/qian-bao-hui-fu.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.
