An open API service indexing awesome lists of open source software.

https://github.com/0xstepit/automated-market-maker


https://github.com/0xstepit/automated-market-maker

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# AUTOMATED MARKET MAKERS MODELS

This repo contains the implementation of different models of bonding curve underlying Automated Market Makers (AMM) :chart_with_upwards_trend: . 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! :tada: