
A new arXiv preprint argues graph-based models beat LSTMs and Transformers for crypto forecasting. CryptoGAT uses token network relationships, not price history alone.
A new preprint on arXiv argues that standard time series models are not the right tool for forecasting cryptocurrency prices, and that graph-based architectures that model the network of token relationships perform better.
The paper, titled "CryptoGAT: Are Time Series Models Effective for Cryptocurrency Forecasting?", tests a range of models on hourly price data for 50 cryptocurrencies. The authors compare traditional time series approaches – LSTMs, GRUs, and Transformer-based models – against a graph attention network (GAT) that treats each token as a node and uses trading volume correlations to define edges between them.
The central finding is that the graph model consistently beats the time series models on prediction error and directional accuracy. The authors report that CryptoGAT achieves a mean absolute percentage error roughly 15% lower than the best-performing LSTM across the test set. The gap widens during periods of high volatility, when token-to-token relationships shift faster than individual price trends.
The paper's argument is that cryptocurrency markets are not driven by the same kind of serial correlation that makes time series models work for equities or FX. Instead, the authors say, crypto prices are shaped by cross-token flows – a Bitcoin rally pulls capital out of smaller altcoins, a stablecoin depeg sends traders scrambling into other tokens, and exchange-specific liquidity events ripple through the network. A model that ignores those connections, they argue, is missing the main signal.
The CryptoGAT architecture uses a multi-head attention mechanism that learns which token pairs matter most at each time step. The attention weights shift dynamically, so the model can capture regime changes – for example, when a regulatory event makes privacy coins more correlated with each other and less correlated with Bitcoin.
The preprint is not peer-reviewed, and the authors acknowledge limitations. The dataset covers only 2021-2023, a period that includes both a bull run and a bear market but may not generalize to other regimes. The hourly frequency also means the model is not tested on the sub-minute timescales that algorithmic traders use.
Still, the paper adds to a growing body of research that treats crypto markets as network phenomena rather than collections of independent assets. For traders building forecasting models, the implication is that the graph structure – which tokens move together, which ones lead and lag – may matter more than the choice of time series architecture.
The authors have released the code and a subset of the data on GitHub. The full dataset, including the hourly prices and volume data for all 50 tokens, has not been made public.
Prepared with AlphaScala research tooling and grounded in primary market data: live prices, fundamentals, SEC filings, hedge-fund holdings, and insider activity. Each story is checked against AlphaScala publishing rules before release. Educational coverage, not personalized advice.