> 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/using-blink/how-can-i-add-balance-to-my-blink-account.md).

# ¿Cómo puedo agregar saldo a mi cuenta de Blink?

Hay varias formas de agregar fondos a tu cuenta de Blink:

1. Ganar o recibir bitcoin: vende algunos bienes o recibe pagos en bitcoin a tu billetera Blink.
2. Envía bitcoin desde un exchange u otra billetera usando la Lightning Network.
3. Envía bitcoin desde un exchange u otra billetera on-chain a la dirección de billetera Bitcoin proporcionada.
4. Adquiere bitcoin a través de un servicio de terceros — por ejemplo plataformas peer-to-peer o cajeros automáticos de Bitcoin (ver [Coin ATM Radar](https://coinatmradar.com/)) — y envíalo a tu billetera Blink. Las comisiones y disponibilidad son establecidas por esos proveedores.

Ten en cuenta que pueden aplicarse comisiones dependiendo del método que elijas para agregar fondos a tu cuenta de Blink.

Nota: en jurisdicciones donde los servicios custodiales están en proceso de cierre, la recepción de fondos en una cuenta custodial está deshabilitada a partir de la fecha de corte indicada en tu aviso dentro de la app. Para la explicación completa, opciones y cronograma, consulta el anuncio: Cambios Importantes en las Cuentas Custodiales en Tu Región — las fechas en tu aviso personal dentro de la app tienen prioridad. La recepción en Non-Custodial Mode no se ve afectada.


---

# 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/using-blink/how-can-i-add-balance-to-my-blink-account.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.
