For the lulz, I have created a currency for DART called DART-Bux (DAB). It will be a blockchain currency, which means a public record of all transactions to keep track of it. All transactions will occur in this thread and I have a TamperMonkey-GreasyFork reader to compile, validate transactions, and view them. Users will post their transactions in the proper format so that the code can read it. Every user will get an initial amount of 1000 DAB. You can't make a payment that makes your balance negative. All payments will be integers (no decimals). My script validates all transactions, so things like another user trying to take DAB out of your account or you paying an invalidly high amount can't happen. Invalid transactions will be ignored by the script and community.
Ideally, this is a huge lighthearted game that makes you think, "wow this actually works?", that you try and get the most DAB as possible out of.
Transaction format: ‽<username to>‽<DAB amount>‽
Format demonstrated as: ‽DebateArt.com‽500‽
^ This transfers 500 DAB to the user DebateArt.com, and uses my username on the post to know it is me sending it.
More explanation, every user starts 1000 DAB, say I post "‽DebateArt.com‽500‽". When the script is finished going through the thread, at the end it will have calculated DebateArt.com at 1500, myself at 500, and every other user at 1000. It will only show users that have been part of a transaction.
DAB viewer code: https://greasyfork.org/en/scripts/390162-dart-bux-compiler
DAB viewer: https://perussi.neocities.org/DartBuxViewer.html
The code will be added to your URL after "DAB_Code:", the code starts and ends with a ‽. On the DAB viewer page there will be a form to paste the entire URL to take out just the code.