29 Commits

Author SHA1 Message Date
a166d33012 working version, before optimalization 2026-01-06 09:47:49 +01:00
b2a11ca449 Fix config mismatch: prioritize TARGET_DEX settings and set BOTTOM strategy for UNISWAP_V3 2026-01-01 21:12:39 +01:00
6ac0f4478f Implement BOTTOM hedge strategy 2026-01-01 21:01:58 +01:00
5cc14d485a Sync scripts with latest changes from florida directory 2026-01-01 20:33:35 +01:00
b1a86b81fc Update scripts with optimizations from florida directory 2026-01-01 20:08:57 +01:00
b22fdcf741 refactor: Standardize CLP Manager and Hedger modules & cleanup
- **clp_manager.py**: Renamed from 'uniswap_manager.py'. Standardized logic for Uniswap V3 liquidity provision.
- **clp_hedger.py**: Renamed from 'unified_hedger.py'. Consolidated hedging logic including Delta Calculation fixes, EAC (Edge Avoidance), and Fishing order implementation.
- **Cleanup**: Removed legacy 'aerodrome' folder and tools.
- **Monitoring**: Added Telegram monitoring scripts.
- **Config**: Updated gitignore to exclude market data CSVs.
2025-12-31 11:09:33 +01:00
90c4453ab4 feat: full automation for PancakeSwap BNB Chain with Smart Router & Stable Detection 2025-12-27 21:23:56 +01:00
c04eb3f377 feat: add asymmetric compensation & exact liquidity support to hedger 2025-12-26 23:01:00 +01:00
4f7bb429b7 feat: disable vol multiplier inside range & add edge cleanup logic 2025-12-26 22:36:03 +01:00
b3cdf98161 Implement 'Always Buy' Fishing Order at Hedge Entry 2025-12-22 14:19:30 +01:00
e5151d9d66 Update IDLE log to show trigger price levels 2025-12-21 22:58:29 +01:00
1a12fde839 Optimize rebalance threshold for low volatility 2025-12-21 22:49:28 +01:00
73c77521d9 fix(hedger): handle Post-Only rejection by logging retry warning instead of error 2025-12-21 17:12:21 +01:00
ee457d0a51 feat(hedger): implement Maker-First strategy with 400s timeout and edge-aware Taker fallback 2025-12-21 16:21:44 +01:00
2194c71d5f feat(hedger): capture and save initial hedge capital for KPI benchmarking 2025-12-21 16:03:41 +01:00
246983ba08 feat(hedger): switch Shadow Order to fixed 600s timeout for data collection 2025-12-21 10:56:59 +01:00
50aa497037 fix(hedger): persist accumulated PnL and fees across restarts 2025-12-21 10:47:34 +01:00
857d1b91f0 feat(kpi): integrate live Hyperliquid equity tracking for accurate NAV 2025-12-21 10:41:55 +01:00
149800b426 feat(hedger): implement Shadow Order simulator with dynamic timeout 2025-12-21 10:21:59 +01:00
b1913ec870 feat(hedger): add Bid/Ask data to rebalance trigger logs for Maker vs Taker analysis 2025-12-21 09:44:01 +01:00
0cba52b60c refactor(hedger): rename logger to HEDGER and show Total PnL in idle logs 2025-12-20 12:15:57 +01:00
7c72dd3a1f feat(hedger): implement dynamic rebalance threshold based on volatility 2025-12-20 09:16:06 +01:00
a318bb04ce config: update for capital with +/-1% weekend range 2025-12-19 23:25:51 +01:00
d339c0e668 feat(hedger): implement dynamic edge proximity for large positions 2025-12-19 23:10:42 +01:00
d37707941c fix(logging): remove duplicate terminal output by disabling logger propagation 2025-12-19 22:56:45 +01:00
17bc3fad03 fix(hedger): define dynamic_buffer in manage_orders 2025-12-19 22:52:53 +01:00
63c01bcf51 feat(hedger): add edge protection and large hedge override to clp_hedger.py 2025-12-19 22:50:05 +01:00
215cde556c update logging frequency 2025-12-19 22:25:09 +01:00
5ca16ec33f 🎯 Initial commit: Uniswap Auto CLP trading system
Core Components:
- uniswap_manager.py: V3 concentrated liquidity position manager
- clp_hedger.py: Hyperliquid perpetuals hedging bot
- requirements.txt: Python dependencies
- .gitignore: Security exclusions for sensitive data
- doc/: Project documentation
- tools/: Utility scripts and Git agent

Features:
- Automated liquidity provision on Uniswap V3 (WETH/USDC)
- Delta-neutral hedging using Hyperliquid perpetuals
- Position lifecycle management (open/close/rebalance)
- Automated backup and version control system

Security:
- Private keys and tokens excluded from version control
- Environment variables properly handled
- Automated security validation for backups

Git Agent:
- Hourly automated backups to separate branches
- Keep last 100 backups (~4 days coverage)
- Detailed change tracking and parameter monitoring
- Push to Gitea server automatically
- Manual main branch control preserved
- No performance tracking for privacy
- No notifications for simplicity

Files Added:
- git_agent.py: Main automation script
- agent_config.json: Configuration with Gitea settings
- git_utils.py: Git operations wrapper
- backup_manager.py: Backup branch management
- change_detector.py: File change analysis
- cleanup_manager.py: 100-backup rotation
- commit_formatter.py: Detailed commit messages
- README_GIT_AGENT.md: Complete usage documentation
2025-12-19 20:30:48 +01:00