You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple TIP bot could be included into the project, allowing DAOs to discuss community members who have done things for Polkadot, and should receive a tip for that work.
Basic idea:
there should be a discord channel called "tips"
any user can create a new thread in that channel
perhaps with some limit, like only once per 24 hours, but people in the DAO shouldnt spam anyway, or they would be kicked out.
the beginning of the thread should be some evidence or text of the work the person has done, and include the tip recipient's address
other members of the dao submit a post with a "tip" amount.
for example tip: 10 DOT or tip: 0 DOT
perhaps we should allow a justification string aswell
The bot then waits 48 hours or for everyone to vote, and uses the median value to determine how much to tip.
Perhaps the bot shows the mean, median, mode
The bot then opens a tip for that amount using the DAO account, and votes AYE on the tip.
perhaps all "justification" strings are included in the tip anonymously to give context on why the DAO has decided to tip
A configurable % of the tip can be shared with the tip proposer, to incentivize the creation of tips.
Something like this. Would be happy to contribute if I was given some starting code on entry point to write the logic.
The text was updated successfully, but these errors were encountered:
I don't think it would be too hard to implement this :) the median value is probably the most fiddly part to do but everything else should be do-able
One of the things I've been working on in parallel is a mechanism that allows users with a specific discord role to submit feedback on a referendum and for other users with the same role to either approve or deny the request (loosely based off multisig thresholds). If approved the post is made, otherwise it's denied and nothing gets posted.
The same logic could potentially be applied to a tip-bot. I don't think you can limit how many times a person can create a thread on Discord but you can certainly set limitations on commands so a user could only use /tip once every X amount of hours/days.
Uh oh!
There was an error while loading. Please reload this page.
A simple TIP bot could be included into the project, allowing DAOs to discuss community members who have done things for Polkadot, and should receive a tip for that work.
Basic idea:
tip: 10 DOT
ortip: 0 DOT
Something like this. Would be happy to contribute if I was given some starting code on entry point to write the logic.
The text was updated successfully, but these errors were encountered: