# The Instructions

- [The Whitepaper](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-instructions/the-whitepaper.md)
- [Steps to Run the Network](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-instructions/steps-to-run-the-network.md)
- [Step 1](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-instructions/step-1.md): New transactions are broadcast to all nodes
- [Step 2](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-instructions/step-2.md): Each node collects new transactions into a block
- [Step 3](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-instructions/step-3.md): Each node works on finding a difficult proof-of-work block
- [Step 4](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-instructions/step-4.md): When a node finds a proof-of-work, it broadcasts the block to all nodes
- [Step 5](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-instructions/step-5.md): Nodes accept the block only if all transactions in it are valid and not already spent
- [Step 6](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-instructions/step-6.md): Nodes express their acceptance of the block by working on creating the next block in the chain, using the hash of the accepted block as the previous hash


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-instructions.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.
