# 钱包工具

- [Solana - 批量创建钱包教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/wallet-tool/wallet-create.md): 秒级批量生成数百个 Solana 钱包，适用于空投、测试和批量操作场景。
- [Solana - 租金回收教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/wallet-tool/rent-recovery.md): Solana 网络中，每个账户都需支付一定的存储租金（Rent）。通过租金回收操作，您可以关闭不再使用的代币账户或 NFT 账户，释放被锁定的 SOL，节省链上成本。
- [Solana 批量租金回收教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/wallet-tool/batch-rent-recovery.md): 在 Solana 链上，大量无用代币账户和 NFT 账户会持续占用存储空间并锁定 SOL 租金。通过 CiaoTool 的批量租金回收工具，您可以轻松回收多个地址的空账户、代币账户或 NFT 账户，统一释放 SOL 资金，提高资产利用率。
- [Solana 一键清仓教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/wallet-tool/sweeper.md): 一键清仓工具可以帮助用户自动卖出钱包中的所有代币，该功能适用于 资产迁移、资金回收、钱包整理 等场景，操作简单、高效省时。
- [WSOL 转换](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/wallet-tool/sol-wrapper.md): 快速将 SOL 转换为 WSOL，或将 WSOL 解包为 SOL，支持双向操作。


---

# 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://ciaotool.gitbook.io/docs/zh-hans/chains/solana/wallet-tool.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.
