# Brain Wallet -- Memory Based Solutions

A “brain wallet” is the practice of memorizing a seed phrase that is converted into a bitcoin private key. They present a major risk of theft and loss.&#x20;

One major problem with brain wallets is a lack of true randomness. Attackers can guess and check many brain wallet seeds quickly in parallel. As of 2016 [researchers reported](https://securityaffairs.co/wordpress/44532/cyber-crime/103k-stolen-brain-wallets-attacks.html) an active community of thieves checking brain wallets for balances and draining them within minutes of creation.&#x20;

Brain wallets also present a significant risk of loss. Injuries or just forgetfulness can cause a seed to be lost forever. To be of comparable security as a normal bitcoin key, a brain wallet seed phrase has to contain a large number of words, such as memorizing a 12-word BIP39 seed phrase. If any of the words are missing or remembered out of order, it may be hard or impossible to recover.<br>


---

# Agent Instructions: 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:

```
GET https://docs.casa.io/wealth-security-protocol/rejected-features/brain-wallet-memory-based-solutions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
