-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyse Ekubo ETH/wstETH pool and suggest optimum LP range strategy #1
Comments
I would like to work on this issue. |
This was referenced Sep 1, 2024
@ManvithaMolakala The project structure can be better. Broadly, u may need to modularize the project as - src
- utils
- ekubo_math.py # put general ekubo related formulae here (e.g. conversions, liquidity math, etc)
- data
- ekubo_data.py # write a class with various functions in a generic way that allows one to download data of liquidity, swaps for any pool
- strategies
- ekubo
- base.py # used to write generic logic of strategy related code. Given any pool information, it can compute necessary things
- eth_wsteth.py # uses functions from base.py, utils, etc. to present this pool specific strategy output |
Open
Hello @LazarusAA |
Hi @akiraonstarknet I'd like to work on this task. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Methodology
Expected output
_
_
The text was updated successfully, but these errors were encountered: