sora-xor / sora2-network

SORA is a new economic system aimed at creating a supranational, world economic system with built-in tools for decentralized finance (DeFi). The SORA network implements a new way of parachain architecture on Polkadot and Kusama network, with the capability to bridge external blockchains (like Ethereum) to the Polkadot ecosystem.
Other
50 stars 22 forks source link

Liquidation mechanism improvement #1075

Open Tieumsan opened 4 weeks ago

Tieumsan commented 4 weeks ago

Problem statement

Currently the liquidation mechanism for any CDP starts when the value of the collateral passes below the collateralisation ratio.

This means that any user who will borrow the maximum amount available will suffer liquidation as soon as the price of the collateral used moves downward.

Description

To avoid this inconvenience and improve user experience, we want to modify the threshold at which the liquidation starts.

A community member suggested the liquidation starts when the value of the collateral passes below the 100% value borrowed rather than the collateralisation ratio (e.g. 100% instead of 150% if the collateralisation ratio for that vault is 150%).


Further analysis on the behavior and requirements is needed before proceeding with the implementation.

Definition of Done

TBC after business and technical analysis is complete.

Requirements

TBD

The solution proposed should ensure robustness and security of the protocol and user funds.