> For the complete documentation index, see [llms.txt](https://www.notbank.com/learn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.notbank.com/learn/academy/bitcoin.md).

# Bitcoin

- [Origen del Dinero](https://www.notbank.com/learn/academy/bitcoin/origen-del-dinero.md): Una guía completa y práctica sobre qué es y cómo funciona Bitcoin
- [Movimiento Cyberpunk](https://www.notbank.com/learn/academy/bitcoin/movimiento-cyberpunk.md)
- [Satoshi Nakamoto](https://www.notbank.com/learn/academy/bitcoin/satoshi-nakamoto.md): Satoshi Nakamoto en contexto
- [Criptografía Aplicada](https://www.notbank.com/learn/academy/bitcoin/criptografia-aplicada.md): Hashing, firmas digitales y curvas elípticas
- [Estructura de bloques](https://www.notbank.com/learn/academy/bitcoin/estructura-de-bloques.md): Estructura de bloques, Árboles de Merkle y formato de transacciones
- [Minería](https://www.notbank.com/learn/academy/bitcoin/mineria.md): Minería, Prueba de Trabajo y Ajuste de Dificultad
- [Seguridad](https://www.notbank.com/learn/academy/bitcoin/seguridad.md): Seguridad del sistema, ataques y teoría de juegos
- [Redes P2P](https://www.notbank.com/learn/academy/bitcoin/redes-p2p.md): Nodos completos y propagación en Bitcoin
- [Teoría monetaria](https://www.notbank.com/learn/academy/bitcoin/teoria-monetaria.md): Teoría monetaria avanzada aplicada a Bitcoin
- [Bitcoin como Activo](https://www.notbank.com/learn/academy/bitcoin/bitcoin-como-activo.md): Análisis financiero y modelos cuantitativos
- [Geoeconomia](https://www.notbank.com/learn/academy/bitcoin/geoeconomia.md): Políticas económicas globales y el rol de Bitcoin


---

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