Basic send flow

Status: Early design exploration

Overview

From a user’s perspective, the send flow consists of three basic steps:

  1. Enter the transaction information
  2. Review & sign the transaction
  3. Broadcast the transaction to the bitcoin network

Send form

On the send form users specify the details of the transaction. They can do this in a few different ways:

  • Fill out the form manually
  • Click on an invoice URI link
  • Paste an invoice from the clipboard
  • Scan a QR code
  • Import the invoice from a file. Either via drag and drop or by selecting a file.
Send screen with everything filled out

The goal is to keep the primary screen simple and focused for regular transactions, and hide less frequently used options in the menu, accessed easily via the ellipsis button.

Overlay menu with send screen options

After all the information has been provided, the screen looks like this.

Send screen with everything filled out

Clipboard detection

To make it easier for users to fill out the form, the application automatically detects if payment information is saved on user’s clipboard. Specifically, the following types of information are detected:

  1. A full invoice (URI format)
  2. A bitcoin address
Send screen with an info message that the user has a bitcoin invoice on their clipboard.

Additional information

Payment requests can contain additional information that the recipient wants the sender to know, such as a personal message or their name. Check out the receive page for how this works.

If such information is present in the payment request, it is displayed at the top of the form. Note that the additional information will not be included in the transaction data.

Filled out send screen with a message from the recipient.

Note that when importing a payment request, the address cannot be changed manually.

Validation errors

Filled out send screen with a message from the recipient.

Review transaction

Before the transaction is broadcast, the user has another chance to review it.

Screen showing the transaction details.

Transaction confirmation

After the transaction has been broadcast to the network, a success message is displayed.

Confirmation screen with a success message.

Error handling

There are scenarios in which the broadcasting of a transaction fails.

Confirmation screen with an error message.