# Privacy in Traditional Banking

<figure><img src="/files/5UivwuxWTGHLOfGL26gW" alt=""><figcaption></figcaption></figure>

The traditional banking model achieves a level of privacy by limiting access to information to the parties involved and the trusted third party.

\- Satoshi Nakamoto, Bitcoin Whitepaper

The traditional banking model relies on the bank acting as a **guardian** of personal and financial data, ensuring that account holders' information remains confidential. The bank maintains secure systems that store data about each account holder, which are **exclusively accessible to the institution**.

<figure><img src="/files/yrCQEFe85ftjFrwVgbcF" alt=""><figcaption></figcaption></figure>

However, this model is not without its flaws. Many traditional banking systems are built on **legacy frameworks** that have been **adapted for online use, leading to vulnerabilities** that can be exploited by malicious actors. Instances of customer data breaches have resulted in **theft and fraud**, highlighting the risks associated with centralized data storage.

In contrast to the traditional model, the **Bitcoin network** operates on a **distributed framework where transactions are publicly recorded on a blockchain**. This shift necessitates a different approach to privacy, as the public nature of the blockchain means that **while transaction details are visible, the identities of the parties involved can remain private** if proper measures are taken.


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/bitcoin-whitepaper-series/section-10-privacy-bitcoin-whitepaper/privacy-in-traditional-banking.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.
