# 常见问题 (FAQ)

#### 安装与钱包创建

**问：我应该从哪里下载 CornWallet？**

答：为了确保安全，请务必通过CornWallet官网：<https://www.cornwallet.io/>下载应用。

**问：如果我忘记了助记词怎么办？**

答：非常遗憾，如果您丢失了助记词，任何人都无法帮助您恢复钱包和资产，包括 CornWallet 团队。助记词是您资产的唯一凭证。这也是为什么我们反复强调物理备份和安全保管的重要性。

**问：我可以在多台设备上使用同一个钱包吗？**

答：可以。您可以在任何新设备上下载 CornWallet，然后选择“导入钱包”，并使用您的助记词来恢复和同步您的钱包数据。

#### 交易与资产

**问：为什么我的交易失败了？**

答：交易失败最常见的原因是 Gas 费不足。请确保您的钱包中有足够的原生代币（如 Arbitrum 链上的 ETH）来支付网络费用。其他可能的原因包括网络拥堵或智能合约错误。您可以尝试稍后提高 Gas 费再试一次。

**问：转账需要多长时间？**

答：交易确认时间取决于您所使用的区块链网络及其拥堵情况。通常情况下，交易在几秒到几分钟内即可完成。您可以在区块浏览器上通过交易哈希（TxID）查询实时状态。

**问：我向一个错误的地址发送了代币，可以撤回吗？**

答：区块链上的交易是不可逆的。一旦交易被确认，就无法取消或撤回。因此，在发送资产前，请务必再三核对接收地址是否正确。

#### 量化策略

**问：开通金库的 1200 USDC 会被退回吗？**

答：这 1200 USDC 是用于一次性开通金库费用，不会被退回。

**问：我提交了跟单申请，为什么还没有开始交易？**

答：提交申请后，需要等待量化团队进行审核。审核时间通常取决于团队的工作流程。审核通过后，您的账户将自动开始跟单。如果等待时间过长，请通过您获取业务代码的渠道联系团队进行咨询。


---

# 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://corndex.gitbook.io/cornwallet/documentation/zhong-wen/chang-jian-wen-ti-faq.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.
