Running a Liquidator Bot
Guide on setting up a liquidator bot to participate in the open-source liquidation process
Background & Reference
How Liquidations work on Echelon
public fun liquidate<CoinType>
liquidator: &signer,
borrower_addr: address,
borrow_market_obj: Object<Market>,
collateral_market_obj: Object<Market>,
repay_asset: Coin<CoinType>,
min_shares_out: u64) { ... }Parameters and Data
Protocol parameters
Market addresses
Market parameters
Vault addresses
Last updated