Tutorial: Liquidation Bot
Liquidation Bots improve the overall health of the protocol by deleveraging users approaching bankruptcy.
The liquidation in the protocol is a liability transfer mechanism from the selected liquidatee (user in liquidation territory) to the liquidator (the user running the Liquidation Bot).
Liquidators inherit the liabilities they liquidate and receive an asset at a discount for doing so. In order to participate, liquidators must have even collateral in their account in order to satisfy the initial margin requirements for the transferred positions.
For more information on our liquidation system, please read Liquidations.
The reference implementation of a Liquidation Bot is available here.
A step-by-step guide to initialising and running the liquidator bot will be coming soon!
If you're interested to make the liquidator bot run better, you can make edits to the above to improve its efficiency. In particular, you can:
- Sort users in an efficient data structure based on their liquidation price;
- Monitor the market's price to determine when to run liquidation checks / RPC checks.


