# 为什么有ed25519和secp256k1两组助记词？

您的钱包自动生成两组助记词，是因为不同的区块链使用不同的加密技术标准，为确保您的资产安全且全面兼容，我们采用双助记词设计。

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

* 技术必要性
  * 不同区块链的加密标准不同&#x20;
  * 第一组助记词（ed25519）：用于支持 Solana (SOL)、Sui (SUI)、Ton (TON)、Aptos (APT)、Cardano (ADA) 等高性能区块链。
  * 第二组助记词（secp256k1）：用于支持比特币 (BTC)、以太坊 (ETH) 及其他 EVM 兼容链（如 BSC、Polygon）。&#x20;
  * 由于两种加密算法（ed25519 和 secp256k1）互不兼容，必须使用独立的助记词来管理不同链上的资产。<br>
* 安全设计
  * 资产隔离，降低风险 两组助记词完全独立，即使其中一组泄露，也不会影响另一组管理的资产。
  * 避免因单一助记词派生错误导致资产丢失（例如，用 ed25519 助记词恢复 secp256k1 链钱包会失败）。<br>

**您需要注意什么？**&#x20;

* 备份时务必保存两组助记词，缺一不可，否则可能导致部分资产无法恢复。
* 恢复钱包时需同时导入两组助记词，才能完整访问所有链上的资金。

\
**为什么不能合并成一组？**&#x20;

目前区块链行业尚未统一加密标准，我们采用双助记词方案是为了 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-cn/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.
