# 批量转账

- [Solana - 批量转账一对多转账教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/multisender/one-to-many.md): 一对多转账是一种高效便捷的代币分发工具，支持将同一钱包中的 SOL 或 SPL 代币批量发送至无限个接收地址，适用于空投、奖励发放和批量结算等场景。
- [Solana - 批量转账多对一转账教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/multisender/many-to-one.md): 方便快捷地将分散在多个账户中的 SOL 或 SPL 代币统一归集到一个主账户，提高资金管理的效率，同时减少交易成本和时间。
- [Solana - 批量转账多对多转账教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/multisender/many-to-many.md): 批量处理多个钱包地址 SOL 或 SPL 代币的资金转账，模拟真实转账，有效打乱地址关联，有效优化气泡图检测，提升多地址资金管理效率，丰富您的资产管理策略。
- [Solana - 批量转账中转转账教程](https://ciaotool.gitbook.io/docs/zh-hans/chains/solana/multisender/sol-relay-transfer.md): 通过独立中间地址处理 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/multisender.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.
