# Incentive Structure

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

*By convention, the first transaction in a block is a special transaction that starts a new coin owned by the creator of the block.*

Satoshi Nakamoto, Bitcoin Whitepaper

The **incentive structure** within the Bitcoin network is a fundamental component that ensures the integrity and functionality of the decentralized system. By convention, the first transaction in a block is a special transaction known as the **Coinbase transaction**, which initiates the creation of new coins owned by the block creator. This mechanism serves as a crucial incentive for nodes to participate in the network, as it provides a method for distributing coins into circulation without a central authority to issue them.

The process of incentivizing nodes can be likened to the historical practice of gold mining, where miners expend resources—such as time, energy, and equipment—to extract gold from the earth. In the case of Bitcoin, the resources expended are primarily **CPU time** and **electricity**. This analogy highlights the effort required to maintain the network and the rewards that come from successful mining operations.

Furthermore, the incentive structure is not solely reliant on the creation of new coins; it can also be **supplemented by** **transaction fees**. When the output value of a transaction is less than its input value, the difference constitutes a transaction fee, which is added to the incentive value of the block containing that transaction.

This dual approach to incentivization ensures that *as the network matures and the number of coins in circulation reaches a predetermined limit, the reliance on new coin creation can transition entirely to transaction fees, thereby eliminating inflation.*


---

# 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-6-incentive-bitcoin-whitepaper/incentive-structure.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.
