# Bitcoin's Divergence: The BCH and BSV Story

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

### Bitcoin Cash and Block Size Debate

In 2017, a significant **fork** occurred when part of the Bitcoin community advocated for **increasing the block size** to enhance transaction throughput. This proposal faced resistance from those who preferred maintaining **smaller blocks** and scaling through off-chain solutions like the **Lightning Network**. The resulting hard fork led to:

* **Bitcoin (BTC)**: Retained the original chain with a focus on off-chain scaling.
* **Bitcoin Cash (BCH)**: Adopted larger blocks, emphasizing on-chain scaling and a transactional approach.

Both chains share a common history up to block **478559**, but their philosophies diverge significantly:

| **Aspect**  | **Bitcoin (BTC)**                  | **Bitcoin Cash (BCH)**          |
| ----------- | ---------------------------------- | ------------------------------- |
| Scalability | Layer 2 (Lightning Network)        | On-chain scaling (large blocks) |
| Philosophy  | Store of value                     | Everyday medium of payment      |
| Governance  | More concentrated among developers | More decentralized              |
| Narrative   | "Digital Gold"                     | "P2P Electronic Cash"           |

### Bitcoin SV and Original Vision

In 2018, Bitcoin Cash itself experienced another **split**, giving rise to **Bitcoin SV (Satoshi Vision - BSV)** (would later become known as **the BSV blockchain**). This fork was driven by debates over:

* **Fidelity** to the original 2008 white paper.
* Maximum **block size limits**.
* **Governance** of the protocol.

Bitcoin SV / the BSV blockchain (BSV) aims to:

* Implement **Satoshi Nakamoto's vision** literally.
* Remove artificial limits on block size, promoting **unlimited block sizes**.
* Transform the blockchain into a platform for **data storage** and **contract execution**.

While BSV emphasizes **scalability** and **utility**, it raises questions about effective **decentralization** and the implications of large block sizes on network performance.

### Economic and Adoption Challenges

Forks have tangible **economic consequences** that can impact the broader cryptocurrency ecosystem:

* **Coin Replication**: Holders of BTC at the time of a fork receive equivalent amounts of BCH or BSV, leading to an increase in the number of coins in circulation.
* **Volatility**: Each fork introduces uncertainty regarding **legitimacy**, **technical support**, and the future direction of the project.
* **User Confusion**: The existence of multiple "Bitcoins" complicates public understanding and can hinder **institutional adoption**.

In the long run, while forks can diversify the ecosystem by providing alternative options, they may also **fragment resources**, **divide communities**, and dilute the foundational message of Bitcoin. BSV attempts to mitigate these issues by restoring the **original vision** and promoting large blocks for practical adoption.


---

# 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-as-historical-phenomenon/forks-navigate-analyze-and-impact-blockchain-evolution/bitcoins-divergence-the-bch-and-bsv-story.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.
