Commit Graph

8 Commits

Author SHA1 Message Date
c04eb3f377 feat: add asymmetric compensation & exact liquidity support to hedger 2025-12-26 23:01:00 +01:00
85e4e6508d feat(manager): implement dynamic scan interval (37s when idle, 666s when active) 2025-12-21 16:32:54 +01:00
e10e3062ff feat(kpi): include initial hedge capital in HODL benchmark calculation 2025-12-21 11:36:13 +01:00
857d1b91f0 feat(kpi): integrate live Hyperliquid equity tracking for accurate NAV 2025-12-21 10:41:55 +01:00
7d772a628a feat(kpi): integrate kpi_tracker into uniswap_manager main loop 2025-12-21 09:32:27 +01:00
4ab35ab879 feat(manager): display Total PnL (Unrealized + Fees) in logs 2025-12-20 12:52:05 +01:00
a318bb04ce config: update for capital with +/-1% weekend range 2025-12-19 23:25:51 +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