# Scalability and System Growth

The scalability of the blockchain system is fundamentally linked to its ability to manage data growth efficiently. The linear growth of block headers at a rate of approximately **4.2MB per year** contrasts with **the exponential growth of computing capabilities.**

This disparity allows the blockchain to accommodate the **needs of a global financial network** while ensuring that **end-user wallets can operate efficiently** with a minimal subset of data.

As the system continues to evolve, the strategies for disk space management, transaction immutability, and data pruning will play a crucial role in supporting the ongoing growth and scalability of the blockchain ecosystem.


---

# 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-7-reclaiming-disk-space-bitcoin-whitepaper/scalability-and-system-growth.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.
