> For the complete documentation index, see [llms.txt](https://hub.bsvblockchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-basics-protocol-and-design-1/bsv-basics-protocol-and-design/bit-coin.md).

# Bit-Coin

The name Bitcoin carries significant meaning. On the internet, packets of data are sent and received by connected devices to facilitate communication. Similarly, when bitcoins are sent or received, the transaction is submitted as a packet of data to the network. Bitcoin represents a union of “bit” (data) and “coin” (money), enabling the seamless transfer of monetary value alongside data—a crucial missing piece of the internet’s infrastructure.

Interestingly, the internet already accounted for this concept in its design. The HTTP protocol includes a reserved status code for payments (HTTP 402), intended for use when a suitable digital cash solution emerged. Bitcoin fills this gap, enabling monetary transactions to be integrated natively with data transfer.

In this course, we’ll explore the **Bitcoin protocol**, which provides the foundation for this innovation. Specifically, we’ll focus on how the **BSV blockchain** preserves and scales the original design of Bitcoin, making it the only implementation capable of fulfilling its promise as a global payment and data ledger.

We’ll begin our journey into understanding Bitcoin by taking a closer look at the **Bitcoin Ledger**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-basics-protocol-and-design-1/bsv-basics-protocol-and-design/bit-coin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
