# Bitcoin Tech Tutorials

On this website you can learn how to:

* [Create a bitcoin wallet](https://docs.money-printer-go-brrr.com/readme/bitcoin-wallets) *\[in progress]*
* [Setup a bitcoin node](https://docs.money-printer-go-brrr.com/readme/bitcoin-node)
* [Setup a lightning node](https://docs.money-printer-go-brrr.com/readme/lightning-node)
* [Mine bitcoin](https://docs.money-printer-go-brrr.com/readme/bitcoin-mining)
* Secure your bitcoins *\[in progress]*

{% hint style="info" %}
The content is written and maintained by Alex Pecorilla ([Twitter](https://x.com/alex_pecorilla) / [Github](https://github.com/alexandre-pecorilla)).
{% endhint %}

For in-person workshops checkout [Bitcoin Network NYC](https://linktr.ee/btcnyc).


---

# 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://docs.money-printer-go-brrr.com/readme.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.
