# Send

## SENDING FORM

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

### **The form includes:**

***Recipient field***: Enter the Waves Address or Alias of the recipient\
\&#xNAN;***Amount***: Enter the amount to send\
\&#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

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

## SIGN AND CONFIRM

Every action with your account requires you to sign it with your private key.\
Sign-web.app utilizes 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.\
\
Once you've filled the form, click on **CONFIRM TRANSFER** to start the signature process and open the Waves Signer popin:

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

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

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

The transaction will then appear within 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

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

{% hint style="info" %}
**Fields displayed:** \
*Date, Recipient address, 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/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.
