Coin control
Intended reader: someone who wants to decide which coins fund a transaction. Goal: control over selection, or a clear understanding of where you do not have it. Prerequisites: an unlocked wallet. Safety: selecting the wrong coin is how an artifact gets spent. The protection described in Protected outputs is what stops that on the default path.
What is there
Section titled “What is there”Locked coins
Section titled “Locked coins”A screen listing the coins currently held back from ordinary payments, and why each one is held. It has no protocol gate, so it is present regardless of what your build authorizes. This is the screen to open when your available balance is lower than your total and you want to know which coins account for the difference.
Coin health
Section titled “Coin health”An overview of the shape of your coin set: how many coins you hold, how they are distributed, and how much is protected. Useful before a large payment, because a wallet made of many small coins produces large, expensive transactions.
Manual selection during PSBT approval
Section titled “Manual selection during PSBT approval”When a signature request allows it, the approval screen offers a selector for which of your coins fund the transaction. Protected coins are excluded from that selector unless you are in a flow built for moving that asset.
Consolidation
Section titled “Consolidation”A consolidation screen exists, combining many small coins into fewer larger ones. It sits behind the
bitcoin/send gate, so its availability depends on your build.
Why you would consolidate
Section titled “Why you would consolidate”Fees follow transaction size, and size follows the number of inputs. A wallet holding fifty small coins pays much more to make a payment than a wallet holding three large ones.
Consolidating during a quiet, low-fee period is cheaper than being forced to consolidate during a busy one.
Locking a coin yourself
Section titled “Locking a coin yourself”You can mark a coin as locked, which keeps it out of ordinary payments the same way an asset-bearing coin is kept out. Locks are device settings: they do not travel with your recovery phrase, and a restore will not bring them back.
Expected result
Section titled “Expected result”- You can see which coins are held back and why.
- Where a flow offers selection, you choose which coins it uses.
- Consolidation, where available, reduces the number of coins you hold.
Common failures
Section titled “Common failures”| What you see | What it means |
|---|---|
| No coin picker on the send screen | Correct for this build. Selection is offered in the PSBT approval flow, not the send flow. |
| A coin you want to spend is not selectable | It is protected. See Protected outputs. |
| Consolidation says it is not available in this build | The bitcoin/send gate is not authorized in your release |