Definition
A Chaumian mint is a service that issues digital bearer tokens, ecash, using blind signatures, a technique David Chaum described in 1982. A user deposits Bitcoin (typically over Lightning), and the mint signs tokens for them in such a way that the mint cannot link the act of issuance to the act of redemption. The result is private, transferable digital cash whose value is anchored to the Bitcoin the mint holds in custody.
The blind-signature step
The user generates a random secret and applies a cryptographic blinding factor, producing a blinded message that reveals nothing about the underlying token. The mint signs this blinded message with the private key for a given denomination and returns the blind signature, then the user unblinds it to recover a valid signature on the original token. Because the mint only ever saw the blinded form, it cannot recognize the token when it is later spent. This breaks the link between deposit and withdrawal that ordinary databases preserve.
Custody and federation trade-offs
Chaumian mints are custodial: the operator holds the backing Bitcoin and could refuse redemption or rug the funds. Projects manage this differently. Cashu uses independent single-operator mints that users choose freely, concentrating custody in one party per mint. Fedimint instead spreads custody across a federation of guardians using threshold signatures, so no single member can abscond. Both deliver strong transactional privacy and cheap, instant payments suited to small everyday amounts.
Chaumian mints sit at the intersection of privacy and self-custody trade-offs central to Bitcoin sovereignty, much like the Bitcoin federation trust model they sometimes rely on.
In Simple Terms
A Chaumian mint is a service that issues digital bearer tokens, ecash, using blind signatures, a technique David Chaum described in 1982. A user deposits…
