> 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/custody-and-security/how-is-my-money-stored-in-blink.md).

# How is my money stored in Blink?

Tus fondos en Blink se almacenan utilizando un almacenamiento en frío multisig distribuido geográficamente en jurisdicciones independientes y asimétricas. Esto significa que tus fondos están asegurados por múltiples claves privadas que son mantenidas por diferentes partes de confianza. La mayoría de los Bitcoin en Blink se almacenan en almacenamiento en frío, que es un método de almacenamiento altamente seguro y sin conexión. Un pequeño porcentaje de los Bitcoin se mantiene en una billetera en caliente, que está conectada a internet y se utiliza para transacciones más rápidas y eficientes.

Blink toma muy en serio la seguridad de tus fondos y emplea una serie de medidas para garantizar su seguridad. Esto incluye el uso de los últimos protocolos de seguridad y las mejores prácticas, como la autenticación de dos factores, el cifrado SSL y auditorías de seguridad regulares. Además, Blink sigue estrictas pautas regulatorias para garantizar el cumplimiento de las leyes y regulaciones locales, mejorando aún más la seguridad y la protección de tus fondos.

En resumen, sus fondos se almacenan utilizando un sistema multisig altamente seguro con la mayoría de los fondos en almacenamiento en frío, lo que garantiza la máxima protección contra posibles violaciones de seguridad o pérdidas.


---

# 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/custody-and-security/how-is-my-money-stored-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.
