Slashing & Ejection

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 Attestation Center.

Overview

The Othentic Stack allows AVS developers to enforce the following penalty mechanisms:

  • Slashing: Deducting a percentage of allocated unique stake from misbehaving operators.

  • Ejection: Forcibly removing an operator from the network.

AVS developers can use two penalty systems:

It's possible to use just one of the systems, both, or neither.

Read More


Minimum Slashable Stake

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.

By default, the minimum slashable stake for each staking contract is 0, effectively allowing all operators with non-zero stake in a supported staking contract to participate in consensus.

Once set, this value will affect the operator registration process. If an operator attempts to register to the AVS while not meeting the minimum amount of voting power in the specific staking contract, registration will fail.

This function is only callable by the AVS_GOVERNANCE_MULTISIG role.

Read More

Last updated