> For the complete documentation index, see [llms.txt](https://faq.blink.sv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.blink.sv/espanol/blink-payment-methods/lightning-address/what-is-the-cash-register-in-blink.md).

# ¿Qué es la caja registradora en Blink?

El Punto de Venta en Blink es una forma conveniente de recibir pagos en bitcoin. Es especialmente útil para comerciantes que desean recibir pagos directamente en sus billeteras, sin depender de un solo dispositivo, lo que lo convierte en una forma fácil y económica de tener un POS funcional en sus tiendas.

Para usar el PoS, haz clic en el menú en la parte superior derecha de tu pantalla de inicio de Blink y ve a "Formas de recibir pagos". Ahí encontrarás el enlace a tu PoS, por ejemplo pay.blink.sv/nombredeusuario.

* Puedes abrir el enlace del PoS en cualquier navegador y crear facturas Lightning de forma rápida y sencilla.
* Puedes compartir el enlace del PoS con tus clientes: cuando un cliente abre el enlace, será dirigido al PoS donde puede ingresar el monto que desea pagar y completar la transacción.
* Puedes compartir el enlace del PoS con tus empleados o personal y dejar que reciban pagos en tu nombre. Ten en cuenta que cualquier monto enviado a facturas generadas en tu PoS único va directamente a tu cuenta de Blink. El PoS es solo para recibir pagos, no para enviar. Compartir tu enlace del PoS con un empleado o cliente les permite recibir pagos en tu nombre — no les da la capacidad de enviar o retirar fondos de tu cuenta.

La función de PoS también proporciona una forma sencilla de llevar un registro de tus ventas y generar informes para ayudarte a mantener el control de las transacciones de tu negocio.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://faq.blink.sv/espanol/blink-payment-methods/lightning-address/what-is-the-cash-register-in-blink.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
