add crvusd.md

This commit is contained in:
apo77yon 2023-03-22 17:35:59 -07:00 committed by GitHub
parent a5fd1597c4
commit e8c0cbe12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
## crvUSD
<br>
### tl; dr
<br>
* decentralized stablecoin issued by curve, with a novel mechanism known as lending-liquidating amm algorithm (llama)
* llama employs a kinder liquidation design that swaps a user's collateral into crvUSD as its value decreases (rather than fully liquidating a user's position in one fell swoop)
<br>
<img width="500" src="https://user-images.githubusercontent.com/126520850/227069090-b40c9400-0610-4304-b0f8-7c8ad6827ae4.png">
<br>
----
### resources
<br>
* [curve stablecoin whitepaper](https://github.com/curvefi/curve-stablecoin/blob/master/doc/curve-stablecoin.pdf?ref=bankless.ghost.io)