# Mastering Bitcoin

Mastering Bitcoin is an 8-week foundational pathway designed to help developers deeply understand how Bitcoin works, from first principles to protocol-level mechanics.

This pathway emphasizes technical reading, critical thinking, and discussion, the skills required to engage seriously with Bitcoin development and open-source work.

You can complete this pathway independently (self-paced) or apply to join a live, guided cohort.

#### **CTAs**

<a href="/pages/AdDModMQnhhBNyEmgSmy" class="button primary">Start Self-Paced Learning</a>

<a href="https://btrust.homerun.co/btrust-builders-application/en" class="button primary">Apply join a Live Cohort</a>

***

## What This Pathway Is

Mastering Bitcoin is about understanding before building.

Rather than jumping straight into tooling or code, this pathway focuses on developing correct mental models of Bitcoin: how the protocol works, why it is designed the way it is, and what trade-offs it makes.

This foundation is essential for anyone who wants to move from being a Bitcoin user to becoming a serious contributor to Bitcoin open-source software.

## Who It's For

This pathway is designed for:

* Developers new to Bitcoin
* Engineers seeking deeper protocol understanding
* Builders transitioning from *“user”* to *“contributor”*
* Anyone serious about learning Bitcoin correctly

You do not need to be an expert. Curiosity, discipline, and consistency matter more than prior knowledge.

## Prerequisites

* No formal Bitcoin background required
* Basic programming familiarity is helpful, but not required
* Willingness to read carefully and think deeply

## What You’ll Learn

By the end of this pathway, you will be able to:

* Understand how Bitcoin works under the hood
* Develop accurate Bitcoin mental models
* Read and reason about protocol-level concepts
* Discuss Bitcoin tradeoffs clearly and precisely
* Build strong technical reading and discussion habits

This pathway is a prerequisite for meaningful contribution later.

## Core Study Material

This pathway is built around:

{% embed url="<https://github.com/bitcoinbook/bitcoinbook>" %}

All readings, reflection prompts, and discussions are anchored to this text.&#x20;

***

### Choose Your Learning Mode

<details>

<summary>Self-Paced Learning (Always Available)</summary>

Learn independently using Builders materials, at your own pace.

Includes

* Full access to all pathway materials
* Structured chapter reading breakdowns
* Curated reflection prompts
* Suggested 7-week pacing schedule
* Access to the Builders [Resource Hub](/resource-hub.md)
* Dedicated community channels for questions and discussion
* Occasional office hours or open community sessions (optional)

Does not include

* Live weekly sessions
* Group assignments
* Evaluation or grading
* Graduation status
* Automatic progression to Fellowship consideration

Best for

* Independent learners
* Developers with busy schedules
* Exploratory or refresher learning
* Those preparing for deeper Bitcoin development study

<a href="/pages/AdDModMQnhhBNyEmgSmy" class="button primary">Start Self-Paced Learning</a>

</details>

<details>

<summary>Live Cohort (Limited &#x26; Selective)</summary>

A structured, guided experience with accountability and evaluation.

Includes

* Fixed 8-week schedule
* Weekly live Socratic discussions
* Small study groups (4–6 learners)
* Assigned chaperone (experienced guide)
* Evaluation and graduation
* Eligibility for Fellowship consideration

Expectations

* Consistent weekly participation
* Preparedness for discussion
* Respectful collaboration
* Learning in public

<a href="https://btrust.homerun.co/btrust-builders-application/en" class="button primary">Apply for a Live Cohort</a>

*Due to high demand, not all learners are accepted into live cohorts. The pathway is intentionally designed so self-paced learners still receive a high-quality experience.*

</details>

***

## What Comes After This Pathway?

* Continue learning via the Builders [Resource Hub](/resource-hub.md)
* Apply to additional Btrust Builders [Pathways](/home.md#all-pathways)
* Top performers may be invited to the Open Source Fellowship (live-cohort participants only)
* Long-term engagement through the Builders community and alumni network

This pathway is a foundation, not an endpoint.


---

# 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://pathways.btrust.tech/01/mastering-bitcoin.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.
