Coin control for UTXO assets — consolidation, fee strategy and separation, decided rather than defaulted
On a UTXO chain a balance is a collection of discrete unspent outputs, and which ones a transfer consumes decides what it costs and what it commingles. The UTXO transfer flow lets an operator select those inputs deliberately instead of deferring to automatic coin selection — inside the same MPC signing and the same approval rules as every other transfer.
Share the Trust, Guard the Keys
Bitcoin fees scale with transaction size and every input adds size, so a transfer consuming fifty small outputs costs far more than one consuming two. Left to an algorithm, a fragmented balance taxes every later transfer, and a reviewer asking which outputs funded a payment gets an answer nobody chose.
Operators work at the unspent-output level: selecting which outputs to spend, consolidating fragmented balances, and constructing the transaction deliberately. That control sits inside the platform's governance rather than beside it — coin control on its own is a power tool, coin control under governance is an institutional one.
Plus the chains where the question does not arise.
Get answers to commonly asked questions.
UTXO-based assets — Bitcoin and other UTXO chains, Litecoin among them. Account-based chains debit a single balance, so there is nothing to select.
No. A UTXO transfer is signed by the same MPC committee and clears the same approval chains and role-based policies as any other transfer.
Yes — operators build UTXO transactions from the dashboard and via the API.

Which outputs you spend is a decision. Make it deliberately.