# Incentives for Node Participation

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

The economic model of Bitcoin includes a **block subsidy**, which is the reward miners receive for successfully adding a block to the blockchain. This subsidy is crucial for distributing coins within the system. As the total supply of **Bitcoin is capped at 21 million coins, the block subsidy will eventually diminish**, transitioning the incentive structure entirely to transaction fees. This design ensures that the system remains **inflation-free** and sustainable over the long term.

Satoshi Nakamoto, the pseudonymous creator of Bitcoin, posited that **it is more profitable for nodes to act honestly and generate new coins than to attempt to attack the system**. This alignment of incentives encourages nodes to maintain the integrity of the network, as dishonest behavior would ultimately be detrimental to their own financial interests.


---

# 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/incentives-for-node-participation.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.
