# Which methods can I use to send and receive transactions using Blink

| Type of payment       | Sending | Receiving |
| --------------------- | ------- | --------- |
| Lightning             | Yes     | Yes       |
| On-Chain              | Yes     | Yes       |
| Lightning Address     | Yes     | Yes       |
| Contact List\*        | Yes\*   | Yes\*     |
| Point of Sale Web App | No      | Yes       |
| LNURL Paycode         | No      | Yes       |

\*With the contact list you can send and receive to other Blink users only. Will need to do at least one transaction with this user to add to “contact List”.


---

# 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/which-methods-can-i-use-to-send-and-receive-transactions-using-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.
