Changelog

Kaskad App v0.1
2025/06/13

Backend Features

  • Implementation of a multi-provider price oracle with automatic refresh
  • Dynamic calculation of LTV (Loan-to-Value) and liquidation price
  • Automated alert system:
    • Warning alert when LTV exceeds a threshold
    • Liquidation alert when the critical threshold is reached
  • Detection and handling of liquidations
  • Credit events (CreditEvent) logging key loan stages (creation, deposit, repayment, etc.)
  • Creation and tracking of user loans
  • JWT authentication with role distinction (admin / user)

Frontend Features

  • Dynamic dashboard with Kaspa price chart and liquidation price display
  • Detailed tracking of active and past loans
  • Creation of new loans with amount simulation
  • Manual collateral deposit declaration by the user
  • Real-time alert display (polling or auto-refresh)
  • Display of recent oracle events (tick, price update, error, etc.)

User Experience

  • Frontend validation of forms (email, password, Kaspa address...)
  • Real-time calculation of amounts, LTV, interest, liquidation
  • Responsive and mobile-friendly design (tables, charts, navigation)
  • Smooth interface with toasts, visual statuses, and clear transitions