Commit Graph

1 Commits

Author SHA1 Message Date
Gemini Agent
e5bc5969f1 docs: add critical bug - stale reserve data causing zero opportunities
CRITICAL BUG DISCOVERED:
- Bot ran 17+ hours finding ZERO opportunities
- Root cause: Reserves fetched ONCE at startup, never refreshed
- Arbitrage detection uses stale data = misses all real opportunities

SOLUTION DOCUMENTED:
- Implement RefreshReserves() before each scan
- ~2 hours implementation time
- P0 priority - bot is non-functional without this

Lesson learned: Always test with LIVE data, not just unit tests

🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 17:36:17 -06:00