---
title: Minimum UTXO Value
-type: memo
+type: note
date: 2023-08-04
modified: 2025-02-07
description: A look at what Bitcoin dust is, historical fee rates, how fees are calculated, and a decision on a minimum UTXO value to stay above the dust threshold.
const articles = defineCollection({
loader: glob({ pattern: '**/*.{md,mdx}', base: 'content/articles' }),
schema: baseSchema.extend({
- type: z.enum(['note', 'memo']),
+ type: z.enum(['note', 'essay']),
}),
});