> 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/bsv-skills-center/~/changes/149/bsv-academy/bsv-infrastructure/the-small-world-network.md).

# The Small World Network

As we have seen, nodes participate in the process of collecting and time-stamping transactions. They maintain the network by following some very clear instructions from Section 5 of the Bitcoin whitepaper, and by managing those directives under a set of rules which are collectively enforced by nodes using Nakamoto Consensus. This is reiterated in the Bitcoin whitepaper several times, including the final sentence which reads “Any needed rules and incentives can be enforced with this consensus mechanism”.

In this next section, we will explore how these directives not only make sense from an operational perspective, but through that perspective create an incentive driven interconnected behaviour which leads to the nodes spontaneously forming a ‘Small World Network’, which trends towards a Nearly Complete Graph.

The word ‘spontaneously’ is used to reflect the fact that there is no centralised leadership driving this behaviour, and that the system remains robust even when well-connected nodes leave, are disconnected, or the network is otherwise disrupted. Due to the compensation mechanism, there is a very strong incentive for nodes to ensure that new transactions and valid block hashes reach other effective network nodes as quickly as possible.

In this section we will look at some of the key incentives that are driven by the proof of work process, including hyper connection at the densest layers of BSV's core 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/bsv-skills-center/~/changes/149/bsv-academy/bsv-infrastructure/the-small-world-network.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.
