> For the complete documentation index, see [llms.txt](https://hub.bsvblockchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-small-world-network/ensuring-rapid-receipt-and-propagation-of-new-blocks.md).

# Ensuring Rapid Receipt and Propagation of New Blocks

Part of the incentive of developing the high bandwidth, high density connectivity at the center of the Bitcoin network is to enable miners to validate proposed new blocks from other miners in the shortest possible time frame. This is of vital importance that they validate it as quickly as possible, as energy that is spent trying to build upon the previous block in the chain is at a very high risk of being wasted if a block is found. A node wants to be able to receive a block that has been found as quickly as possible in order to conduct its own validation, which if successful will lead to them using it as the next block to build upon.

<figure><img src="https://github.com/bsv-blockchain/gitbook-bsv-academy/blob/master/.gitbook/assets/Chapter%205%20GIF%209%20(1).gif" alt=""><figcaption></figcaption></figure>

Similarly, if the node finds its own valid solution, it needs a means with which to push the block announcement and corresponding transaction list out to every other node it is connected to. The goal is to ensure that the other nodes in the network become aware of their block as quickly as possible, ensuring that it has the best chance of being built upon and becoming part of the longest chain of proof of work.

This is one of the strongest drivers of the formation of the small world network at the core of the network.


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-infrastructure/the-small-world-network/ensuring-rapid-receipt-and-propagation-of-new-blocks.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.
