Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:53:17 +08:00
commit 27eec72f5a
14 changed files with 1548 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for liquidity-pool-analyzer skill
- [ ] analyze_pool.py: Script to execute the liquidity pool analysis based on user input and API calls.
- [ ] compare_pools.py: Script to compare multiple liquidity pools based on various metrics.
- [ ] il_calculator.py: Script to calculate impermanent loss based on pool parameters.
- [ ] fetch_pool_data.py: Script to fetch real-time data from various DeFi protocols (Uniswap, Curve, etc.).