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
DAOs need ways to punish bad kids. (there's a lot of them in the cosmos)
Some reasons to punish:
User is spamming proposals
User is trying to steal from the treasury
User is misleading the community on a proposal
Potential Punishments
Kick
The offending user would be removed and blacklisted from participating in voting
NFT Voting Module: We could also blacklist the NFT to prevent a user from just transferring ownership and continuing.
Slash
Token Voting Modules: Implement a percentage slash of the staked amount, sending the slashed tokens to the DAO treasury.
Group Voting Module: Reduce the voting power of the offending user to mitigate their influence.
NFT Voting Module: Could burn the NFT
Implementation
This functionality should be optional for the DAO.
Jake suggested that the slashing component be managed by its own contract containing a list of slashers with a default setup consisting of the DAO as a slasher.
#BringProp16ToDAODAO
The text was updated successfully, but these errors were encountered:
DAOs need ways to punish bad kids. (there's a lot of them in the cosmos)
Some reasons to punish:
Potential Punishments
Kick
Slash
Implementation
This functionality should be optional for the DAO.
Jake suggested that the slashing component be managed by its own contract containing a list of slashers with a default setup consisting of the DAO as a slasher.
#BringProp16ToDAODAO
The text was updated successfully, but these errors were encountered: