> ## Documentation Index
> Fetch the complete documentation index at: https://atmos.oxygen.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# 关于钱包管理器

> 集中管理大量加密钱包：余额、标签、筛选和批量操作

## 什么是钱包管理器

钱包管理器是 Oxygen Atmos 的核心模块。导入钱包、跟踪余额、用标签整理数据，以及为转账或浏览器配置文件创建准备钱包，都会从这里开始。

<Frame>
  <img src="https://mintcdn.com/oxygenparadigm/WVKU6cYMibX-8Goj/images/atmos_ui/wallets/atmos_wallets_manager_v040.png?fit=max&auto=format&n=WVKU6cYMibX-8Goj&q=85&s=a66a1ea5a2413f80906dd681d6ea1e29" alt="钱包管理器" width="2209" height="1327" data-path="images/atmos_ui/wallets/atmos_wallets_manager_v040.png" />
</Frame>

## 主要能力

| 功能        | 说明                                           |
| --------- | -------------------------------------------- |
| **余额跟踪**  | 查看所有已导入钱包的组合余额，并显示钱包数量与额度，例如 "5 / 500"       |
| **批量管理**  | 一次性导入、编辑和标记数百个钱包                             |
| **灵活导入**  | 支持单个添加、列表粘贴，或从 CSV/XLS/XLSX 文件导入             |
| **标签系统**  | 钱包和浏览器配置文件共享的[统一标签](/zh-Hans/resources/tags) |
| **筛选与排序** | 按标签、别名、余额或类型快速查找钱包                           |

<Note>
  钱包可以通过 **private key** 导入以获得完整控制，也可以通过 **public address** 导入，仅用于余额监控。
</Note>

## 工作方式

导入到管理器的钱包数据会保存在你的本机。所有敏感数据，包括私钥、API key 和设置，都会加密存储，不会发送到外部服务器。

在钱包管理器中，你可以：

* 在一个视图中跟踪所有钱包余额
* 创建绑定到特定钱包的浏览器配置文件
* 使用[标签](/zh-Hans/resources/tags)和批量操作整理钱包，例如选择、复制和删除

## 快速链接

<CardGroup cols={2}>
  <Card title="导入钱包" icon="file-import" href="/zh-Hans/wallet-manager/import-wallets">
    通过 private key、列表或文件上传添加钱包。
  </Card>

  <Card title="编辑钱包" icon="pen-to-square" href="/zh-Hans/wallet-manager/edit-wallets">
    更新 withdrawal address、alias 和 tags。
  </Card>

  <Card title="标签" icon="tags" href="/zh-Hans/resources/tags">
    钱包和配置文件共享的统一标签系统。
  </Card>

  <Card title="筛选与排序" icon="filter" href="/zh-Hans/wallet-manager/filters">
    按任意条件查找并排序钱包。
  </Card>
</CardGroup>
