Yu Peng, Matloob Khushi, Josiah Poon · 2026-06-26
The paper argues that standard time series models (LSTM, GRU, Transformers) struggle with cryptocurrency price prediction because crypto prices are extremely volatile and lack learnable temporal patterns. Instead, the authors propose CryptoGAT, a graph attention network that treats prediction as a cross-asset relationship problem (how coins move relative to each other) rather than a time-based one. They report that on crypto benchmarks CryptoGAT outperforms state-of-the-art forecasting methods, and that crypto differs from stocks in signal predictability and cross-asset dependencies.
Why it matters: For anyone modeling crypto, this suggests that borrowing stock-market time series techniques may underperform, and that modeling relationships across multiple coins could capture more useful signal. It's a hint about method choice rather than a ready trading system, and any edge shown is in backtests only.
⚠ Results are academic benchmark comparisons using pure price data, with no evidence of live-trading performance, transaction costs, or profitability.
Cryptocurrency price prediction is a significant challenge in quantitative investment. In recent years, time series models have made significant progress in financial forecasting tasks, especially in the stock market. Despite the growing performance over the past few years, we question the validity of this line of research in cryptocurrency prediction. Specifically, time series models (e.g., LSTM, GRU, and Transformers) are effective at extracting temporal relationships in stock market data. However, in pure price-based cryptocurrency prediction, facing data with extreme volatility and wild swings, time series models have difficulty learning effective information. To validate our claim, we propose CryptoGAT, a lightweight Graph Attention Network that recasts cryptocurrency pure price prediction as a cross-asset graph problem rather than a temporal modeling task. Extensive experiments on real cryptocurrency benchmarks demonstrate that our proposed CryptoGAT outperforms various state-of-the-art forecasting methods with a notable margin. Moreover, we conduct comprehensive empirical studies to explore the fundamental differences exposed by time series models in stock and cryptocurrency prediction: differences in predictability of the signal and cross-asset dependencies. This finding opens up new research directions for the cryptocurrency pure price prediction task and inspires further graph-based exploration in the field. The source code is available at https://github.com/FanBroWell/CryptoGAT
Go deeper: a full research-committee breakdown of this paper, its assumptions and failure modes, and how its method would apply to a specific ticker or your watchlist. See StockTools AI →
AI summary generated from the paper’s public abstract via arXiv; it may miss nuance — read the source before relying on it. Thank you to arXiv for its open-access interoperability; StockTools is not affiliated with arXiv, and all rights remain with the authors. Educational only, not financial advice.