8000 GitHub - chinaamerica/core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chinaamerica/core

 
 

Repository files navigation

Unit Protocol

Unit Protocol is a decentralized protocol that allows you to mint stablecoin USDP using a variety of tokens as collateral. See the docs.

Oracles

The most important part of the onchain stablecoin protocol is the oracles that allow the system to measure asset values on the fly. Unit Protocol stablecoin system currently uses the following types of onchain oracles:

  • Direct wrappers for existing Chainlink feeds
  • Custom wrappers for DeFi primitives (aka bearing assets) using Chainlink-based wrappers
  • Keydonix-based time-weighted average price (TWAP) oracle implementation that uses a window of [100; 255] blocks for price calculation
  • Keep3rOracle-based time-weighted average price (TWAP) oracle implementation that uses a window of 1.5 - 2.5h for price calculation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Solidity 51.6%
  • JavaScript 48.4%
0