# MultiSend

<figure><img src="/files/vVJJK5DmSQK7utVRZQo1" alt="" width="353"><figcaption></figcaption></figure>

* **Use Distributor Wallet**: Check this box to use the distributor wallet for sending ETH. Leave unchecked to use a custom wallet.
* **Sender Private Key**: Enter the private key for the sender wallet if not using the distributor wallet.&#x20;
* **Total ETH to Distribute**: Specify the total amount of ETH to be distributed across selected wallets.
* **Include All Wallets**: Check this to send ETH to all wallets in the bundle.
* **Start Index / End Index**: Specify the range of wallets (by index) to receive ETH. Leave blank if using "Include All Wallets."
* **Distribute ETH Button**: Click to initiate the distribution of ETH based on the selected parameters. Monitor the Terminal for real-time updates.


---

# 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://docs.bundlefren.com/v1/additional-features/multisend.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.
