# Transaction Fees and Incentives

As the total supply of BSV coins is capped at 21 million, the block subsidy will eventually diminish, **necessitating a shift in the economic model that incentivizes miners**. Over time, the **primary source of income for miners is expected to come from** **transaction fees**.

When a transaction is executed on the BSV blockchain, **a small fee is included, which is paid to the node that processes the transaction**. The fee structure is determined by individual nodes, allowing them to set their own thresholds based on the size and complexity of the transaction.

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

The **BSV blockchain aims to maintain low fees for simple transactions**, ensuring that it remains a viable digital cash system capable of facilitating micropayments. This **low-fee, high-volume model is essential for the long-term sustainability** of the network.


---

# 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/coins-and-transactions-bitcoin-protocol-and-design/transaction-fees-and-incentives.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.
