Skip to main content

Coin Selection

wallet · fee · privacy

The algorithm a wallet uses to choose which UTXOs to spend, impacting fees, privacy, and change.

1.definition

Coin selection strategies (e.g., smallest-first, knapsack, branch and bound) determine input sets for a payment. Good selection reduces fees and avoids linking unrelated addresses.

2.tip
  • Use wallets with coin control for important transactions
  • Avoid creating tiny change; it raises future fees

Related terms

All terms and definitions may update as the Cryptionary improves.