Overview
The Minterest protocol is decentralised non-custodial lending and borrowing protocol. Users can participate as suppliers and borrowers of liquidity, as well as stakers of MNT token. Suppliers provide liquidity to a market and can earn interest on the crypto assets provided. Borrowers are able to borrow liquidity using overcollateralized loans or flash loans with no collateral. Stakers can stake MNT tokens to earn governance rewards for participating in the protocol's governance.
Minterest protocol comprises Solidity contracts on Ethereum main net, Liquidation engine, Risk engine and publicly available User Interface (UI) supported by web services to provide user data in a timely manner.
.png?alt=media&token=cceba36a-03cc-4625-b2db-5c8f390d6ff1)
The Solidity contracts executed and stored in Ethereum main net, are holding the core logic of the protocol - liquidity pools, economy models of liquidity markets, interest accrual logic, NFT contract, governance logic and many more.
The UI and supporting web services provide a user friendly access to the contracts. The UI also collects statistics and historic data for every user and provides it in a form of charts.
The Risk engine is a service that evaluates the risk of liquidation of a user's borrowed positions. It analyses a portfolio of a user, does a history-based prediction of prices of assets, that the user lends and borrows. The resulting information is used to predict the probability of a liquidation event.
The Liquidation engine is a set of services that track solvency of the protocol users and liquidate the insolvent positions if deemed profitable to cover expenses.
Last modified 1mo ago