# Bitcoin

- [Origin of Money](https://www.notbank.com/learn/academy/en/bitcoin/origin-of-money.md): A comprehensive and practical guide to what Bitcoin is and how it works
- [Cyberpunk Movement](https://www.notbank.com/learn/academy/en/bitcoin/cyberpunk-movement.md)
- [Satoshi Nakamoto](https://www.notbank.com/learn/academy/en/bitcoin/satoshi-nakamoto.md): Satoshi Nakamoto in context
- [Applied Cryptography](https://www.notbank.com/learn/academy/en/bitcoin/applied-cryptography.md): Hashing, digital signatures and elliptic curves
- [Block Structure](https://www.notbank.com/learn/academy/en/bitcoin/block-structure.md): Block structure, Merkle Trees and transaction format
- [Mining](https://www.notbank.com/learn/academy/en/bitcoin/mining.md): Mining, Proof of Work and Difficulty Adjustment
- [Security](https://www.notbank.com/learn/academy/en/bitcoin/security.md): System security, attacks and game theory
- [P2P Networks](https://www.notbank.com/learn/academy/en/bitcoin/p2p-networks.md): Full nodes and propagation in Bitcoin
- [Monetary theory](https://www.notbank.com/learn/academy/en/bitcoin/monetary-theory.md): Advanced monetary theory applied to Bitcoin
- [Bitcoin as an Asset](https://www.notbank.com/learn/academy/en/bitcoin/bitcoin-as-an-asset.md): Financial analysis and quantitative models
- [Geoeconomics](https://www.notbank.com/learn/academy/en/bitcoin/geoeconomics.md): Global economic policies and the role of Bitcoin


---

# 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://www.notbank.com/learn/academy/en/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.
