> 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-302-bitcoin-how-does-it-work/302.06-lesson-proof-of-work.md).

# 302.6 Lesson - proofOfWork

**Screen:** proofOfWork

**Headline:** Proof of Work

**Reward:** 3

**Text:** Decentralized systems, by definition, do not have a single source of truth.

Satoshi's breakthrough was to build a system that allows all participants to zero in on the same truth independently. Proof of work is what allows this to happen. The point of proof of work is to create an irrefutable history. If two histories compete, the one with the most work embedded in it wins.

The chain with the most work is the truth, by definition. This is called Nakamoto consensus. This works because work requires energy. In Bitcoin, work is computation. Not any kind of computation, but computation that has no shortcut: guessing.

In the absence of a central authority, proof of work is necessary because it ensures that there is no shortcut to adding transactions to the blockchain.

Miners must compete to solve the puzzle through brute force computation, which is probabilistic in nature, and the proof that the work has been done becomes self-evident in the outcome of the work. This makes it very difficult for any one person or group to manipulate the transaction history.

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

## QUIZ

**Question:** How does the Bitcoin network create a source of truth despite having no central authority?

**Answer:** Through proof of work, which involves miners competing to solve a mathematical puzzle

**Feedback:** Correct! Congrats on understanding how the bitcoin network creates a source of truth that cannot be manipulated by wealthy elites or insiders

**Correct:** true

**Answer:** By holding a lottery among all those that have bitcoins in a wallet

**Feedback:** No, this would be proof of stake, which is a different consensus mechanism that involves choosing the next block producer proportional to their stake (how many coins they hold) in the network. Try again

**Correct:** false

**Answer:** Through a process of majority voting

**Feedback:** Wrong, but it's an interesting idea. The bitcoin network does not use a process of majority voting to create a source of truth. Try again!

**Correct:** false

<figure><img src="/files/snJ32qJCENu4gowqXcI7" 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-302-bitcoin-how-does-it-work/302.06-lesson-proof-of-work.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.
