# What is a Lightning Address, and what does it look like?

Lightning Addresses are a type of Lightning Network payment request based on the LNURL protocol that allows users to receive bitcoin payments directly to their Lightning wallet. They look just like an email address, but instead of emails, you can receive Lightning payments with it.

Lightning Addresses can look different depending on the service that the payment recipient uses.

For example, a Blink user's Lightning Address will look like <username@blink.sv>, while a Wallet of Satoshi user's Lightning Address might look like <username@walletofsatoshi.com>.

Regardless of the format, all Lightning Addresses are unique to the recipient, allowing them to receive Lightning payments securely and easily.


---

# 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/blink-payment-methods/lightning-address/what-is-a-lightning-address-and-what-does-it-look-like.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.
