# Coin Distribution Mechanism

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

*This adds an incentive for nodes to support the network and provides a way to initially distribute coins into circulation, since there is no central authority to issue.*

Satoshi Nakamoto, Bitcoin Whitepaper

The **coin distribution mechanism** is a vital aspect of the Bitcoin network, providing a way to initially distribute coins into circulation without a central authority. This distribution is facilitated through the **Nakamoto Consensus**, which is a set of rules that govern the network's operations and ensure that nodes validate each other's self-awarding of coins in their Coinbase transactions.

The distribution of new coins **serves as a subsidy to incentivize the build-out of network infrastructure**, allowing the network to accumulate users over time. This process is essential for the long-term sustainability of the network, as it provides a straightforward method for distributing the currency used on the platform to the miners who are responsible for constructing blocks for network users.

All Satoshi tokens utilized in transactions on the Bitcoin network are distributed through this subsidy, and every coin in circulation can be traced back to a **Coinbase transaction** via the transaction **Directed Acyclic Graph (DAG)**. The Nakamoto Consensus can be broken down into four main components:

1. **Proof-of-work (PoW)**
2. **Block Selection**
3. **Scarcity**
4. **Incentive Structure**

These components work in harmony to create a distributed network for value transfer, operating with a trustless consensus that remains secure as long as the majority of mining power is held by honest miners.


---

# 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/coin-distribution-mechanism.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.
