# ¿Cómo envío una transacción con Blink?

Blink proporciona una forma sencilla de enviar transacciones de Bitcoin utilizando tanto las redes on-chain como Lightning. Para enviar una transacción, puedes hacer lo siguiente:

* Ingrese la dirección on-chain del destinatario (que comienza con `bc1...`) o una factura de Lightning (que comienza con `lnbc1...`).
* Alternativamente, puedes usar la Dirección Lightning del destinatario que se parece a una dirección de correo electrónico (por ejemplo, `username@blink.sv`) o el nombre de usuario de otro usuario de Blink para realizar el pago.
* Elige si quieres gastar desde tu cuenta de Bitcoin o Stablesats (USD).
* Finalmente, puedes confirmar los detalles de la transacción y enviar el pago.


---

# 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/using-blink/how-do-i-send-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.
