I'm tired of seeing FTX news.
Anyone doing anything but schadenfreuding today?
I'm personally working on fractionalizing tips, which is a huge nuisance because I currently denominate tips in sats rather than millisats. I had enough foresight to store user balances in msats but I didn't anticipate wanting to fractionalize tips, and as a result lots of code needs to change.
We want to fractionalize tips to:
- take a cut of tips so that we can let tips influence ranking 'cause game theory
- splits on posts so
- we can have multiple OPs for discussions and debates
- allow stackers to set default splits for donations or other things
As a result, if you're building a lightning application, I recommend doing any record-keeping in msats. If you denormalize values purely intended for display, and can afford to be slightly inaccurate, storing those in sats is probably fine.
What are you working on?