Dust Limit
policy · fee
The minimum output value a node or miner relays because smaller outputs cost more to spend than they are worth.
The dust limit is a relay or wallet policy threshold for uneconomic outputs. Outputs below this value are usually nonstandard because spending them would require more in fees than their value, creating UTXOs that burden wallets and nodes.
- Exact thresholds vary by chain and policy rules
- Wallets typically prevent creating dust outputs
Related terms
Dust
→Dust is a tiny coin or token balance that is uneconomical to spend because fees or policy rules outweigh its value.
concept · blockchain · cryptocurrency · security
Mempool
→A node's local set of unconfirmed transactions accepted for possible relay and block inclusion.
blockchain · node
Fee Rate
→Transaction fee per unit of size: commonly sat/vB for Bitcoin or sat/byte for Bitcoin Cash. It helps explain miner selection, not a guaranteed wait.
blockchain · economics
Unspent Transaction Output (UTXO)
→A discrete spendable output on a UTXO blockchain, similar to a digital coin that must be spent whole.
technical · blockchain