This repo contains the implementation of different models of bonding curve underlying Automated Market Makers (AMM) 📈 . AMMs are one of the building block of the Decentralised Finance (DeFi) and their understanding is of paramount importance for a simple user and for a BUIDLer. This new kind of technological market are based on math, which provides all the tool to regulate and utomatize the complex behaviour of a market and, consequently, the relations amongst users.
-
notebooks/AMM.ipynb
: is the main of the projects. -
notebooks/helper
: contains helper function used to compute bonding curves and plot them. -
assets/images
: contains the bonding curves plots.
Fork the repo:
git clone https://github.com/stepyt/automated-market-maker.git
Play with the Jupyter Notebook! 🎉