# The Paradigmatic Case: Bitcoin Cash

In 2017, part of the community proposed increasing the block size to allow a greater number of transactions per second. This proposal clashed with those who defended keeping small blocks and scaling through off-chain solutions, such as Lightning Network.

The lack of consensus led to a hard fork:

* The original chain retained the name Bitcoin (BTC).
* The new version adopted the name Bitcoin Cash (BCH), with larger blocks and a more transactional orientation.

Both share the same history up to block 478559, but their approaches are substantially different.

| Scalability | Layer 2 (Lightning Network) | On-chain scaling (large blocks)    |
| ----------- | --------------------------- | ---------------------------------- |
| Philosophy  | Store of value              | Everyday medium of payment         |
| Governance  | More decentralized          | More concentrated among developers |
| Narrative   | “Digital Gold”              | “P2P electronic Cash”              |


---

# 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-1/forks-and-internal-conflicts-from-idealism-to-technical-divergence/the-paradigmatic-case-bitcoin-cash.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.
