kumo-earth / kumo-protocol

The KUMO protocol is a decentralized borrowing protocol that allows you to draw 0% interest loans against supported natural assets used as collateral. The loans are paid out in collateralized stablecoin KUSD pegged to the USD.
GNU General Public License v3.0
3 stars 7 forks source link

KUMO Protocol

Test contracts Release SDK & UI codecov Discord

Contributions


Kumo is an open-source project and we are excited about everyone wanting to contribute to Kumo's codebase. But before you start, please have a look at our Coding Standards.

FAQ:


Q: How to change the mint cap for KUSD?

A: Call KumoParameters.setKUSDMintCap(address _asset, uint256 _newCap) as an owner of the contract


Q: How can we know the remainder of unminted KUSD?

A: Call KUSDMintRemainder(address _asset)


Inspired by the great work of Liquity (License)