> 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/creating-a-blink-account/what-information-do-i-need-to-provide-to-register-to-blink.md).

# ¿Qué información necesito proporcionar para registrarme en Blink?

Solo necesitas un teléfono inteligente y acceso a internet. Descarga la app y ábrela — no se requiere información personal para comenzar.

Recomendamos agregar un número de teléfono y una dirección de correo electrónico a tu cuenta, lo que permite la recuperación de inicio de sesión y desbloquea funciones adicionales como establecer un nombre de usuario. Agregar un número de teléfono también te permite aumentar tus límites de transacción si eliges Custodial Mode.

Una vez que hayas ingresado tu número de teléfono, recibirás un mensaje de texto por SMS o WhatsApp para la autenticación de la cuenta. Después de eso, puedes crear un nombre de usuario único opcional para Lightning Address y transacciones internas de Blink.

Blink ofrece dos modos de operación — Custodial Mode y Non-Custodial Mode — y la disponibilidad de cada uno depende de tu estatus y país de residencia. Consulta los Términos y Condiciones para más detalles.

Ten en cuenta que el nombre de usuario que crees será visible para otros usuarios de Blink, por lo que recomendamos elegir tu nombre de usuario teniendo esto en cuenta.

Una vez registrado, se recomienda [agregar una dirección de correo electrónico](https://github.com/blinkbitcoin/faq.blink.sv/tree/main/creating-a-blink-account/how-do-i-create-an-account-with-blink.md#add-an-email-address-optional) que puedes usar para iniciar sesión en el futuro.


---

# 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/creating-a-blink-account/what-information-do-i-need-to-provide-to-register-to-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.
