DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 132 forks source link

Slashing & Kicking Out Members #833

Open ismellike opened 1 month ago

ismellike commented 1 month ago

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

JakeHartnell commented 1 month ago

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