Make a liquidation bot!
GLOW Protocol Liquidation Guide
Overview
When Can an Account Be Liquidated?
Health Factor Calculation
Health Factor = (Total Collateral Value × Liquidation Threshold) / Total DebtLiquidation Function
function liquidateCreditAccount(
address creditAccount,
address to,
MultiCall[] calldata calls
) external payable;Parameter
Description
Finding Liquidatable Accounts
Using DataCompressor (Recommended)
Using CreditManager Directly
JavaScript Implementation
Basic Liquidation Strategies
Strategy 1: Convert Collateral to Underlying
Strategy 2: Add Underlying (+ Withdraw Assets, not always needed)
Contract Addresses (PulseChain)
Core Contracts
Basic Liquidation Bot
Important Notes
Resources
Last updated