andrecronje / curve-contract

Smart contracts for Curve.fi in Vyper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curve.fi contracts

These are contracts (with tests) for curve.fi - automated market-making for highly correlated assets.

Branches:

  • master - plain market-making for stablecoins in ERC20. Expected price = 1.0
  • compounded - market-making for compounded coins (cUSDC, cDAI) with conversion DAI <> USDC when exchanging, to both accrue interest and earn fees. Currently deployed on curve.fi.

Description of the science behing the algorithm is coming soon.

About

Smart contracts for Curve.fi in Vyper


Languages

Language:Python 98.1%Language:Shell 1.9%