> For the complete documentation index, see [llms.txt](https://earn.blink.sv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://earn.blink.sv/chapter-503-bitcoin-criticisms-fallacies-iii/503.02-lesson-centralized-mining.md).

# 503.2 Lesson - centralizedMining

**Screen:** centralizedMining

**Headline:** Bitcoin Mining Is Centralized

**Reward:** 2

**Text:** Some people believe that mining pools, which are groups of miners that work together to increase their chances of finding a block, could potentially disrupt the bitcoin network or censor transactions.

However, this concern stems from a lack of understanding of the incentives of miners and their role in the network. In reality, miners have a strong incentive to follow the rules of the network and maintain the integrity of the blockchain, as their own profits depend on it.

As Jimmy Song said, "A majority of hashing power can't: take coins you already possess away, change the rules of bitcoin, or hurt you without hurting themselves."

\=================================================================

## QUIZ

**Question:** Can mining pools disrupt the bitcoin network or censor transactions?

**Answer:** No, because they have a strong incentive to follow the rules of the network and maintain the integrity of the blockchain

**Feedback:** Yep, that's right. Did you know that the decentralized nature of the bitcoin network ensures that no single entity, including mining pools, can disrupt the network or censor transactions

**Correct:** true

**Answer:** Yes, because they have a majority of the hashing power

**Feedback:** Nope, sorry! While mining pools do have a significant amount of hashing power, individual miners are extremely mobile and can trivially direct their hashrate to an honest mining pool

**Correct:** false

**Answer:** Yes, but only if they are acting in their own self-interest

**Feedback:** Incorrect. While it is true that mining pools have an incentive to act in their own self-interest, this does not mean that they can disrupt the bitcoin network or censor transactions.

**Correct:** false

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


---

# 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://earn.blink.sv/chapter-503-bitcoin-criticisms-fallacies-iii/503.02-lesson-centralized-mining.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.
