# BSC Relay Transfer Tutorial

{% hint style="success" %}
**BSC Relay Transfer:** <https://bsc.ciaotool.io/transfer/relay-transfer>
{% endhint %}

{% hint style="warning" %}
If you prefer learning through videos, feel free to watch this tutorial.
{% endhint %}

{% embed url="<https://youtu.be/BnwoyB8k2wU>" %}

### 🔗 Operation Steps

{% hint style="danger" %}
The number of sending wallets must match the number of receiving wallets!
{% endhint %}

#### **1.** Select Token Address

* Input or select the BSC token contract address you wish to send.

<figure><img src="/files/8WUCOyMi2zKelOvAZs2f" alt=""><figcaption></figcaption></figure>

#### **2. Enter** / Upload Send Private Key

* Upload a wallet file containing multiple private keys (xls, xlsx); the system will recognize the source wallets.

<figure><img src="/files/7FbNotjInr0dZp7Tl5fD" alt=""><figcaption></figcaption></figure>

#### **3.** Upload Recipient Addresses

* Upload a list of recipient addresses, ensuring the number of sender and recipient addresses match (e.g: 10 sender addresses to 10 recipient addresses).

<figure><img src="/files/1xb7qM4vHsj4u1WQwt1b" alt=""><figcaption></figcaption></figure>

#### **4.** Set Transfer Parameters

1. **All Amount：**&#x74;ransfers the entire token balance held in the address in a single transaction.
2. **Fixed Amount：**&#x61;llocates the same token amount to each recipient address.
3. **Fixed Retain：**&#x6B;eeps a specified amount of tokens in the wallet during the operation instead of transferring everything.
4. **Custom (Click to Input)：**&#x6D;anually enter the specific amount each address should receive; allows flexible, per-recipient allocations.
5. **Transfer Count Per Address**：the number of intermediate transfers the funds pass through before reaching the final recipient in a single end-to-end transfer.

{% hint style="danger" %}
The more intermediary transfers there are, the more complex the fund path becomes.
{% endhint %}

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

* For custom amounts, you can upload a file or manually input each amount on a new line.

<figure><img src="/files/1FQrFkdiCKBYqkFrrvo3" alt=""><figcaption></figcaption></figure>

#### **5.** Generate relay wallets

* The system automatically creates intermediate hop addresses for relay operations (to obscure the transfer path).
* View wallet funds status / Check wallet balance status.

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

#### **6.** Execute Transfer

* Click to confirm and sign the operation; the system will automatically complete all relay transfer transactions.

### ❓ Frequently Asked Questions (FAQ)

#### **1.** What is **BSC Relay Transfer** ?

* [x] **Answer**：Relay transfers route funds through multiple hops to obscure the path and boost transaction privacy and security.

#### **2.** Can each address be set with a different amount?

* [x] **Answer**：Yes. You can customize each transaction amount in the uploaded file.

#### **3.** Does the system save my private keys?

* [x] **Answer**：No. All signing operations are completed locally in your browser, ensuring private key security.

#### **4.** How many address pairs can I transfer at once?

* [x] **Answer**：More relay addresses increase transfer time but improve privacy and security. There's no strict limit—depends on network and servers—suitable for medium‑to‑large batch operations.

#### **5.** Can I import xls, xlsx files?

* [x] **Answer**：Yes. Both sender private keys and recipient addresses support xls, xlsx format import, improving efficiency.

💬 **Need help? Join our community for real-time support:** <https://t.me/ciaotool>

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

{% hint style="danger" %}
**Note:** CiaoTool is committed to providing convenient tooling services but does not offer any form of investment advice. Platform content may change with product iterations. Users are advised to exercise judgment and stay informed about updates.
{% 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/en/multisender/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.
