Slashing & Ejection
Last updated
Last updated
Slashing in the Othentic Stack is designed to penalize malicious or faulty behavior from operators. The system executes actions such as slashing and ejection via the .
The Othentic Stack allows AVS developers to enforce the following penalty mechanisms:
Slashing: Deducting a percentage of allocated from misbehaving operators.
Ejection: Forcibly removing an operator from the network.
Please note:
Ejection is permanent and irreversible. Ejected operators cannot rejoin the AVS
Slashing Modules Configuration can be using SLASHING_FLOW
.
AVS developers can use two penalty systems:
: configurable, deterministic and pre-defined slashing conditions.
Operators use the to submit proof of misconduct.
: define and enforce arbitrary slashing logic.
It's possible to use just one of the systems, both, or neither.
Minimum Slashable Stake is the minimum amount of stake an Operator must maintain in a specific staking contract to be considered active in an AVS.
This function is only callable by the governance multisig AVS_GOVERNANCE_MULTISIG
role.
AVSs can set a minimum slashable amount for a staking contract using function in the AVS Governance.