# Transaction Fees and Income

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

*The incentive can also be funded with transaction fees. If the output value of a transaction is less than its input value, the difference is a transaction fee that is added to the incentive value of the block containing the transaction.*

\- Satoshi Nakamoto, Bitcoin Whitepaper

**Transaction fees** play a crucial role in the income structure for node operators within the Bitcoin network. These fees are **generated when the output value of a transaction is less than its input value, with the difference constituting the transaction fee**. This fee is then added to the incentive value of the block that contains the transaction.

Node operators can **enhance their earnings by incorporating transaction fees** paid by users whenever they initiate a transaction. The **more transactions a node can accommodate within a block**, the greater its potential income through these fees. This creates a **direct correlation between the scalability of the network and the earning potential for node operators**, as a higher volume of transactions leads to increased fees.

The ability to aggregate transaction fees allows nodes to optimize their block templates, maximizing their income potential. As the network grows and more users engage in transactions, the cumulative effect of these fees can significantly **bolster the financial viability of node operations**.


---

# 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/transaction-fees-and-income.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.
