# Linking Inputs

> 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

![](/files/iLbYRAkqXWVLZYTPuc4e)

When a user creates a transaction that aggregates multiple inputs to pay one larger output, the coins that are used in that transaction can be traced back as likely belonging to a single owner (although this is not guaranteed). The record on the ledger is not enough on its own to identify that user, however it is possible for anyone with specific knowledge of the transaction to show that the inputs used may have belonged to the spending party.

Where possible wallets can avoid this by always spending a larger output than the payment itself, however this is not always possible and transactions that aggregate coins are required.


---

# 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-theory/privacy/linking-inputs.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.
