webeli / USM

Minimalist USD - A minimalist, collateralized stablecoin built on Ethereum.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USM - Minimalist USD Stablecoin

Originally proposed by @jacob-eliosoff in this Medium article, USM is an attempt to answer the question "What is the simplest possible decentralised stablecoin?"

Networks & Addresses

USM v0.4 (Kovan testnet)

USM v0.1 ("Baby USM") - Mainnet

Live Stats

Baby USM is a "beta" version of USM. Baby USM expires on the 15th of January 2021 when it becomes withdraw-and-read-only. At this point, FUM and USM will be redeemable for ETH, but no more minting of either can occur.

Baby USM and Baby FUM is not redeemable for USM or FUM. It is for test and research purposes only.

USM: 0x03eb7Ce2907e202bB70BAE3D7B0C588573d3cECC

FUM: 0xf04a5D82ff8a801f7d45e9C14CDcf73defF1a394

How It Works

USM is pegged to United States dollar, and maintains its stable value by minting USM in exchange for ETH, using the price of ETH at the time of minting.

If ETH is worth $200, I deposit 1 ETH, I get 200 USM in return (minus a small minting fee). The same goes for burning, but in the opposite direction.

This is what's known as a CDP: Collateralised Debt Position.

The problem with CDPs is that if the asset used as collateral drops in value, which in our case is highly probable at any time due to the volatility of ETH, the contract could become undercollateralised. This is where the concept of Minimalist Funding Tokens, or FUM, come in.

For more information on how FUM de-risks USM, read Jacob's original article.

UPDATE: Read part two on protecting against price exploits.

About

Minimalist USD - A minimalist, collateralized stablecoin built on Ethereum.

License:GNU General Public License v3.0


Languages

Language:Solidity 65.6%Language:JavaScript 34.0%Language:Shell 0.3%