> For the complete documentation index, see [llms.txt](https://hub.bsvblockchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.bsvblockchain.org/demos-and-onboardings/onboardings/onboarding-catalog/pay-and-paid.md).

# Pay and Get Paid

Welcome to the guide for making and receiving payments using **BSV Desktop** and connected applications. If you haven’t created your wallet yet, start here: 👉 [Create your BSV Desktop](https://github.com/bsv-blockchain/gitbook-poc-solutions/blob/master/onboardings/metanet-desktop-mainnet.md) Need BSV to get started? 👉 [How to get BSV](/demos-and-onboardings/onboardings/onboarding-catalog/get-bsv.md)

***

## 🏦 How Payments Work

BSV Desktop is your gateway to the BSV Blockchain ecosystem. While the wallet itself is for managing your identity and applications, payments are made through connected apps like [PeerPay](https://peerpay.babbage.systems/).

***

## 🚀 Sending Payments

1. **Open BSV Desktop** and go to [PeerPay](https://peerpay.babbage.systems/). PeerPay will automatically detect your wallet.

   ![PeerPay Landing Page](/files/4hhH056gElHow9GD7KG3)
2. **To send a payment, you need:**
   * The recipient’s **Identity Key** (public key)
   * The amount of BSV you want to send (check your balance in BSV Desktop)
3. **Enter the details and click `Send`.**
4. **Security Confirmation:** BSV Desktop will prompt you to confirm the transaction for security.
5. **Click `Send` in BSV Desktop to complete the payment.**

***

## 📨 Receiving Payments

1. **Share your Identity Key** (public key) with the sender. Find it in BSV Desktop under the **Identity** tab:

   ![BSV Desktop Main Screen](/files/prUyuHnVpS3NTV4QeNFo)

   > ⚠️ **Important:** Only share your Identity Key. Never share your Privileged Identity Key (private key).
2. **Check for incoming payments:** Go to [PeerPay](https://peerpay.babbage.systems/). Pending payments will be listed for you to accept.

   ![PeerPay Accept Payment](/files/9cxLKE4SVAKvOJkadkQm)
3. **Click `Accept` to receive the payment.** Your balance will update in BSV Desktop.

***

## 🌐 More Applications

Explore more apps that work with BSV Desktop at [metanetapps.com](https://metanetapps.com/).

***

## 📝 Quick Links

* **Create your wallet:** 👉 [BSV Desktop Guide](/demos-and-onboardings/onboardings/onboarding-catalog/metanet-desktop-mainnet.md)
* **Get BSV:** 👉 [Get BSV Guide](/demos-and-onboardings/onboardings/onboarding-catalog/get-bsv.md)

***

If you have questions or need help, reach out to the BSV Blockchain Association community. Enjoy seamless payments with BSV Desktop and BSV Blockchain!

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hub.bsvblockchain.org/demos-and-onboardings/onboardings/onboarding-catalog/pay-and-paid.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
