> 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/wallet-basics.md).

# 钱包与余额

**我的钱包余额看起来不对。** 刷新页面并确认你正在查看正确的钱包（EVM 现货钱包、Solana 现货钱包还是永续合约钱包）。每个钱包在不同链上持有不同资产。若刷新后余额仍然不正确，请查看交易历史（资产 → 活动）以确认最近的存款或提现。如果已确认的链上存款没有显示出来，请携带你的交易哈希在 Discord 提交工单。

**Minara 会未经我的授权执行交易吗？** 不会。每笔交易都需要你明确确认。大额交易会触发二次确认步骤。自动化策略（Autopilot、Workflow）只有在你明确激活后才会执行。

**Minara 使用什么类型的钱包？** Minara 为每位用户创建一个托管型智能合约钱包，基于 ERC-4337 标准构建（由 [Privy](https://www.privy.io/)提供支持）。它是一个链上钱包——不会存储在 Minara 的内部数据库中。Minara 可以管理钱包中的资金，但不能隐藏、删除或列入黑名单。每笔交易都可以在链上公开验证。

**为什么我不能从 Binance 向 Minara 存入 SOL？** Binance 的移动端提现不支持 AA+ 托管钱包（Minara 所使用的钱包类型）。请改用 Binance 网页版，或通过 BSC 或其他受支持的链进行存款。

**我把资产发送到了错误的链上。还能找回来吗？** 如果你发送到了一个你本不打算使用的受支持链上（例如，把 Ethereum 上的 USDC 发成了 Base 上的 USDC），请立即在 [Discord](https://discord.com/invite/minaraai) 上联系我们，并附上你的交易哈希。恢复方式取决于具体情况，但发送到受支持链上的资产通常可以找回。

如果你发送到了完全不受支持的链上，请看下方说明。

**我从不受支持的链上存入了资金。还能找回吗？** 请立即在 Discord 上联系我们，并附上你的交易哈希。无法保证一定能找回——常见的无法恢复原因包括不受支持的区块链或错误的收款地址。

**如何导出我的私钥？** 请参阅 [导出私钥指南](https://minara.ai/docs/guide/export-private-key) 在 Minara 文档中。


---

# 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/wallet-basics.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.
