# Mass Send

## MASS SENDING FORM

By clicking on the **MASS TRANSFER NOW** button you will access the mass transfer form allowing you to transfer SIGN tokens to any Waves address.&#x20;

![](/files/-M7k_kW4EEIai8nTvKZT)

### **The form includes:**

***Recipient field***: Enter the Waves Address or Alias of the recipient\
\&#xNAN;***Amount***: Enter the amount to send\
\&#xNAN;***+ button***: Click to add recipient\
\&#xNAN;***Comments***: Enter an optional comment limited to 100 characters, this will be public\
\&#xNAN;***Transaction Fee***: Choose to pay the transaction fee in SIGN or WAVES\
\&#xNAN;***Confirmation button***: To sign and broadcast the transaction

## SIGN AND CONFIRM

Every action with your account requires you to sign it with your private key.\
Sign-web.app utilize the Waves Signer library that makes this process very easy for you and 100% secure as everything will be signed locally and no one will have access to your account's private info.

{% hint style="info" %}
**Transaction fee:** \
*A regular Transfer transaction fee is 0.001 waves, in a Mass Transfer, the fee is as followed:*\
*0.001 + 0.0005 x N*\
*N is the number of recipients. The value is rounded up to the thousandths*
{% endhint %}

Once you've filled the form, click on **CONFIRM MASS TRANSFER** to open the Waves Signer popin and start the signature process:

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M3ieoE1M071OsoFItvH%2Fuploads%2F5DtaJCwI9n2PIEOeb19G%2Ffile.png?alt=media)

You will receive a **confirmation message** if everything worked properly:

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M3ieoE1M071OsoFItvH%2Fuploads%2FNWnddGJ7brwnDcS8OOFA%2Ffile.png?alt=media)

The transaction will then appear withing a couple of seconds in your transaction history on the next actualisation (every 15 seconds) or if you click on the actualize icon on the top bar before it actualizes.

## TRANSACTION HISTORY

![](/files/-M7k_T3Eh3cPSsO9CtUH)

The Mass Transfer blocks are separated into 3 parts, the first one contains the date and the first 3 recipients, the 3 dots that are clickable allows the display of the entire recipient list. \
\
You also have a small arrow at the bottom right corner of this block to display the transaction ID that links to the transaction in the waves explorer.\
\
The second block is the total amount transfered and the 3rd block, optional, is the attached message, if there is one.

![](/files/-M7kZjeWGBvOBpzKheTN)

{% hint style="info" %}
**Fields displayed:** \
*Date, Sender addresses, Transaction ID, Amount sent, Optional attachment*
{% 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://docs.sign-web.app/wallet/mass-send.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.
