https://github.com/0xstepit/automated-market-maker
https://github.com/0xstepit/automated-market-maker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xstepit/automated-market-maker
- Owner: 0xstepit
- Created: 2022-04-14T09:21:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T09:48:28.000Z (almost 4 years ago)
- Last Synced: 2025-06-08T09:41:36.417Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 2.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: