# Pay

<figure><img src="/files/4PwmioShTbJopgDPkLpt" alt=""><figcaption><p>Pay anyone on Satoshi</p></figcaption></figure>

### Ways to send Bitcoin on Satoshi

* [On-chain](/satoshi-knowledge-base/features/pay/on-chain.md)
* [Lightning Invoice](/satoshi-knowledge-base/features/pay/lightning-invoice.md) (choose an amount, one-time use)
* [LNURL](/satoshi-knowledge-base/features/pay/lnurl.md) (custom @username, use multiple times)
* [Liquid](/satoshi-knowledge-base/features/pay/liquid.md)

### How to pay with Bitcoin

* Click the Send button
* Select the right network (<mark style="color:orange;">Bitcoin</mark> or <mark style="color:purple;">Lightning</mark>)
* Scan a QR code or paste a wallet address
* You can add a message with the payment then click Confirm

*Additionally you can add users as* [*contacts*](/satoshi-knowledge-base/features/contacts.md) *and one-click pay or request them directly over the lightning network.*

### Fees

* Network fees (on-chain rate)
* Lightning (0.3%)


---

# 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.satoshi.money/satoshi-knowledge-base/features/pay.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.
