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

# Multisend Guide

1. Connect Wallet: Choose your preferred wallet and connect securely to TWIFT.
2. Select Network and Asset: Pick the blockchain network and token or coin you wish to send.
3. Add Recipients: Enter recipient addresses manually or import a formatted file (CSV or XLSX).&#x20;
4. Format Validity Check: TWIFT checks address and amount formats before proceeding.
5. Preview and Confirm: Review all details including network, token, and total transfer amount.
6. Execute Transaction: Confirm the single bulk transaction through your wallet.
7. Export Proof: After completion, view your transaction history and export PDF receipts for record keeping.

Please note:

* All operations are executed through audited smart contracts.
* TWIFT never holds user funds at any point.
* Ensure to verify that all recipient addresses are correct and understand that transactions cannot be reversed if sent to an incorrect address.
* Ensure to acknowledge that addresses belonging to centralized wallet providers (such as CEXs) may change over time, which could pose risks to asset accessibility.
* It is the user’s responsibility to confirm transaction details before execution.

{% hint style="info" %}
For any inquries, please contact <help@twift.xyz> with your transaction details.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://twift.gitbook.io/twift-docs/multisend/multisend-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
