What problem does it solve?
Automates the daily generation of a token performance report by synthesizing on-chain and market data, validating consistency against trusted sources, and preserving state for future deltas.
Core Features & Use Cases
- Automated delta computation: loads 1d/7d/30d price, liquidity, and volume from memory logs and OHLCV data, then computes percent changes and assigns a verdict.
- Sanity checks & validation: cross-checks with GeckoTerminal and DexScreener, applies thresholds for liquid vs. low-liquidity pairs, and records divergences without aborting the process.
- Structured reporting & persistence: compiles a complete markdown article saved to articles/token-report-${today}.md and updates memory logs to power tomorrow's deltas.
- Optional social sentiment: integrates with XAI for sentiment analysis when configured.
Quick Start
Run the token-report process daily to generate the token's performance article and update the memory log for tomorrow’s deltas.