# Proof-of-Work and Mining

<figure><img src="/files/9LlBMyi51wCfMe9PUHHn" alt=""><figcaption></figcaption></figure>

The process of **mining** is central to Bitcoin's operation, and it is governed by a system known as **Proof-of-Work (PoW)**. This mechanism creates a competitive environment where nodes, or miners, work to solve complex computational puzzles. The first miner to solve the puzzle earns the right to add the next block to the blockchain and is rewarded with a block subsidy and transaction fees.

An important philosophical underpinning of Bitcoin, and therefore the BSV Blockchain (BSV) is that **decision-making power is determined by** **CPU power** rather than the number of nodes or IP addresses. This means that **nodes with greater computational resources have a competitive advantage**, which incentivizes investment in infrastructure and hardware. As a result, the network becomes more resilient against attacks, as **malicious actors would need to control a significant amount of CPU power to disrupt the system.**


---

# 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/theory-bitcoin-protocol-and-design/proof-of-work-and-mining.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.
