Cashu Basics

What Cashu actually is: the mint holds your Bitcoin, you hold a bearer token, and blind signatures keep person-to-person transfers private.

What is Cashu?

Cashu is a way to hold and send Bitcoin that works completely differently from a normal wallet. Instead of your wallet tracking a balance on a shared ledger, you hold small digital tokens — like digital cash — on your own device.

Here’s the core idea, in one sentence: the mint holds the actual Bitcoin, and issues you ecash tokens that represent a claim on that Bitcoin. You can send those tokens to anyone, instantly, with no fees, and — this is the important part — when you send tokens directly to another person, the mint doesn’t see who you’re sending them to.

That privacy applies specifically to person-to-person transfers. When you deposit into a mint or redeem tokens back to Lightning (more on this in Module 4), the mint does see the amount and timing of that transaction — it just can’t link your token transfers to each other or to you.

How it actually works (without the math)

  1. You send Bitcoin (usually via Lightning) to a mint.
  2. The mint gives you back ecash tokens of equal value, using a cryptographic trick called a blind signature.
  3. Because the signature is “blind,” the mint signs your tokens without ever seeing what they look like. This means the mint can prove the tokens are valid, but can’t link them back to you later.
  4. You can send these tokens to anyone — over Nostr, a chat app, even an emoji — and the mint never sees the transaction happen.
  5. Whoever receives the tokens can spend them again, or redeem them back to Bitcoin/Lightning through the mint.

(interactive diagram — best viewed at mintradar.org/learn)

This is called Chaumian ecash, named after cryptographer David Chaum, who invented the concept decades before Bitcoin existed.

How is this different from a normal Bitcoin wallet?

A regular Bitcoin wallet either holds your keys directly (self-custody) or holds a balance in someone else’s database (custodial, like an exchange). Cashu is neither, exactly — it’s something in between:

  • The mint does hold your actual Bitcoin, similar to a custodial wallet.
  • But you hold bearer tokens, similar to physical cash — whoever has the token can spend it, and the mint doesn’t track who owns what.

This trade-off is the whole point of Cashu: you get cash-like privacy and instant transfers, in exchange for trusting a mint operator with your funds.

🔑 Key takeaway

The mint holds your Bitcoin.
You hold a bearer token.
If the mint disappears, so does your Bitcoin.

Keep this in mind as you go through the rest of this course — everything else builds on this one trade-off.

Write a comment