The cryptocurrency market is infamous for its volatility, fragmented data, and narrative-driven swings. While traditional deep learning systems crunch historical charts in search of patterns, they often do so blindly—ignoring the social, regulatory, and macroeconomic tides that move crypto prices.

Enter MountainLion, a bold new multi-agent system that doesn’t just react to market signals—it reasons, reflects, and explains. Built on a foundation of specialized large language model (LLM) agents, MountainLion offers an interpretable, adaptive, and genuinely multimodal approach to financial trading.

From Black-Box Predictions to Reasoned Reports

Most algorithmic trading models rely on opaque neural nets or fixed-rule strategies. MountainLion breaks this mold by using four LLM agents to generate real-time investment reports:

Agent Role
A1 Technical Analysis: RSI, MACD, Bollinger Bands, trend detection
A2 Market Dynamics: News, sentiment, capital flow, KOL signals
A3 Trading Recommendation: Strategic synthesis for different time horizons
A4 Semantic Enhancement: Logical consistency and readable explanations

These agents don’t just dump raw outputs—they collaborate through a task decomposition pipeline and perplexity-based augmentation, continuously retrieving relevant information and refining the investment narrative.

Forecasting: Two Paths, One Fusion

MountainLion doesn’t blindly trust a single forecasting method. It fuses two predictive paths:

  • LLM-Based Forecasting: Uses OHLCV data plus news-derived sentiment embeddings to generate multi-step predictions.
  • ML-Based Forecasting: Applies lightweight models like decision trees and ridge regression to engineered technical features.

These are combined using a rolling accuracy-weighted ensemble:

$$ \hat{Y}_{final} = \alpha \cdot \hat{Y}_{LLM} + (1 - \alpha) \cdot \hat{Y}_{ML} $$

This allows MountainLion to adapt dynamically to market regimes—leaning more on the LLM when sentiment matters, or the ML model when price structure dominates.

News That Knows What Matters

MountainLion’s news recommendation engine goes far beyond keyword filtering. It builds a knowledge graph of entities, events, and relationships from real-time financial news, then matches this against the user’s investment horizon, risk appetite, and portfolio preferences.

For instance, if a user tracks ETH with mid-term intent, MountainLion may highlight:

  • ETF inflow data from SoSoValue
  • Whale accumulation on Arkham
  • Emerging narratives on Reddit and X
  • Comments from KOLs like Arthur Hayes

Each recommendation is grounded in source-linked evidence, enriched by LLM summarization, and continuously improved by user feedback.

Case Study: From Hollow Signals to Strategic Narratives

In a controlled test, MountainLion refined a traditional technical-only crypto report by integrating:

  • Short-term: Spike in 1+ BTC wallets and liquidation events
  • Medium-term: ETF inflows and regulatory signals
  • Long-term: Institutional adoption and dwindling exchange reserves

The result? A shift from mechanical buy/sell levels to a nuanced, time-aligned strategy. Mid-term recommendations particularly benefited from LLM enhancement—where macro context and policy cues outperformed pure chart analysis.

Why It Matters for the Future of AI Trading

MountainLion isn’t just another trading bot—it’s a step toward explainable algorithmic decision-making. It demonstrates how:

  • Agent modularity enables specialism without sacrificing coherence
  • GraphRAG and real-time retrieval reduce hallucination and improve signal grounding
  • Multimodal synthesis offers a holistic view: price, policy, sentiment, and behavior

This architecture could soon evolve beyond crypto, becoming a blueprint for AI-powered decision systems in equities, commodities, or even macro portfolio allocation.

For now, MountainLion reminds us that in a world of hype and chaos, reasoned reflection—not raw reaction—is the smarter trade.


Cognaptus: Automate the Present, Incubate the Future