# Using the Multi Send function

The Multi Send function is similar to the Send function but is a separate tab. <mark style="color:yellow;">This is primarily used for sending multiple amounts of tokens to multiple amounts of addresses.</mark>\
\ <mark style="color:orange;">Including BTC (Bitcoin) in a Multi-Send is not supported at this time and will require a separate simple BTC send transaction.</mark>

To access Multi Send, first right-click any token on the left panel and begin the process for a Simple Send. In the example below it would be clicking the "Send BREITBARTPEP to..."

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

Next, <mark style="color:yellow;">navigate to the Multi Send tab on the top of the popup window</mark>.

Here you can verify the source address in which you are sending next to the input “Source.” \
\
If you would like to change the address you are sending from, click the notepad with pencil icon to the right of the sending address on the “Source” input.

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

The ”Send List” input is a CSV formatted separated list of funds and a list of recipients who will be receiving funds from you. It is important to use the exact List Format as shown in Freewallet which is:

Address, Asset, Quantity, Memo (optional)

<mark style="color:yellow;">For example, this might look like this with a memo at the end:</mark>\
\
`1FWDonkMbC6hL64JiysuggHnUAw2CKWszs, TEST, 1, donation`\
`1FWDonkMbC6hL64JiysuggHnUAw2CKWszs, EXAMPLE, 10, donation 2`\
`bc1q0ssapwdzezj5la5gv6q2j06p4pmekrdcwz03l0, EXAMPLE.SUBASSET, 1, donation 3`\
`bc1q0ssapwdzezj5la5gv6q2j06p4pmekrdcwz03l0, XCP, 1.00000000, donation 4`

<mark style="color:yellow;">Here is the same example without using the “Memo” field, in which you are not required to put the “,” at the end of the line item:</mark>

`1FWDonkMbC6hL64JiysuggHnUAw2CKWszs, TEST, 1`\
`1FWDonkMbC6hL64JiysuggHnUAw2CKWszs, EXAMPLE, 10`\
`bc1q0ssapwdzezj5la5gv6q2j06p4pmekrdcwz03l0, EXAMPLE.SUBASSET, 1`\
`bc1q0ssapwdzezj5la5gv6q2j06p4pmekrdcwz03l0, XCP, 1.00000000`

Please take note that <mark style="color:red;">for Divisible Assets, such as XCP, you must include all decimal points in the send</mark>.&#x20;

<mark style="color:yellow;">All Divisible assets can have 8 total decimals and all decimals must be included when filling the multi-send form (ex. 1.00000000)</mark>.

Keep in mind the <mark style="color:yellow;">“Memo” option is public and viewable on the blockchain</mark> so keep any personal information out of this field you would not like to be shown on public block explorers.

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

Next step is to pick your Fee used for this transaction. \
\ <mark style="color:yellow;">It is possible in large Multi-Send’s to have multiple transactions</mark>, so the fee you picked will be used as the fee for each transaction. If you have more questions about what type of Fee to use, please reference [What Type of BTC fee should I use?](/freewallet.io-user-manual/getting-started/what-btc-fee-should-i-use.md).

After pressing “Send Funds” Freewallet will pop up a confirmation asking if the details look correct.\
\
After you press “Yes” your transaction(s) will be broadcast to the Bitcoin network

<figure><img src="/files/00UTRSCaqUAUrBRJyucx" alt=""><figcaption><p>Send Successful popup</p></figcaption></figure>

You will now be able to see this transaction in the Unconfirmed tab on Tokenscan as referenced before in the [Sending / Receiving XCP and User Created Tokens](/freewallet.io-user-manual/freewallet-functions/sending-receiving-xcp-and-user-created-tokens.md) section.

Once the transaction is confirmed you can verify and reference the transaction on Tokenscan.io to see the details of your Multi Send.

<figure><img src="/files/bE4Ww6l0RC5Lr3ca8j6d" alt=""><figcaption><p>An example Multi Send, confirmed and shown on Tokenscan.io</p></figcaption></figure>

* <mark style="color:red;">**PLEASE TAKE NOTE that Multi-Sends when using a Trezor with Freewallet are not working at the moment**</mark>


---

# 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://davestaxcp.gitbook.io/freewallet.io-user-manual/freewallet-functions/using-the-multi-send-function.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.
