Lending, Borrowing & Liquidations
Last updated
Health Factor (HF): If your HF is below 1.25 (or 1.06 in E-Mode, or 1.00 in Danger Zone Mode), the UI blocks withdrawals to prevent accidental liquidation.
Direct Contract Withdrawal: If the UI is stuck, you can withdraw directly via the contract:
Go to: HyperEVMScan Write Proxy
Connect Web3 and find the withdraw function (usually #33).
Input Asset Address: (e.g., PT-kHYPE: 0x311dB0FDe558689550c68355783c95eFDfe25329)
Input Amount: Use the raw amount (Balance * 10^decimals).
Input Receiver: Your wallet address.
Core Pools: Hard to calculate exactly because you can supply and borrow multiple different assets simultaneously. Monitor your Health Factor (HF) closely.
Isolated Pools: We are working on including exact liquidation prices in the UI for these pools.
Anyone. We provide an open-source liquidator bot on GitHub for the community.
HF = (Sum of Collateral in $* Liquidation Threshold) / (Sum of Debt in$)
It is Current Total Balance ($) - Total Balance 24h ago ($).
Note: Total Balance = Supplied Assets - Borrowed Assets. This represents total value change, not PnL.
Click the "Your Transactions" button on your dashboard. This provides a detailed log of all supplies, borrows, and bridge actions.
Last updated