Liquidator Bot
The SSV Liquidator bot executes liquidations on ssv.network clusters that do not hold enough balance to pay for their operational fees
The liquidator bot performs 2 main processes:
Syncing network contract data Every minute the liquidator bot pulls recent balance-determining events for the SSV networks contract and maps all of the network's clusters on the liquidator level to calculate the potential block for liquidation for each cluster in the network
Liquidator bot cluster mapping example
Liquidating accounts Once the potential liquidation block is reached the liquidator bot will call the liquidate() function in the network contract, if the bot was the first to successfully pass the transaction the cluster will be liquidated and its SSV collateral will be sent to the wallet address which performed the liquidation
Last updated