> For the complete documentation index, see [llms.txt](https://dannychain.gitbook.io/danny/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dannychain.gitbook.io/danny/developer-guide/multisender.md).

# Multisender

“Multisender” in the crypto industry refers to a tool or smart contract used to send tokens to multiple wallet addresses in a single transaction.

## Send Tokens to Multiple Addresses

Effortlessly distribute tokens in a single transaction. Fast, secure, and cost-efficient batch transfers on Danny Chain.

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

## Common use cases:

* Token airdrops
* Reward distribution
* Team payroll payments
* NFT or stable coin distribution

## Main features of a Multisender:

* Send DAN-20 tokens to multiple addresses
* Send native coins such as DAN
* Save time compared to sending one by one
* Some systems help optimize gas fees

<table data-card-size="large" data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><p>⚡</p><h4>Batch Efficiency</h4><p>Send to hundreds of addresses in a single transaction — saving gas and time.</p></td></tr><tr><td><p>🔒</p><h4>Non-Custodial</h4><p>Your wallet stays in your control. We never hold or access your tokens.</p></td></tr><tr><td><p>📋</p><h4>CSV Import</h4><p>Upload your recipient list directly as a .csv or .txt file for bulk operations.</p></td></tr><tr><td><p>👑</p><h4>Saves Time</h4><p>Sending in large batches is ideal for creating airdrops for your team.</p></td></tr></tbody></table>

### 🎆 What preparations? <a href="#whats-next" id="whats-next"></a>

You must be prepared for a successful multisender.

1. [**Buy DAN token**](https://dandex.io/) - Used as a gas fee for transaction.
2. [**Multisender platform**](https://dannychain.com/token/multisender) - Platform for sending tokens.
3. [**Token address**](https://dannyscan.com/tokens) - List of tokens
4. [**Wallet Address**](https://dannychain.com/token/address/) - Wallet address foe send to airdrop

## Advantages:

* Fast
* Easy to manage
* Suitable for large communities

## Things to be careful about:

* Double-check wallet addresses before sending
* Beware of scam Multisender platforms
* Verify  the smart contract is audited

{% hint style="success" %}
Send DAN-20  tokens to multiple addresses. Fast, Low fee, Secure
{% endhint %}

## Use Multisender

* Buy DAN native token for fee sender token on platform
* Go to token platform <https://dannychain.com/token/multisender>
* Connect wallet ([Danny chain](/danny/getting-started/quick-start.md))
* go to the sender section.
* Enter token address. (E.g. 0x046b82988a7113FCAd568B7102c7b823f4411385
* Enter addresses with amounts. (E.g. 0x046b82988a7113FCAd568B7102c7b823f4411385,0.01)
* Or upload file CSV/Text file&#x20;
* Press review & Confirm →
* Approve & Confirm transaction
* Complete, Check transaction

## Screenshot

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>STEP 1.</td><td><ul><li>Connect wallet</li><li>Enter token address</li><li>Enter address, amount</li><li>Press review confirm</li></ul></td><td data-object-fit="fill"><a href="/files/x6CXYeljtgObVP0vK4Cw">/files/x6CXYeljtgObVP0vK4Cw</a></td></tr><tr><td>STEP 2.</td><td><ul><li>Check details</li><li>Press sign &#x26; Multisen</li><li>Approve transaction</li><li>Confirm transaction</li></ul></td><td><a href="/files/YjiLirP4xjtp8UX2djXe">/files/YjiLirP4xjtp8UX2djXe</a></td></tr><tr><td>STEP 3.</td><td><ul><li>Status transaction</li><li>view transaction</li><li>Complete button</li></ul></td><td data-object-fit="fill"><a href="/files/Ngew94lIyl0ls6LCfMRI">/files/Ngew94lIyl0ls6LCfMRI</a></td></tr></tbody></table>

#### ☎️Need Help? <a href="#need-help" id="need-help"></a>

Reach out to us for support, suggest improvements, or file a ticket using the [**Support**](mailto:admin@dannychain.com) on Telegram. Our team is here to assist you!

* [**Telegram**](https://t.me/dannytoken): Join our developer community
* [**Twitter**](https://x.com/Dan74668): information Danny Chain


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://dannychain.gitbook.io/danny/developer-guide/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.
