Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.19 KB

AUTOMATED MARKET MAKERS MODELS

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.

Results

Content

  • 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.

Usage

Fork the repo:

git clone https://github.com/stepyt/automated-market-maker.git

Play with the Jupyter Notebook! 🎉