# Dynamically Sized Coins

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

*Although it would be possible to handle coins individually, it would be unwieldy to make a separate transaction for every cent in a transfer.*

\- Satoshi Nakamoto, Bitcoin Whitepaper

The concept of **dynamically sized coins** is a fundamental aspect of Bitcoin's transaction mechanism. As articulated by Satoshi Nakamoto in the Bitcoin Whitepaper, "Although it would be possible to handle coins individually, it would be unwieldy to make a separate transaction for every cent in a transfer." This statement underscores the necessity of a flexible system that can **accommodate varying amounts of Bitcoin** without imposing excessive burdens on users or the network.

When a Bitcoin transaction occurs, it involves gathering **one or more** **unspent transaction outputs (UTXOs)** as inputs. These **inputs are then spent into a new combination of output scripts**, which can be tailored to meet the specific needs of the user. The ability to **merge and split outputs** within a single transaction is crucial; it allows users to manage their Bitcoin holdings efficiently without the need to create a new output for each individual Satoshi.

This dynamic sizing capability ensures that **transactions remain economically feasible**, as it **prevents the need for users to sign a new output for every single Satoshi involved in a transaction**. By allowing for the aggregation of smaller coins into larger payments, the system maintains a balance that is essential for effective ledger management while avoiding the complications that would arise from breaking down outputs into arbitrarily sized pieces.


---

# 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-9-combining-and-splitting-value-bitcoin-whitepaper/dynamically-sized-coins.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.
