> 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/how-do-i-create-an-account-with-blink.md).

# ¿Cómo creo una cuenta con Blink?

Crear una cuenta de Blink es un proceso sencillo que implica los siguientes pasos:

1. Descarga la aplicación de Blink desde la tienda de aplicaciones de tu teléfono o [usa el APK en Android](https://github.com/blinkbitcoin/faq.blink.sv/tree/main/creating-a-blink-account/how-to-install-the-apk-from-github.md)
2. Selecciona `Settings` en la esquina superior derecha de la pantalla de inicio
3. Selecciona la bandera según el código de área de tu número de teléfono
4. Ingresa tu número de teléfono y desliza hacia la derecha para completar el rompecabezas
5. Ingresa el código recibido por SMS

Después de registrarte, puedes elegir entre Custodial Mode (Blink custodia los fondos en tu nombre) y Non-Custodial Mode (tú posees tus propias llaves mediante el protocolo Spark). La disponibilidad de cada modo depende de tu estatus y país de residencia.

## Agregar una dirección de correo electrónico (opcional)

Agregar una dirección de correo electrónico te permite usarla para iniciar sesión, así no necesitas depender del número de teléfono. Pasos para agregar una dirección de correo electrónico:

1. selecciona el menú en la parte superior derecha y toca `Account`
2. selecciona `Email (for login)`
3. ingresa una dirección de correo electrónico y completa la verificación para habilitar el inicio de sesión con correo electrónico

## Establece tu nombre de usuario (opcional)

El nombre de usuario es tu identificador interno de Blink y también sirve como tu [Lightning Address](https://github.com/blinkbitcoin/faq.blink.sv/tree/main/blink-payment-methods/README.md) 6. Selecciona `Settings` 7. Selecciona `Your Blink address` y haz clic en `Set your Blink Address` 8. Elige un nombre de usuario para tu cuenta. Tu nombre de usuario no debe tener caracteres especiales ni espacios. Si tu nombre de usuario deseado no está disponible, puedes agregar números o más letras para verificar la disponibilidad. 9. Haz clic en `Set Your Blink Address` para finalizar la creación de tu cuenta


---

# 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/how-do-i-create-an-account-with-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.
