# Send and receive bitcoin

This page shows you how to send and receive bitcoin with Alby

## Send bitcoin

#### Step 1: Open Alby and click on 'Send'

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

#### Step 2a: Insert the destination of your payment into the 'Lightning Invoice' field

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

* You can paste an invoice, LNURL or a Lightning Address into the field.
* Click on "Continue" to proceed

#### Or step 2b: Scan a QR code or paste a lightning invoice to add the destination of your payment

To scan a QR code, click on the QR code icon first

<figure><img src="/files/8VWhquQTLD1Xjf8VJfa8" alt=""><figcaption></figcaption></figure>

Start Scanning

<figure><img src="/files/3aJQaGZk24kaOQgclRr1" alt=""><figcaption></figcaption></figure>

Make sure you have granted permission to your camera.

Alternatively, you can also copy and paste a lightning invoice in the field above.

#### **Step 3: Fill in payment details**

* Amount in satoshi or press one of the shortcut buttons
* Add an optional comment (That is a great way to say thank you or include another message to the payment)

Click on 'More' and you have the option to add your name and email. (This is optional)

<figure><img src="/files/2ndGidPaSvugEHnmBCz4" alt=""><figcaption></figcaption></figure>

#### **Step 4: Scroll down and click on 'Confirm'**

<figure><img src="/files/3mrfQMVPjNy2jeShmY6G" alt=""><figcaption></figcaption></figure>

## Receive bitcoin

#### Step 1: Open Alby and click on 'Receive'

<figure><img src="/files/2CYAGjOnrlFejIr25T1W" alt=""><figcaption></figcaption></figure>

#### Step 2: Enter payment details and click 'Create Invoice'&#x20;

<figure><img src="/files/7ZYspbW1XQv3qWW59Fru" alt=""><figcaption></figcaption></figure>

* The "Description" field is optional but helpful to assign a payment to a sender

#### Step 3: Copy invoice and share it with the sender

* once the invoice is paid and you received the amount you will see a confetti animation in the window of the extension
* but you do not have to wait until then; your balance will show the updated amount.

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


---

# 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://guides.getalby.com/user-guide/browser-extension/features/send-and-receive-bitcoin.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.
