|
1 | | -# Balancer AMM cadCAD model |
2 | | -This repo contains the Python code, input data samples and several Python notebooks allowing users to simulate Balancer pools. |
| 1 | +## Welcome to **Balancer Simulations**! |
3 | 2 |
|
4 | | -It is ongoing work and repo updates all the time. |
| 3 | +Balancer Simulations is a project of TE-AMM and the Token Engineering Community, funded by grants from [Balancer](https://balancer.finance/) and [PowerPool](https://powerpool.finance/), and kicked off by [EthicHub](https://www.ethichub.com/en/). |
| 4 | +It aims to build infrastructure and knowledge for rigorous Balancer Token Engineering to leverage the full power of Balancer Pools as a core building block in DeFi. |
| 5 | +We invite any project building on Balancer Pools to join our [Discord Channel](https://discord.gg/KTUPMCRZNQ), use the model, and benefit from Balancer Simulations. |
5 | 6 |
|
6 | | -Roadmap: |
7 | | - |
8 | | -**Phase 1:** |
9 | | -Phase 01 goal is to provide Balancer AMM functionality in a cadCAD model and run a set of simulations with historical data to demonstrate model operation and produce educational materials helping to gain in-depth understanding and intuition of Balancer AMM and AMMs in general. |
10 | | - |
11 | | -**Phase 2:** |
12 | | -More complex cases, including: agents behavior, dynamic weights changing in the AMM equation, particular cases for EthicHub and PowerPool |
13 | | - |
14 | | -Google doc with specifications (in process of copying to Gitbook): https://docs.google.com/document/d/1asyGzZNVDTnsJ3CdEh3Vpv-buRXCJ8yVgNsNMyxMs8E/edit#heading=h.2fixvr78p932 |
| 7 | +- Analyze existing Balancer Pools using on-chain transaction data, understand pool characteristics, strengths, and weaknesses |
| 8 | +- Gain intuition by exploring pool variants, observe system behavior over time, derive the most valuable monitoring metrics for your use case |
| 9 | +- Run experiments based on historical transactions, mix historical and synthetic transactions to model particular market scenarios |
| 10 | +- Develop and test adaptive Dynamic AMM solutions, like Dynamic Weights Changing, test and optimize controls and feedback loops |
| 11 | +- Model agent behavior and apply Reinforcement Learning to run stress tests for a proposed system design |
15 | 12 |
|
| 13 | +All research and models are available through open source repositories, and will be further developed by TE-AMM. |
| 14 | +For detailed information, please visit the [Balancer Simulations Documentation](https://token-engineering-balancer.gitbook.io/balancer-simulations/). |
0 commit comments