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

# How is my money stored in Blink?

Blink operates in two modes, and how your funds are stored depends on which mode you use.

## Custodial Mode

Your funds are stored using a geographically distributed multisig cold storage system in independent, asymmetric jurisdictions. This means that your funds are secured by multiple private keys that are held by different trusted parties. The majority of the Bitcoin held in Custodial Mode is stored in cold storage, which is an offline method of storage designed to reduce exposure to online threats. A small percentage of the Bitcoin is kept in a hot wallet, which is connected to the internet and is used for faster and more efficient transactions.

Blink employs a range of measures to protect custodial funds. This includes using the latest security protocols and best practices, such as two-factor authentication, SSL encryption, and regular security audits. Additionally, Blink follows strict regulatory guidelines to ensure compliance with local laws and regulations, further enhancing the protection of your funds.

## Non-Custodial Mode

In Non-Custodial Mode (powered by the Spark protocol), you hold your own private keys. Blink cannot access, freeze, or recover your funds — you are solely responsible for safeguarding your keys and backing them up securely.

Because you control your keys directly, your funds are not held in Blink's multisig cold storage system. The security of your funds depends on how you manage and protect your private keys.


---

# 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/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.
