Request Redistribution
This guide walks you through the process of triggering fund redistribution for a slashed Operator.
Read More
Prerequisites
Redistribution should be enabled.
Operator must be slashed and a valid
slashId
should be generated.
1
2
Call requestRedistribution
Trigger the redistribution by calling the requestRedistribution function with the corresponding slashing event (slashID).
requestRedistribution(slashId);
3
Observe Events
Funds are approved to the redistribution logic contract.
Events emitted:
RedistributionExecuted
SlashedFundsRedistributed
Last updated