# README
A Golang implementation of the Umee network, a decentralized universal capital facility in the Cosmos ecosystem.
Umee is a Universal Capital Facility that can collateralize assets on one blockchain towards borrowing assets on another blockchain. The platform specializes in allowing staked assets from PoS blockchains to be used as collateral for borrowing across blockchains. The platform uses a combination of algorithmically determined interest rates based on market driven conditions. As a cross chain DeFi protocol, Umee will allow a multitude of decentralized debt products.
Table of Contents
Compatibility Matrix
Version | Mainnet | Experimental | SDK Version | IBC Version | Peggo Version | Price Feeder Version |
---|---|---|---|---|---|---|
v0.8.x | ✗ | ✓ | v0.45.x | v2.0.x | v0.2.x | v0.1.x |
v1.x.x | ✓ | ✗ | v0.45.x | v2.0.x | v0.2.x | N/A |
v2.x.x | ✗ | ✓ | v0.45.x | v2.2.x | v0.2.x | v0.2.x |
Active Networks
Mainnet
Private
Install
To install the umeed
binary:
$ make install