# Immutable Work

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

*Once the CPU effort has been expended to make it satisfy the proof-of-work, the block cannot be changed without redoing the work.*

Satoshi Nakamoto, Bitcoin Whitepaper

The nature of Proof-of-work is that it **can only be attempted upon a fixed block of information**. In this way, capable nodes will always ensure that power expended performing Proof-of-work is used on blocks that are fully complete and do not waste energy. Once discovered, **a block with a valid Proof-of-work solution cannot be modified in any way without changing its message hash and invalidating the work**.

Nodes who waste hashpower will find that the owners of the hashpower soon migrate to other more capable nodes, reducing their ability to generate blocks and cutting their revenue generating ability. This **incentivises all nodes to act with honesty and to create blocks that are both valid and economical**.


---

# 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/bitcoin-whitepaper-series/section-4-proof-of-work-bitcoin-whitepaper/immutable-work.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.
