# Linking Inputs in Transactions

<figure><img src="/files/00896hUfN2wKm56j5UJY" alt=""><figcaption></figcaption></figure>

Some linking is still unavoidable with multi-input transactions, which necessarily reveal that their inputs were owned by the same owner.

\- Satoshi Nakamoto, Bitcoin Whitepaper

Despite the privacy measures in place, some linking is unavoidable in **multi-input transactions**. When a user creates a transaction that aggregates multiple inputs to produce a larger output, it becomes **possible to trace the coins back to a single owner**. While the public ledger does not explicitly identify the owner, knowledgeable observers can **infer ownership based on the inputs used** in the transaction.

To mitigate this risk, users can adopt strategies such as ensuring that they always spend a larger output than the payment itself. However, this is not always feasible, and there are instances where aggregating coins is necessary. Therefore, users must remain vigilant and employ best practices to protect their privacy.


---

# 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-10-privacy-bitcoin-whitepaper/linking-inputs-in-transactions.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.
