# Core Features of BSV Blockchain

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

### Fixed Protocol

The BSV blockchain adheres to a **fixed protocol** that remains stable and unchanging. This characteristic is crucial for several reasons:

* **Long-term Reliability**: By treating the protocol as "set in stone," BSV provides a **dependable foundation** for businesses and developers.
* **Confidence in Development**: Stakeholders can build applications and services without fear of **sudden changes** or fragmentation in the protocol.
* **Alignment with Original Design**: The protocol reflects the **original vision** outlined in Bitcoin's white paper, ensuring consistency with its foundational principles.

### Scalability

BSV enhances Bitcoin's **scalability** by restoring its intended capacity for **unbounded block sizes** and transaction throughput. Key points include:

* **Support for High Transaction Volumes**: BSV can handle **millions of transactions per second**, fulfilling the original vision of Bitcoin as a scalable payment system.
* **Peer-to-Peer Cash Usage**: Unlike BTC, which is limited to approximately **seven transactions per second**, BSV enables true **peer-to-peer cash transactions** on a global scale.
* **Future-Proofing**: The architecture is designed to accommodate **growing transaction demands** without compromising performance.

### Low Fees

BSV's **low transaction fees** make it an ideal platform for **micropayments**, unlocking new business models. Notable aspects include:

* **Micropayment Viability**: Users can pay **fractions of a cent** for digital content, data access, or services, promoting a **pay-per-use model**.
* **Decoupling from Subscriptions**: Individuals can engage in transactions without being tied to **traditional subscription models**.
* **Alignment with Bitcoin's Vision**: This feature realizes the white paper's goal of Bitcoin as **"a peer-to-peer electronic cash system."**


---

# 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/deep-dive-in-bsv-blockchain/bsv-blockchains-consensus-model/core-features-of-bsv-blockchain.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.
