From 74d91795e9ef5188c663a87a0b04cbbbd30c492e Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:10:53 -0800 Subject: [PATCH] add note o lending-liquidation amm algorithm (LLAMMA) --- MEV_and_trading/stablecoins/Curve.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MEV_and_trading/stablecoins/Curve.md b/MEV_and_trading/stablecoins/Curve.md index 4c9abc9..2a65e84 100644 --- a/MEV_and_trading/stablecoins/Curve.md +++ b/MEV_and_trading/stablecoins/Curve.md @@ -11,6 +11,7 @@ * People need to lock CRV to get veCRV to vote on decisions. The most important one is voting on allocation of rewards. * Additionally, veCRV holders can vote on proposals and pool parameters. * Monthly CRV unlocks from the release schedule and the trading fees generated on the platform are distributed to each pool's liquidity provider. +* a new stablecoin design called lending-liquidation amm algorithm (LLAMMA) is being [github-ed](https://github.com/curvefi/curve-stablecoin-js).