# How do I receive a transaction with Blink?

Blink was created to facilitate sending and receiving Bitcoin transactions using on-chain, LNURL & Lightning.

You can provide the following information to receive a transaction:

* Your on-chain address (starts with `bc1...`). Incoming on-chain transactions (deposit) require 2 confirmations to become available for spending.
* Creating a Lightning invoice (BOLT11 format, starting with `lnbc1...`)
* Point of Sale (PoS or Cash Register) web app
* Use the Lightning Address, which uses an email address form (eg. <yourusername@blink.sv>)
* Using your Blink Paycode (also known as an LNURL)

You can also receive payments to your Blink username from other Blink users. Please note, that this feature is only available for Blink to Blink payments and will NOT work with other apps like Chivo or Strike.


---

# 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://faq.blink.sv/using-blink/how-do-i-receive-a-transaction-with-blink.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.
