# BSV Basics: Protocol and Design

<figure><img src="/files/9VPG6nwh8DLXssaqWgAT" alt=""><figcaption></figcaption></figure>

Bitcoin isn't just digital money—it's a fundamental rethinking of how trust, ownership, and verification work in digital systems. This beginner's path establishes the **essential vocabulary and conceptual framework** to understand Bitcoin as Satoshi designed it: a peer-to-peer electronic cash system that scales unboundedly, maintains transparency, and replaces institutional trust with mathematical proof and economic incentives.

Through four foundational courses, you'll build a solid understanding of Bitcoin's core concepts and prepare for deeper technical learning.

#### What You'll Discover

* **Bitcoin as Global Ledger:** The BSV Ledger functions as a Write Once, Read Many (WORM) database—a public, append-only record eliminating the need for trusted bookkeepers
* **The Double Spending Solution:** How Bitcoin prevents the same digital token from being spent multiple times without relying on a central authority
* **Triple Entry Accounting:** Digitally signed transactions create public receipts recorded on the blockchain, adding a cryptographic third entry to traditional accounting
* **Mining and Coin Distribution:** How proof-of-work mining gradually distributes Bitcoin's fixed supply of 21 million coins while incentivizing network security
* **Transactions and Ownership:** How coins move through cryptographic signatures, creating publicly verifiable yet pseudonymous ownership chains
* **Economic Sustainability:** Why scalability through high transaction volume (not high fees) is essential for long-term viability as a payment system
* **Beyond Payments:** Bitcoin's broader utility as a global data ledger for immutable records, audit trails, and tamper-evident timestamping
* **The Whitepaper in Context:** Orientation to Satoshi's nine-page blueprint and its logical flow, preparing you for deeper theoretical study

#### Why This Matters

By covering key terminology and concepts, this course provides **an entry to deeper learning about Bitcoin**. You'll understand the fundamental principles that make Bitcoin work, preparing you for more advanced technical study or practical application.

#### Learning Journey

**Course 1: Introduction to Bitcoin Protocol and Design** – Understand the fundamentals of Bitcoin and BSV as its node implementation, preparing for in-depth learning

**Course 2: The BSV Ledger** – Explore how the BSV Ledger functions as a revolutionary Write Once, Read Many (WORM) database with applications beyond currency

**Course 3: Coins and Transactions** – Learn about cryptocurrency fundamentals including supply, distribution, mining, and transaction mechanisms

**Course 4: Theory** – Gain comprehensive understanding of Bitcoin's mechanisms from transactions and double spending to proof of work and network consensus

#### Designed For

This beginner-friendly path is designed for anyone interested in understanding Bitcoin:

* **New Learners** – No prior blockchain knowledge required; start from the fundamentals
* **Technical Professionals** – Build a solid foundation before diving into implementation
* **Business Professionals** – Understand the core concepts to make informed decisions
* **Students** – Establish vocabulary and framework for academic study of blockchain

Whether you're beginning your blockchain journey or solidifying your understanding of core concepts, this path provides the essential foundation for deeper learning about Bitcoin.

*Once you complete the path with a score of 80% or more, you'll earn a **Certificate of Completion** to recognize your achievement.*

&#x20;


---

# 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/bsv-basics-protocol-and-design.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.
