# Mining Process

<figure><img src="/files/Y65qSMq5A2QxyOvT0cul" alt=""><figcaption></figcaption></figure>

Mining is the backbone of the BSV blockchain, where nodes compete to validate and add batches of transactions, known as **blocks**, to the ledger. This competition is not merely a race; it **involves solving complex mathematical problems**, referred to as **hash puzzles**.

The process can be **likened to a lottery**, where each potential solution represents a ticket, and the node that generates the most solutions in the shortest time frame has a higher chance of winning the right to add a block to the blockchain.

The mining process is crucial for maintaining the integrity and security of the BSV network. Nodes that successfully mine a block are rewarded with the **block subsidy**, which serves as an incentive for their computational efforts.

Satoshi's invention started with block adjustment every 2016 blocks. Since the BTC/BCH split the difficulty adjusts for each new block to **ensure the mining of blocks occur at approximately 10-minute intervals**.

This **reward system is designed to ensure that the network remains robust and that miners are motivated to contribute their resources**.


---

# 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-basics-protocol-and-design/coins-and-transactions-bitcoin-protocol-and-design/mining-process.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.
