Interesting. How does this thing solve the "double spend problem" [0]. Without needing network access? You usually need server communication in electronics payment systems to confirm payment & update account balances. How does Eagle Cash solve this problem? [0]: https://www.investopedia.com/terms/d/doublespending.asp
Similar to many Mastercard/Visa cards. The electronic chip on the card is capable of actually storing the balance and then syncing it back when it reaches a terminal machine that’s connected to the internet. In my experience, many (most) chip-card based transport systems for busses or trains (eg tap n go) operates in this offline mode where it only syncs when you go to the kiosk to top it up. It uses cryptographic me…
e.g.
Kiosk->Device: Give me $100
Device: Subtract $100 from myself
Device->Kiosk: Send $100 (fail)
Alternatively, what if this happens the other direction?