Why Your Change Address Doesn't Win Prizes for On-Chain Transactions
Bitcoin does not work like a bank account. When you send BTC, the entire UTXO (unspent transaction output) that funds the transaction is consumed — not just the amount you intend to send. If you have a UTXO of 0.05 BTC and send 0.03 BTC to a destination, Bitcoin creates two outputs: 0.03 BTC to the destination and approximately 0.02 BTC (minus fees) to a change address in your own wallet. The change address is a new address — different from the address you sent from — and is automatically managed by your wallet software. This is correct Bitcoin behavior, and the change is fully under your control through your seed phrase. The issue that sometimes surprises participants in on-chain competitions is that the prize for a top position goes to the address that sent the entry transaction — which may be a change address from a previous transaction rather than the primary address the participant intended to use. Understanding the UTXO model prevents this confusion and ensures the leaderboard position and prize destination align with intention.
Bitcoin change addresses are real addresses under your full control — derived from the same seed phrase, and any BTC there is as safe and recoverable as BTC anywhere else in the wallet. The only operational concern is knowing which address is sending the competition entry, so leaderboard position and prize destination match what you are monitoring. Your wallet shows the sending address before you sign. One check before each broadcast prevents the confusion.
Most Bitcoin wallets use HD (hierarchical deterministic) wallet structures, where both receiving addresses and change addresses are derived from the same seed phrase. The change address your wallet creates for the change output of any transaction is fully under your control and recoverable with your seed phrase. The practical concern is not that the change is lost — it is that it lands in an address you may not be monitoring for prize receipts, and that subsequent transactions from the wrong address may create position fragmentation in on-chain competition leaderboards if entries are recorded against the change address rather than the primary address.