#LearnFedimint
You can! :)
each data string of eCash is signed by the #fedimint. On your client, you'll have the pubkey of the fedimint. You can use the pubkey to validate the signed value, X, and other data (need to learn what is encoded!) of the ecash note. Then take the notes to the mint when you're online to redeem them for new ones of the same value X (aka reissue) so now only you know the secret ecash data string for value X.
Since it's just data that can be printed on paper, you only need to verify a signature, which can be done offline with minimal compute requirements (mobile phones).
This does create a race condition with the sender, because if they redeem it first, then the receiver can lose it. I think client reputation and federation moderation will help deter this attack since the tradeoffs for custody would be of proportionate to value transacted or phsyically close enough for "proof of punch".
This is akin to sharing a private key
Thread collapsed
Sort of. Except the private key is one time use only.
Thread collapsed