Setting min=1, max=1 forces the UTXO to be spent alone — preventing it from being combined with other inputs that could reveal common ownership through input clustering analysis.
Forced Consolidation
Setting min=5 requires at least 5 inputs, forcing UTXO consolidation. Useful for protocols that need to merge multiple covenant outputs in a single transaction.
Anti-Dust Aggregation
Combined with RELATIVE_VALUE, caps how many inputs can be aggregated to prevent dust attack amplification.