# Study Materials

### Jump to:

* Week 1&#x20;
  * [Chapter 1: Introduction](#chapter-1-introduction)
  * [Chapter 2: How Bitcoin Works](#chapter-2-how-bitcoin-works)
* Week 2&#x20;
  * [Chapter 3: Bitcoin Core: The Reference Implementation](#chapter-3-bitcoin-core-the-reference-implementation)&#x20;
  * [Chapter 4: Keys and Addresses](#chapter-4-keys-addresses)
* Week 3&#x20;
  * [Chapter 5: Wallet Recovery](#chapter-5-wallet-recovery)
  * [Chapter 6: Transactions](#chapter-6-transactions)
* Week 4&#x20;
  * [Chapter 7: Authorization and Authentication](#chapter-7-authorization-and-authentication)
  * [Chapter 8: Digital Signatures](#chapter-8-digital-signatures)
* Week 5&#x20;
  * [Chapter 9: Transaction Fees](#chapter-9-transaction-fees)
  * [Chapter 10: The Bitcoin Network](#chapter-10-the-bitcoin-network)
* Week 6
  * [Chapter 11: The Blockchain](#chapter-11-the-blockchain)
  * [Chapter 12: Mining and Consensus](#chapter-12-mining-and-consensus)
* Week 7&#x20;
  * [Chapter 13: Bitcoin Security](#chapter-13-bitcoin-security)
  * [Chapter 14: Second-Layer Applications](#chapter-14-second-layer-applications)

***

### Week 1

***

#### Chapter 1: Introduction

{% embed url="<https://drive.google.com/file/d/1OKxkqPJjQHka92SJpCPjUMVhyceehMLj/view?usp=sharing>" %}

#### Chapter 2: How Bitcoin Works

{% embed url="<https://drive.google.com/file/d/1IUSxCyUvCbIMBkWuIfdb91GBrDFMaNfB/view?usp=drive_link>" %}

### Week 2

***

#### Chapter 3: Bitcoin Core: The Reference Implementation

{% embed url="<https://drive.google.com/file/d/1nHEXRXm_U3pKru3Q354o9Gw_ntBPJm04/view?usp=drive_link>" %}

#### Chapter 4: Keys and Addresses

{% embed url="<https://drive.google.com/file/d/1dV1fZTSTPq2zuwYu_VKcYo9kZtwFXH0-/view?usp=drive_link>" %}

### Week 3

***

#### Chapter 5: Wallet Recovery

{% embed url="<https://drive.google.com/file/d/1_tEfUOEzqy-AYAMPEhkDVosS6tU9CagI/view?usp=drive_link>" %}

#### Chapter 6: Transactions

{% embed url="<https://drive.google.com/file/d/1I0tFOV8XQTHgc27cdg1fpVZfohd2NzcP/view?usp=drive_link>" %}

### Week 4

***

#### Chapter 7: Authorization and Authentication

{% embed url="<https://drive.google.com/file/d/1JYdSyVhu7S3YhtgqtMAeDirFUS0iswXN/view?usp=drive_link>" %}

#### Chapter 8: Digital Signatures

{% embed url="<https://drive.google.com/file/d/1ZpvFGnSzlnKnkLa83DB8LDwHluV3gPfm/view?usp=drive_link>" %}

### Week 5

***

#### Chapter 9: Transaction Fees

{% embed url="<https://drive.google.com/file/d/1aokABdQCVWtPurNq4T9wtf6vFLtDtQZj/view?usp=drive_link>" %}

#### Chapter 10: The Bitcoin Network

{% embed url="<https://drive.google.com/file/d/1sGvi7Bt47RTgzKja4R9fSxrOMuwrujGW/view?usp=drive_link>" %}

### Week 6

***

#### Chapter 11: The Blockchain

{% embed url="<https://drive.google.com/file/d/1KmoOXWeu-5wsICi8XAPkKEFfOJjjixXY/view?usp=drive_link>" %}

#### Chapter 12: Mining and Consensus

{% embed url="<https://drive.google.com/file/d/1f5X4aHmAD1Zj6sfJr8BzK-aF_p2JIEOn/view?usp=drive_link>" %}

### Week 7

***

#### Chapter 13: Bitcoin Security

{% embed url="<https://drive.google.com/file/d/1TrZFJ303FPFKsMZDmPnLlFOVSSZNc3Ke/view?usp=drive_link>" %}

#### Chapter 14: Second-Layer Applications

{% embed url="<https://drive.google.com/file/d/1orsoVVlmSyLrQOFjFrojBkRs7E5UZvO3/view?usp=drive_link>" %}


---

# 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/study-materials.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.
