Calm Fiery Llama
Medium
Users can unvouch all of their vouches before the slashing evaluation period starts to avoid the penalty imposed on them
Whenever EthosVouch::slash()
is called to slash a user, up to 10%
of every vouch made by that user will be sent to the protocol. However, users who have committed offenses need to be accused of inaccurate claims or unethical behavior by "whistleblowers" so that the evaluation period can start. When users are accused, they can simply unvouch to protect their assets.
The current design allows users to bypass being slashed by unvouching before the evaluation period starts.
None.
None.
- User calls
EthosVouch::vouchByProfileId()
orEthosVouch::vouchByAddress()
to vouch for a profile. - That user committs some offenses that would lead to getting slashed.
- A "whistleblower" accused that user of inaccurate claims or unethical behaviour.
- The user unvouches so that no funds will be slashed before the evaluation period starts.
The current slashing mechanism can easily be bypassed by users so that they cannot be slashed.
No response
Alternatives to this slashing mechanism should be explored as the current design can be easily bypassed.