> For the complete documentation index, see [llms.txt](https://docs.pepeboost.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pepeboost.io/huan-ying-shi-yong-pepeboost/qian-bao-she-zhi/guan-li-qian-bao.md).

# 管理钱包

在主菜单面板中点击“wallet”或者在telegram聊天窗口发送 /wallets 指令可以快速展开钱包管理菜单。

您可以在钱包管理中进行以下操作：

1、切换默认钱包

2、设置钱包名称

3、绑定钱包

4、生成钱包

5、解除绑定

6、导出私钥

7、转出资产&#x20;

<figure><img src="/files/4CdXRyNZvvtnCLFhFqh3" alt=""><figcaption><p>钱包管理</p></figcaption></figure>

### 切换默认钱包

点击切换默认钱包，展示当前正在使用的钱包序号，点击钱包序号即可选择对应的钱包作为默认钱包。买卖交易时将默认使用该钱包。

### 设置钱包名称

点击设置钱包名称，展示当前正在使用的钱包序号，点击钱包序号，输入钱包名称后即可修改对应钱包名称，钱包名称长度最多10个字符，支持汉字，字母和数字。&#x20;

### 解除绑定

点击解除绑定，展示当前正在使用的钱包序号，点击钱包序号即可将对应钱包解除绑定。请确认您已经保存过要解除绑定的钱包的私钥，一旦解除绑定，您将无法直接找回。

<figure><img src="/files/oiMYV2g3CAW623eKtCZF" alt=""><figcaption><p>解除钱包绑定</p></figcaption></figure>

### 导出私钥

点击导出私钥，展示当前正在使用的钱包序号，点击钱包序号，会直接展示对应的钱包地址和私钥，点击即可复制。为保证私钥安全，10秒后私钥消息会自动删除，请及时保存。

### 转出ETH或SOL

目前ETH交易机器人和Solana交易机器人分别支持提现ETH和SOL。点击提现，展示当前正在使用的钱包序号，点击钱包序号，会展示该钱包的提现面板。

按照提示依次输入提现金额，收款地址，点击提现后即可转出资产。记得留下一些余额作为转账gas费。


---

# 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://docs.pepeboost.io/huan-ying-shi-yong-pepeboost/qian-bao-she-zhi/guan-li-qian-bao.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.
