Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slashing & Kicking Out Members #833

Open
ismellike opened this issue May 21, 2024 · 1 comment
Open

Slashing & Kicking Out Members #833

ismellike opened this issue May 21, 2024 · 1 comment
Labels
needs-discussion We need some feedback and thoughts from the community.

Comments

@ismellike
Copy link
Contributor

ismellike commented May 21, 2024

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

@JakeHartnell
Copy link
Member

Slashing is definitely something we should implement. Should be optional as some DAOs may not want it.

@JakeHartnell JakeHartnell changed the title Punishments Slashing & Kicking Out Members Jun 8, 2024
@JakeHartnell JakeHartnell added the needs-discussion We need some feedback and thoughts from the community. label Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-discussion We need some feedback and thoughts from the community.
Projects
None yet
Development

No branches or pull requests

2 participants