# 為什麼有ed25519和secp256k1兩組助記詞？

您的錢包自動生成兩組助記詞，是因為不同的區塊鏈使用不同的加密技術標準，為確保您的資產安全且全面兼容，我們採用雙助記詞設計。

**以下是具體原因：**

* 技術必要性
  * 不同區塊鏈的加密標準不同
  * 第一組助記詞（ed25519）：用於支援 Solana (SOL)、Sui (SUI)、Ton (TON)、Aptos (APT)、Cardano (ADA) 等高效能區塊鏈。
  * 第二組助記詞（secp256k1）：用於支援比特幣 (BTC)、以太坊 (ETH) 及其他 EVM 兼容鏈（如 BSC、Polygon）。
  * 由於兩種加密算法（ed25519 和 secp256k1）互不兼容，必須使用獨立的助記詞來管理不同鏈上的資產。
* 安全設計
  * 資產隔離，降低風險 兩組助記詞完全獨立，即使其中一組洩露，也不會影響另一組管理的資產。
  * 避免因單一助記詞派生錯誤導致資產遺失（例如，用 ed25519 助記詞恢復 secp256k1 鏈錢包會失敗）。

**您需要注意什麼？**

* 備份時務必保存兩組助記詞，缺一不可，否則可能導致部分資產無法恢復。
* 恢復錢包時需同時導入兩組助記詞，才能完整存取所有鏈上的資金。

**為什麼不能合併成一組？**

目前區塊鏈行業尚未統一加密標準，我們採用雙助記詞方案是為了 100% 保障您的資產安全與兼容性。未來若技術升級，我們將第一時間優化體驗。

**我只用比特幣/以太坊，為什麼還要備份 ed25519 的助記詞？**

即使您現在不使用相關鏈，未來若想交易 Solana、Cardano 等資產，仍需 ed25519 助記詞。備份完整兩組可確保長期靈活性。


---

# 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://support.cregis.com/cregis-wallet-guide/zh-tw/faq/wallet/twosetsrecoveryphrases.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.
