diff --git a/MEV_and_trading/stablecoins/curve/crvusd.md b/MEV_and_trading/stablecoins/curve/crvusd.md
new file mode 100644
index 0000000..71fbcb8
--- /dev/null
+++ b/MEV_and_trading/stablecoins/curve/crvusd.md
@@ -0,0 +1,25 @@
+## crvUSD
+
+
+
+### tl; dr
+
+
+
+* 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)
+
+
+
+
+
+
+
+
+----
+
+### resources
+
+
+
+* [curve stablecoin whitepaper](https://github.com/curvefi/curve-stablecoin/blob/master/doc/curve-stablecoin.pdf?ref=bankless.ghost.io)