š¤ NEXUS Trading AI - Model Description System Overview NEXUS is a self-improving multi-agent trading system operating without GPUs or gradient descent. It uses a reputation-weighted voting mechanism where four agents compete, adjusting their influence based on real PnL to find dominant strategies within 24ā72 hours. The Four Agents 1. MomentumAgent: Uses RSI to gauge trend strength. Thrives in trending markets. 2. SentimentAgent: Blends Fear & Greed, CoinGecko, and Messari data. Uses contrarian logic (extreme greed = sell, fear = buy). 3. RiskGuardianAgent: A veto-only agent that blocks trades when PRISM risk scores hit ā„75, preventing over-leveraging. 4. MeanReversionAgent: Uses statistical deviation to identify overbought/oversold levels. Best in ranging markets. The Feedback Loop (Every 5 Mins) Data & Regime: Pulls live data (PRISM, Kraken, CoinGecko, Alternative.me) and classifies the market as RANGING or TRENDING. Voting: Agents independently vote (BUY/SELL/HOLD). Final direction is a weighted majority. Execution & Risk: Trades execute via Kraken only if all risk and compliance checks pass. Learning: Upon position close, PnL updates weights. Profitable agents gain influence (up to 2.0); losing agents drop (down to 0.7). Weight Evolution Timeline 0ā8 Hours: Equal influence shifts to early divergence (weights 0.75ā1.35). Small PnL fluctuations. 24ā72 Hours: A dominant strategy solidifies (winning agent hits 2.0+ weight). Stable, trend-aligned profits emerge. Key Features & Readiness Transparent & Adaptive: No black-box AI; fully auditable decisions that adapt to current market regimes. Production Ready: 6 live APIs, 8 Flask endpoints, a professional dashboard, and tested dry-run uptime. The Win Condition NEXUS is ready for live capital deployment when one agent hits a 2.0+ weight, exceeds 55% accuracy, and yields a positive cumulative PnL. š
Category tags:"1. Application of Technology: 4 / 5 Justification: Extremely strong software engineering and integration. Integrating 6 live APIs (Kraken, CoinGecko, PRISM, etc.), building a Flask server, and maintaining statefully dynamic weights via JSON is a heavy lift for a hackathon. However, it loses a point because it loosely interprets "AI" ā it doesn't use machine learning, neural networks, or LLMs, relying instead on traditional deterministic math/algorithmic ensembles. 2. Presentation: 4.5 / 5 Justification: They over-delivered on documentation. The repository is packed with detailed markdown files (SYSTEM_SUMMARY.md, TRAINING_COMPLETE.md, etc.). They provided a professional dashboard, a pitch deck (PDF), and a video demo. The narrative is very clear: "No black-box AI; fully auditable." 3. Business Value: 4.5 / 5 Justification: From a real-world financial perspective, this is highly valuable. Institutional trading desks vastly prefer explainable, deterministic algorithms over LLMs that might hallucinate a trade. Their inclusion of a dedicated RiskGuardianAgent (a veto-only risk manager) shows a deep understanding of actual trading priorities (capital preservation over blind profit-seeking). 4. Originality: 3.5 / 5 Justification: The core concept (switching weights between Momentum and Mean-Reversion based on market regimes) is a classic algorithmic trading strategy, not entirely novel. However, branding it as a "Reputation-weighted Multi-Agent Voting System" is a clever framing for the hackathon, and implementing the automated PnL-based feedback loop in this short timeframe is a nice touch. āļø Pros & Cons Pros: Zero Hallucination Risk: By avoiding generative LLMs for execution, it is completely deterministic and transparent. Every trade decision can be mathematically audited. Exceptional Risk Management: The RiskGuardianAgent acting as a veto-only safety net based on PRISM risk scores is a highly mature architectural choice. Production-Ready Vibe: The team built a real operational layer with a dashboard to monitor the "agents" in real-time. Adaptive Regimes: Automatically penalizing losing strategies and rewarding winning ones allows the bot to adaptively switch between trending and ranging markets without manual intervention. Cons: Lacks Modern AI: Judges looking strictly for Deep Learning, Reinforcement Learning, or LLM-based autonomous reasoning might feel this project doesn't fully fit the "AI" spirit of the hackathon, as it is just a dynamic algorithmic ensemble. Hardcoded Thresholds: Traditional algorithmic signals (like RSI > 70 meaning overbought) can fail spectacularly during massive crypto liquidity events or black-swan news, where an LLM analyzing Twitter sentiment might actually perform better. Data Interval: A 5-minute feedback loop is practical for free API limits, but can be sluggish in crypto where market structures can break within 30 seconds."
Sanem Avcil