# ¿Cómo reconocer una factura de Lightning?

Una factura de Lightning es una solicitud de pago que comienza con "ln" e incluye una larga cadena de caracteres. También puede incluir el monto a pagar y una descripción del pago.

Cuando recibas una factura de Lightning, podrás reconocerla por el prefijo "ln", seguido de una cadena de caracteres alfanuméricos. La factura de Lightning puede mostrarse como un código QR que puedes escanear con tu aplicación de billetera de Bitcoin.

Es importante tener en cuenta que una factura de Lightning no es lo mismo que una dirección de Bitcoin on-chain, que normalmente comienza con "1" o "3" para direcciones heredadas, o "bc1" para direcciones SegWit más nuevas.


---

# 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/espanol/blink-payment-methods/lightning/how-to-recognize-a-lightning-invoice.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.
