Skip to main content

Liquidation Bot

Liquidations on the Vesu lending protocol are permissionless creating an efficient market for liquidations and resulting in the best market conditions for lenders and borrowers.

In order to make it as simple as possible for new liquidators to entering the Vesu liquidations market, we have developed an open-source liquidation bot in collaboration with the Pragma team.

The following diagram outlines the bot's architecture and main components:

Vesu Liquidation Bot Source: Publication in Pragma's blog here.

The liquidation bot indexes and monitors Vesu positions continuously to identify insolvent positions. Such positions are then immediately executed in a fully capital-neutral manner using our Liquidate periphery contract and flash loans.

You can find more information on the liquidation bot under the following links:

  • Liquidate contract source code on Vesu's GitHub
  • Liquidation bot source code on Pragma's GitHub
  • Pragma explainer blog post here