Crypto news

10.08.2026
08:15

Anonymous Bitcoin Payments: Breaking the On-Chain Link Between Sender and Recipient

img-8588cb8dcdf0748d-1999408399723884

Every bitcoin transfer is not just a movement of funds, but a disclosure of an entire layer of confidential data. In addition to the payment amount, the change permanently enters the blockchain, revealing the lower bound of your balance, a fresh address for subsequent surveillance, and the history of the coins' origin. Analytics firms spend months gathering such information, but the counterparty gets it for free: they know your name and the purpose of the payment.

The "Exact Payment" mode from Mixer.Money offers a radically different approach. It completely breaks the correlation between the parties to a transaction. The recipient takes the agreed amount from an exchange address, the change returns to the payer, and the entire chain ends at the service. Let's examine the mechanics of such a payment and its real cost.

The Change Problem: How UTXOs Reveal Your Finances

A bitcoin wallet does not operate with a single balance. Instead, it manages a set of unspent transaction outputs (UTXOs), each of which is spent only in full. The difference between the input amount and the payment is returned to a new address—this is the change.

For example, when paying 0.01 BTC from cold storage with a UTXO of 0.41732190 BTC, the transaction will look like this:

  • input: 0.41732190 BTC;
  • output to recipient: 0.01000000 BTC;
  • change: 0.40726190 BTC;
  • network fee: 0.00006000 BTC.

A round amount in the outputs is a clear sign of a payment, while the "tail" of decimal places indicates change. Any observer instantly draws conclusions: the sender controls at least 0.41 BTC, the remainder has settled on a new address, and the origin of the coins can be traced back to an exchange where the owner underwent KYC verification.

Mechanics of "Exact Payment"

Unlike classic mixer modes, where funds are returned to the sender, "Exact Payment" changes the recipient. Here's how the three service modes differ:

"Mixer""Full Anonymity""Exact Payment"
Fee1–1.5% + 0.00035 BTC4–5% + 0.0007 BTC4–5% + 0.0007 BTC
Payout timeup to two hoursup to six hoursup to six hours
Who receives the payoutyourselfyourselfrecipient, change to yourself
Origin of coinsother clientsexchangesexchanges

In the request, you must specify the recipient's address, the address for change, and the amount. The sent coins pass through a premixer and are anonymized according to the bitcoin.mixer 2.0 algorithm: they are split into random parts and sent to private investors and traders on CEX. Liquidity returns from other exchanges.

A key nuance—the service does not accept the exact payment amount but sets a range. For a payout of 0.01 BTC, the request requires transferring from 0.0105 to 0.01575 BTC (payment plus 5–57.5%). The payer chooses the specific value within the range. In return, the client loses control over the payout time—the system guarantees the transfer within six hours of the first transaction confirmation.

The Cost of Anonymity

The fee consists of a percentage and a fixed part of 0.0007 BTC. At a rate of $64,000, this is about $45 regardless of the amount. For a payment of 1 BTC, such a surcharge is negligible, but on a minimum request of $640, it eats up a noticeable share. The mode is not suitable for everyday purchases: the minimum threshold of 0.01 BTC cuts off small payments.

In the blockchain, the transaction looks like a regular withdrawal from a trading platform to the recipient. There is no trace of your address, change, or the size of the spent UTXO in the chain. This advantageously distinguishes the approach from CoinJoin: cooperative transactions with many identical outputs are easily recognized by algorithms, and CEX mark such coins as high-risk.

Step-by-Step Algorithm

  1. Prepare two addresses. You need the recipient's wallet and your own address for change that is not on-chain linked to the sending address.
  2. Agree with the other party. The funds will arrive from an exchange address, so the payment can only be identified by the exact amount.
  3. Submit a request, verify the payout amount, both addresses, and the sending range. Download the guarantee letter.
  4. Send the coins in a single transaction to the address from the request.
  5. Wait for the payouts. The recipient takes their share, and the remainder returns to your change address.

For amounts below the 0.01 BTC threshold, there are alternatives: manual coin selection (coin control) reduces the volume of leaked data, while the Lightning Network completely hides the on-chain transaction from the recipient.

My analysis: "Exact Payment" is a niche but extremely effective tool for one-off large settlements where the cost of data leakage exceeds the 4–5% fee. However, relying on it as a universal solution is not advisable—for regular payments, it is better to combine it with the Lightning Network and competent UTXO management to minimize the digital footprint in the long term.