# SOL 中转转账教程

{% hint style="success" %}
**SOL 中转转账：**<https://ciaotool.io/zh-CN/wallet/manage/relay-transfer>
{% endhint %}

```
注意：转出钱包数量需要和目标钱包数量一致！
中转转账仅支持 SOL 转账。开启转账前请务必保存好已生成的中转地址信息。
```

### 🧩 **如何进行**中转转账？

#### **1. 绑定钱包**

* 点击右上&#x89D2;**【连接钱包】**，选择钱包地址并确认授权。
* 页面右上角显示钱包地址即表示绑定成功。

<figure><img src="/files/HAwYRk2omRkRC5YzTAJY" alt=""><figcaption></figcaption></figure>

#### 2. 选择转账代币

* 中转转账仅支持 SOL 转账

<figure><img src="/files/ag3hKo8Jj3Gltkoe8A4F" alt=""><figcaption></figcaption></figure>

#### 3. 选择转账钱包

* 可选择手动粘贴多个私钥（支持多个钱包）
* 上传包含私钥的 `Excel/CSV/TXT/JSON` 文件。

<figure><img src="/files/SAUryqAVG1hXdoFoL9I0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/SbA5AwQvQBVoKXOah5fl" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
注意：确保转出钱包有足够的SOL
{% endhint %}

#### 4. 选择接收地址

* 输入目标钱包地址（数量必须与转出钱包一致）。

<figure><img src="/files/flqYxa4maCxuCqQZojfO" alt=""><figcaption></figcaption></figure>

#### 5. 每个地址中转数量

* 选择分配方式：每个地址中转数量

  * 固定值（如每个地址 1/4/10 ）
  * 或自定义填写地址中转数量。

  <figure><img src="/files/P9cd7A8V42mbUV8mjYsB" alt=""><figcaption></figcaption></figure>

#### 6. 生成中转钱包

* 系统自动生成中间跳转地址，用于中转操作（隐藏转账路径）。

#### 7. 确认转账

* 核对信息无误后，点击「确认转账」
* 系统将依次执行中转逻辑，完成资金分发。

<figure><img src="/files/WZtMMYfzggjqcJJ2D0IR" alt=""><figcaption></figcaption></figure>

### ❓常见问题

#### 1. 中转转账和普通转账有何区别？

* [x] 答： 中转转账通过在发送者和接收者之间插入一组中间钱包，实现多条转账路径，从而提升隐私性，防止链上追踪。

#### 2. 为什么转出地址数量必须和接收地址数量一致？

* [x] 答： 每一个转出地址将映射至一个目标地址，保持一一对应关系是确保资金精确分发和逻辑正确执行的关键。

#### 3. 我需要为每个中转钱包单独准备SOL吗？

* [x] 答： 不需要，系统自动生成中转钱包并执行转账，但你的手续费钱包需预留足够 SOL 用于支付每一笔转账的手续费。

#### 4. 中转过程安全吗？我能控制中转钱包吗？

* [x] 答： 所有中转钱包私钥将提供给用户保存，整个过程在本地或可信环境中执行，CiaoTool 不保留用户密钥，确保安全可控。

**💬 如遇到问题？加入社群实时咨询**：<https://t.me/ciaotool>

* **Email**：<support@ciaotool.io>
* **官网**：[https://ciaotool.io](https://ciaotool.io/)
* **X（Twitter）**：<https://x.com/CiaoTool>
* **Medium**： <https://medium.com/@ciaotool>
* **Blog**：<https://www.ciaoailiquidity.com/zh/blog>
* **YouTube**：<https://www.youtube.com/@CiaoTool>
* **WhatsApp**：<https://whatsapp.com/channel/0029VbAuLrVAojYxRNw95W1J>

{% hint style="danger" %}
CiaoTool 致力于提供便捷的工具服务，但不构成任何投资建议。平台内容可能根据产品迭代进行调整，敬请用户自行判断并留意更新。
{% endhint %}


---

# 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/sol/wallet-manage/relay-transfer.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.
