Lending, Borrowing & Liquidations

Why can't I withdraw my assets?

  1. 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.

  2. Direct Contract Withdrawal: If the UI is stuck, you can withdraw directly via the contract:

    • 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.

• Can I see my exact liquidation price?

  • 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.

• Who can liquidate positions?

Anyone. We provide an open-source liquidator bot on GitHubarrow-up-right for the community.

• How do I calculate my Health Factor (HF)?

HF = (Sum of Collateral in $* Liquidation Threshold) / (Sum of Debt in$)

• How is the "24h Balance Change" calculated?

It is Current Total Balance ($) - Total Balance 24h ago ($).

circle-info

Note: Total Balance = Supplied Assets - Borrowed Assets. This represents total value change, not PnL.

• Where can I see my full transaction history?

Click the "Your Transactions" button on your dashboard. This provides a detailed log of all supplies, borrows, and bridge actions.

Last updated