# 批量转账

- [EVM - 一对多转账教程](https://ciaotool.gitbook.io/docs/zh-hans/tools/multisender/one-to-many.md): 一对多转账是一种高效便捷的代币分发工具，支持将同一钱包中的代币批量发送至无限个接收地址，适用于空投、奖励发放和批量结算等场景。
- [EVM - 批量一转多教程](https://ciaotool.gitbook.io/docs/zh-hans/tools/multisender/one-to-many-multi.md): 「批量一转多」功能支持同时执行多个一对多转账任务，提升资金分发效率，适用于空投、奖励发放等场景。
- [EVM - 多对一转账教程](https://ciaotool.gitbook.io/docs/zh-hans/tools/multisender/many-to-one.md): 多转一功能支持将多个钱包中的代币统一归集到一个主地址，适合资金汇总、项目回收等场景。
- [EVM - 多对多转账教程](https://ciaotool.gitbook.io/docs/zh-hans/tools/multisender/many-to-many.md): 多对多转账功能可实现多个钱包地址向多个接收地址发送代币，适用于空投、奖励发放等批量转账场景。


---

# 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/tools/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.
