1. Introduction
Cryptocurrency markets have emerged as an increasingly relevant asset class in the global financial landscape. Since the emergence of Bitcoin in 2009, the crypto ecosystem has grown to encompass thousands of digital assets with substantial market capitalization. Unlike conventional assets such as stocks or bonds, cryptocurrency markets operate continuously, 24 h a day and 7 days a week. There is no centralized regulatory authority governing their movements. Extreme volatility, non-normal return distributions, and strong nonlinearity are among their defining characteristics [
1,
2]. Transaction volumes have grown steadily, and institutional investor participation has increased. These conditions underscore the urgency of developing a deeper understanding of market dynamics. As a result, predicting cryptocurrency prices is one of the most significant challenges in modern computational finance. This challenge drives the need for predictive models that more faithfully represent true market behavior.
A growing body of literature documents statistical characteristics that distinguish cryptocurrency markets from conventional financial assets. One frequently reported finding is the presence of persistent multifractal properties and long memory in cryptocurrency price series [
3,
4,
5]. Multifractality shows that cryptocurrency markets have complex, heterogeneous scaling across time scales. This means that price dynamics at the minute, hourly, and daily levels do not follow simple or homogeneous patterns. Long memory means current prices are influenced by distant past values, more so than conventional short-memory models can capture. In theory, cryptocurrency markets do not conform to the Efficient Market Hypothesis, even in its weakest form [
4]. This long-range temporal dependence holds substantial predictive information. Models designed to use this structure could potentially exploit it.
Studies focusing on multifractal analysis of cryptocurrency markets have made important contributions to understanding the sources and characteristics of this phenomenon. Drożdż et al. [
5] conducted a comprehensive analysis of digital currency markets using MFDFA and MF-CCA, finding that long-range correlations are a more dominant source of multifractality than heavy-tailed distributions. Ali et al. [
6] extended this understanding by analyzing multifractal dynamics specifically in price jumps using 5 min intraday data, confirming high persistence across all assets examined. Despite the analytical richness of these findings, both studies are entirely descriptive. No attempt was made to translate these structural findings into an operationalizable forecasting framework. This constitutes one of the most fundamental gaps that remains open in the literature.
On the other side, the deep learning community has produced a wide range of predictive models for cryptocurrency prices with increasingly high accuracy. Recurrent Neural Network (RNN) architectures, particularly Long Short-Term Memory (LSTM) and its variants, have become the dominant choice due to their ability to capture sequential patterns in time series data [
7,
8]. Furthermore, recent advancements have demonstrated that LSTM networks are not only effective for standalone economic indicators but also highly capable of processing and predicting time series data derived from multi-dimensional hyperchaotic systems characterized by extreme volatility and structural complexity [
9]. This underscores the model’s fundamental suitability for complex, nonlinear sequences before extending them into fractional-order domains.
Seabe et al. [
10] demonstrated that Bi-LSTM can predict the prices of Bitcoin (BTC), Litecoin, and Ethereum (ETH) with competitive error rates. Badar et al. [
11] achieved an R
2 of 0.99 for Bitcoin using a hybrid architecture combining a Variational Autoencoder, Convolutional Neural Network (CNN), and LSTM. Jin & Li [
12] showed that combining Variational Mode Decomposition (VMD) with attention GRU and LSTM yields a Bitcoin MAPE of approximately 0.394%. Asmat and Maiyama [
13] demonstrated the superiority of N-BEATS over LSTM and linear regression for hourly Bitcoin price prediction. Lee [
14] integrated attention mechanisms with technical indicators for Bitcoin trend prediction, achieving classification accuracy of approximately 71–73%. While these advances reflect genuine progress in the predictive capacity of deep learning models for cryptocurrency markets, they all share a common structural limitation: none explicitly encode long memory or multifractality into their architectural design [
2,
15]. This limitation is critical because, as established in contemporary engineering and cryptographic studies, while artificial neural networks (ANNs) excel at capturing the localized complex dynamics of underlying chaotic systems [
16], traditional integer-order structures inherently struggle to parameterize the long-range temporal persistence embedded in historical sequences.
To address this limitation, fractional calculus offers a mathematically relevant framework. Unlike integer-order differential operators, fractional operators are inherently capable of representing non-local memory and long-range dependence, which are defining features of long-memory systems [
4,
17]. David et al. [
4] empirically demonstrated that ARFIMA, which is grounded in fractional integration, produces smaller residuals than standard ARIMA on cryptocurrency data. Ez-zaiym et al. [
17] integrated fractional derivative-based optimizers into LSTM and reported improved accuracy on financial time series, though only for stock data with moderate volatility. Bildirici et al. [
18] combined Lie group algebra with LSTM and showed that the resulting model outperformed ARFIMA on Bitcoin return data spanning 2010 to 2023. Collectively, these studies indicate that incorporating fractional components into predictive models holds genuine potential. However, their application within hybrid deep learning architectures specifically designed to capture the multifractal nature of cryptocurrency markets remains very limited.
Beyond prediction, risk management constitutes an essential component of rational investment decision-making. Subramoney et al. [
19] showed that Value-at-Risk (VaR) models incorporating long-memory volatility and heavy-tailed distributions can provide more reliable risk estimates for cryptocurrency assets than conventional approaches. Similarly, Bui et al. [
3] identified regime-dependent long-range correlations in cryptocurrency markets using a multi-scale DFA framework, highlighting the relevance of persistence structures for portfolio allocation and volatility management. Collectively, these findings indicate that long-memory characteristics are relevant not only for forecasting purposes but also for improving downside risk estimation under highly volatile market conditions. Nevertheless, most existing deep learning frameworks continue to treat forecasting and risk estimation as separate tasks, with limited integration between predictive modeling and dynamic risk management components.
To address these limitations, this study proposes the Fractional Attention-Driven LSTM–N-BEATS (FA-LSTM-NBEATS) framework, which integrates long-memory representation, multiscale feature extraction, and risk-aware forecasting within a unified architecture. The proposed framework incorporates fractional-order operators into LSTM layers to model power-law memory behavior, an adaptive attention mechanism in the frequency domain to capture heterogeneous temporal dynamics, and an interpretable N-BEATS decoder for structured trend–cycle decomposition. In addition, a Fractional VaR estimation component is incorporated to support dynamic risk assessment in cryptocurrency investment settings. Through this integrated design, the framework aims to provide a representation that is more closely aligned with the multifractal and long-memory characteristics observed in cryptocurrency markets, while simultaneously evaluating the implications for forecasting performance and risk estimation.
2. Related Work
Research on cryptocurrency forecasting increasingly emphasizes the importance of multifractality, long-memory persistence, and nonlinear volatility structures in digital asset markets. Various studies have shown that cryptocurrency return series exhibit statistical characteristics significantly different from those of conventional financial assets, particularly heavy-tailed volatility, regime-dependent persistence, and heterogeneous scaling behavior. Drożdż et al. [
5] conducted a comprehensive multifractal investigation using MFDFA, MF-CCA, a reshuffling procedure, and q-Gaussian filtering on BTC, ETH, DEX tokens, and NFT assets. The results of this study showed that long-term temporal correlation is the main source of multifractality, while heavy-tail distribution mainly amplifies the observed complexity. Ali et al. [
6] also analyzed cryptocurrency jump dynamics using intraday data and found that multifractal persistence is not limited to continuous return dynamics but also extends to discontinuous price jumps. David et al. [
4] further demonstrated, using DFA, Hurst exponent analysis, and ARFIMA modeling, that Bitcoin exhibits significant long-memory behavior and that the fractional integration approach outperforms conventional ARIMA models in capturing the persistent structure of cryptocurrency. Additional evidence is provided by Bui et al. [
3], who identified long-range correlations that change with market regimes using multi-scale DFA, while Subramoney et al. [
19] demonstrated that long-memory volatility models can improve VaR estimates under extreme conditions in the cryptocurrency market. Overall, these studies provide a strong empirical basis for demonstrating that cryptocurrency markets exhibit persistent, multifractal temporal structures relevant to both forecasting and risk estimation.
In parallel with the development of fractal-based market analysis, deep learning architectures for cryptocurrency forecasting have also rapidly evolved. Recurrent neural network models, particularly variants of LSTM and GRU, have become the most widely used approaches in the literature. Seabe et al. [
10] compared LSTM, GRU, and Bi-LSTM architectures for BTC, LTC, and ETH price prediction, and found that Bi-LSTM consistently produced the best forecasting performance. Lee [
14] integrated an attention mechanism into an LSTM and GRU framework for Bitcoin trend classification using various technical indicators and demonstrated that attention improved sequential learning representations. More complex hybrid architectures have also been developed. Badar et al. [
11] proposed a VAE–CNN–LSTM framework combined with SHAP-based explainable AI, while Jin and Li [
11] integrated Variational Mode Decomposition (VMD) with attention-based GRU and LSTM for BTC and ETH forecasting. Additionally, Asmat and Maiyama [
13] demonstrated that the N-BEATS architecture has strong forecasting capabilities through interpretable basis-expansion decomposition. Although these approaches yield competitive predictive performance, most existing deep learning models still do not explicitly incorporate multifractal structures, long-range persistence, or fractional-order dynamics into their architectures.
In recent years, several studies have begun exploring the integration of fractional calculus into predictive financial modeling. Ez-zaiym et al. [
17] introduced a fractional-derivative-based optimizer into the LSTM training process and reported improved forecasting performance for stocks with moderate volatility. Bildirici et al. [
18] developed a more mathematically complex framework combining the SO(3) Lie group algebra and an LSTM architecture for Bitcoin return prediction, demonstrating that mathematical structures capable of representing persistence and chaotic dynamics can improve predictive performance compared to conventional statistical baselines. However, these studies are still limited to optimizer-level modifications or very specific mathematical formulations with limited generalizability. In addition, integrating fractional-order memory, an adaptive attention mechanism, an interpretable decomposition structure, and dynamic risk estimation within a single forecasting framework remains relatively rare.
Based on this gap, this study proposes the Fractional Attention-Driven LSTM–N-BEATS (FA-LSTM-NBEATS) framework to explore the integration of fractional-order memory, adaptive attention mechanism, and interpretable decomposition in cryptocurrency forecasting. Fractional-order operators are integrated into a recurrent structure to model power-law memory and long-term persistence, as indicated by the Hurst exponent and multifractal analysis. Furthermore, the N-BEATS decoder is used to separate trend and cycle components, enabling cryptocurrency return dynamics to be represented in a more structured and interpretable manner. This study also integrates Fractional VaR estimation to evaluate the framework’s implications for risk estimation under persistent, volatile, and non-stationary conditions in the cryptocurrency market.
4. Results
4.1. Learned Fractional Order Parameter
To further examine the role of fractional-order memory within the proposed framework, the learned fractional-order parameter
is analyzed across all assets and architectures. This parameter governs the strength of power-law memory propagation in the Grünwald–Letnikov (GL) fractional operator and is optimized during training through backpropagation. Unlike the multifractal spectrum exponent
obtained from MF-DFA analysis in
Section 3.3, the learned parameter
represents a trainable model parameter controlling fractional temporal integration within the neural architecture rather than a direct descriptor of multifractal scaling behavior.
The estimated multifractal spectrum widths obtained from MF-DFA are
,
, and
, indicating moderate variation in multi-scale heterogeneity across assets. In contrast, the learned fractional-order parameters remain highly stable across both FracLSTM and FracGRU architectures. As illustrated in
Figure 4, all learned values converge near
, consistently above the Markovian reference threshold
. This suggests that the optimization process systematically converges toward a fractional-memory regime characterized by slowly decaying temporal dependence.
A notable observation is the strong invariance of despite differences in multifractal spectrum width. This indicates that the learned fractional-order parameter primarily reflects global long-memory persistence rather than direct multifractal spectrum variability. From an optimization perspective, the stability of suggests robust convergence behavior during backpropagation under heterogeneous cryptocurrency market conditions. From a modeling standpoint, these findings support the integration of fractional-order memory operators to represent persistent temporal dependence in cryptocurrency return dynamics, without requiring manual tuning of the fractional integration order.
4.2. Comparative Model Performance: Hierarchical Ablation Study
Table 2 presents the predictive performance results of all nine model configurations across BTC, ETH, and BNB using RMSE, MAE, and sMAPE on the held-out test set consisting of 419 observations per asset. The models are organized into three groups: Camp 1 (baseline models), Camp 2 (integer-order fusion architectures), and Camp 3 (fractional-order architectures). All models were trained under identical experimental settings with lookback window
, 150 epochs, batch size 32, learning rate
, hidden dimension 64, and CUDA-based acceleration. Camp 3★ denotes the complete FA-LSTM-NBEATS framework. Since cryptocurrency return series frequently fluctuate near zero, sMAPE values are interpreted cautiously due to denominator sensitivity; therefore, RMSE and MAE are treated as the primary evaluation metrics throughout this study.
The results in
Table 2 show that the performance differences among the evaluated architectures remain relatively small across all assets, indicating that short-term cryptocurrency return forecasting remains particularly challenging in noisy and non-stationary market conditions. For BTC, FracGRU achieved the lowest RMSE (0.02259), while Frac-GL produced the lowest MAE (0.01622). For the ETH series, nearly all architectures produced very similar RMSE values of around 0.0386, indicating limited variation across model structures. For BNB, the proposed FA-LSTM-NBEATS framework achieved the lowest MAE (0.01950), while FracGRU produced nearly identical RMSE values (0.02792) compared to FA-LSTM-NBEATS (0.02789). Overall, these results demonstrate that fractional-order architectures can achieve comparable prediction performance to conventional iterative models, although numerical improvements remain limited across most evaluation metrics. This behavior reflects the intrinsic characteristics of daily cryptocurrency return series, in which short-term fluctuations are dominated by substantial stochastic variability, abrupt regime transitions, and heavy-tailed volatility. Under such conditions, forecast errors across competing architectures naturally converge within a narrow numerical range, making substantial reductions in the aggregate error metric difficult to achieve even when the underlying temporal representations are structurally different.
4.2.1. Camp 1—Baseline Performance
Camp 1 establishes the baseline performance level for the comparative ablation study using ARIMA, Std-GRU, and Std-LSTM architectures. The results indicate that ARIMA achieves RMSE values of 0.02269 for BTC, 0.03883 for ETH, and 0.02827 for BNB. The recurrent baseline models produce only marginal differences relative to the statistical benchmark, suggesting that standard recurrent architectures provide limited improvement under short-horizon cryptocurrency return forecasting. For BTC, Std-LSTM attains the lowest RMSE within Camp 1 (0.02262), while ETH and BNB exhibit similarly small variations across all baseline models. Although several models achieve competitive RMSE and MAE values, the corresponding sMAPE results remain relatively unstable, particularly for BTC. This behavior is consistent with the characteristics of cryptocurrency return series, where frequent near-zero observations can amplify percentage-based error metrics. Consequently, RMSE and MAE remain more reliable indicators for comparative evaluation in the present setting.
Figure 5 compares actual and predicted return trajectories for all Camp 1 models across BTC, ETH, and BNB. Across all assets, the predicted trajectories generally fluctuate within a substantially narrower range than the observed returns. The models capture the overall mean-reverting behavior around zero but tend to underestimate large volatility spikes and abrupt market movements. This pattern is particularly visible during periods of sudden positive and negative return jumps, where the predicted series remains relatively smooth compared with the realized trajectories. The relatively compressed prediction amplitudes observed in
Figure 5 are consistent with the low signal-to-noise ratio of daily cryptocurrency returns, in which short-term fluctuations are dominated by stochastic volatility and irregular market shocks. Under these conditions, standard recurrent and linear models tend to favor conservative predictions centered near the conditional mean, resulting in visually smoother trajectories despite comparable aggregate error metrics.
4.2.2. Camp 2—Integer Order Fusion
Camp 2 extends the baseline architectures by introducing integer-order fusion mechanisms through the Std-GL and Attn-GL models. Compared with Camp 1, the overall predictive performance remains relatively close across most metrics, although several moderate improvements can be observed for specific assets and evaluation measures. In particular, Std-GL achieves RMSE values of 0.02266 for BTC, 0.03861 for ETH, and 0.02805 for BNB, while Attn-GL records the lowest sMAPE for BTC (159.06%) among all evaluated configurations.
Figure 6 compares the actual and predicted return trajectories for the Camp 2 architectures. Relative to Camp 1, the prediction series in several cases exhibits slightly more localized fluctuations around the observed returns, particularly for ETH. Nevertheless, the predicted trajectories continue to fluctuate within a substantially narrower range than the actual return series, indicating that the models still tend to smooth abrupt volatility movements and extreme return spikes. For BTC and BNB, both Std-GL and Attn-GL remain unable to reproduce the magnitude of several large positive and negative return movements. Although the attention-based architecture introduces greater short-term responsiveness in certain segments, the overall prediction amplitudes remain compressed relative to the observed trajectories. This behavior suggests that increasing architectural complexity through channel fusion and attention mechanisms alone does not fully resolve the difficulty of modeling highly noisy and nonstationary cryptocurrency return dynamics.
The comparatively limited differences between Camp 1 and Camp 2 are also consistent with the low signal-to-noise structure of daily return series, where a substantial proportion of short-horizon fluctuations are dominated by irregular market shocks. Under these conditions, integer-order architectures still tend to generate conservative predictions concentrated near the conditional mean, resulting in visually smoother trajectories despite only modest changes in aggregate forecasting metrics.
4.2.3. Camp 3—Fractional Evolution and Proposed Framework
Camp 3 introduces fractional-order architectures by incorporating Grünwald–Letnikov memory operators into recurrent and fusion-based forecasting models. Compared with previous camps, the predictive metrics remain within a relatively narrow range across assets, though several fractional configurations achieve modest improvements on particular evaluation measures. FracGRU records the lowest RMSE for BTC (0.02259) and shares the lowest RMSE for ETH (0.03861) while also achieving the lowest MAE among the single-channel architectures for BNB (0.01952). FracLSTM exhibits comparable behavior and produces the lowest MAE for BTC (0.01623) whereas the complete FA-LSTM-NBEATS framework attains the lowest RMSE (0.02789) and MAE (0.01950) for BNB among all evaluated configurations.
Figure 7 compares actual and predicted trajectories for all Camp 3 architectures. Compared with integer-order models in previous camps, fractional architectures exhibit slightly greater local responsiveness to several volatility fluctuations, particularly for BTC and BNB. Nevertheless, the predicted series still remain substantially smoother than the observed return trajectories, and large volatility spikes continue to be underestimated across most configurations. For BTC and ETH, the fractional models generate prediction trajectories with somewhat greater variability than in Camp 1 and Camp 2, although the amplitudes remain compressed relative to the realized returns. The differences are more noticeable for BNB, where FA-LSTM-NBEATS produces slightly more adaptive fluctuations around several high-volatility periods. Similar residual persistence behavior has also been reported by Bildirici et al. [
18], who showed that fractional and fractal-based forecasting frameworks for Bitcoin returns still retain residual nonlinear dependence and long-memory structures after model estimation. This suggests that partial rather than complete long-memory extraction may represent a more realistic expectation under highly nonstationary cryptocurrency market environments.
However, even in these cases, the prediction trajectories remain centered near zero and do not fully reproduce the magnitude of abrupt market shocks observed in the actual series. The comparatively stronger forecasting performance observed for BNB may be related to its broader multifractal spectrum and comparatively stronger persistence structure identified during the scaling analysis. Assets characterized by wider scaling heterogeneity may benefit more from fractional-order memory representations because the associated power-law decay mechanism is structurally compatible with persistent multi-scale volatility organization.
The relatively modest numerical differences across Camps 1–3 indicate that short-horizon daily cryptocurrency return forecasting remains intrinsically difficult due to the highly noisy, heteroskedastic, and low signal-to-noise characteristics of the data. In this setting, incorporating fractional-order memory appears to yield incremental improvements across several metrics and trajectory characteristics, particularly for BNB, although the overall forecasting problem remains challenging across all evaluated architectures. It is also important to note that forecasting daily cryptocurrency returns is substantially more difficult than forecasting price levels due to the low signal-to-noise ratio, heteroskedastic volatility structure, and near-zero mean characteristics of return series. Consequently, prediction amplitudes naturally tend to appear compressed around the conditional mean, even when the model successfully captures portions of the underlying temporal dependence and volatility dynamics.
4.3. Trend–Cycle Decomposition via N-BEATS Decoder
A distinguishing component of the proposed FA-LSTM-NBEATS framework is the inclusion of the N-BEATS decoder, which decomposes the forecasting output into separate trend and cycle representations using polynomial and Fourier basis expansions, respectively. The decomposition results for BTC, ETH, and BNB during the 2025 test period are presented in
Figure 8.
Figure 8 shows that the estimated trend components remain relatively smooth across the observation window, while the cyclical components fluctuate around the return series at substantially smaller temporal scales. The trend trajectories are comparatively stable and vary slowly over time, whereas the cycle components exhibit more localized oscillatory behavior consistent with short-term return fluctuations. For BTC, the estimated trend component remains slightly negative during most of the test horizon, while ETH and BNB display comparatively more positive trend levels. At the same time, the cyclical components for all assets fluctuate around the realized return series with amplitudes that remain substantially smaller than the largest observed volatility spikes. This behavior is consistent with the overall difficulty of short-horizon cryptocurrency return forecasting, where abrupt market shocks remain difficult to represent through smooth basis decompositions alone.
The decomposition structure nevertheless provides an additional layer of interpretability relative to the other architectures evaluated in the ablation study. While baseline recurrent and fusion-based models generate a single aggregated prediction trajectory, the N-BEATS decoder explicitly separates slowly varying components from higher-frequency oscillatory behavior. Within the present framework, the trend component may be interpreted as a low-frequency directional representation, whereas the cyclical component captures shorter-term local fluctuations around that baseline structure. Although the decomposition does not eliminate the forecasting challenges associated with highly noisy cryptocurrency returns, it provides a more structured representation of the prediction process and allows the model output to be examined from complementary temporal perspectives rather than solely through aggregate error metrics.
4.4. Residual Diagnostics and Fractional Memory Persistence
To evaluate the extent to which each model successfully extracts the long-memory structure identified in
Section 3.2, a DMA-based Hurst exponent analysis is applied to the prediction residuals of both Std-LSTM and FA-LSTM-NBEATS on the test set. In principle, if a model fully captures the fractional dependence embedded in the return series, its residuals should approximate white noise, characterized by a Hurst exponent close to
. In this analysis, the DMA procedure is applied to the absolute residual volatility series rather than the raw return series, since volatility magnitudes provide a more stable representation of persistent dependence structures in highly heteroskedastic cryptocurrency markets. As shown in
Table 3, the comparison between the Hurst exponent of the original series and that of the residuals provides a quantitative measure of long-memory extraction.
The quantitative patterns reported in
Table 3 are further illustrated through the residual diagnostics shown in
Figure 9,
Figure 10 and
Figure 11, which reveal consistent memory structures across all assets.
For BTC, the original series exhibits strong volatility clustering with , while both models produce residuals with identical values (). Although no numerical improvement is observed, the residuals from FA-LSTM-NBEATS appear more evenly distributed across the time horizon. This suggests that the fractional operator redistributes, rather than fully eliminates, the underlying dependence structure.
For ETH, which exhibits the highest volatility complexity (), both models show a slight increase in residual Hurst values. The FA-LSTM-NBEATS residual reaches , reflecting the model’s sensitivity to extreme events. This behavior is consistent with the use of an asymmetric loss function, where the model prioritizes accuracy during high-volatility episodes at the cost of a marginal increase in residual memory outside extreme conditions.
For BNB, both models reduce the Hurst exponent relative to the original series. Std-LSTM achieves the largest reduction (
), while FA-LSTM-NBEATS yields a smaller yet meaningful reduction (
). Despite this, FA-LSTM-NBEATS delivers the best predictive performance for BNB, as reported in
Section 4.2, indicating a trade-off between residual memory reduction and forecasting accuracy, particularly for assets with strong multifractal characteristics.
Overall, several key findings emerge. First, both models achieve only partial long-memory extraction, as residual Hurst values remain far from the random-memory benchmark. Second, FA-LSTM-NBEATS exhibits asymmetric behavior across assets, reflecting its adaptability to different volatility regimes. Third, the ordering of residual Hurst values (ETH > BTC > BNB) remains consistent with the original series, indicating that residual memory is not random but structurally linked to the intrinsic multifractal properties of each asset.
These results highlight a fundamental limitation in financial time series modeling: even advanced fractional architectures cannot fully eliminate long-memory effects. Instead, the proposed framework achieves a more balanced outcome by capturing the dominant dependence structure during prediction while leaving a reduced yet persistent residual memory component that reflects the inherent complexity of cryptocurrency markets.
4.5. Walk-Forward Validation and Statistical Robustness Results
To improve the robustness and temporal generalizability of the proposed framework, a walk-forward validation procedure with a rolling window was conducted over four quarterly folds in 2024. Unlike a single hold-out evaluation, walk-forward validation continuously updates the training set while maintaining a strict chronological order, thus providing a more realistic simulation of the real-world environment in the cryptocurrency market.
Table 4 summarizes the out-of-sample RMSE obtained for Std-LSTM and FA-LSTM-NBEATS across all folds and assets.
The walk-forward results in
Table 4 indicate that forecasting performance varies significantly across quarterly regimes, reflecting the highly non-stationary nature of the cryptocurrency market. For ETH, FA-LSTM-NBEATS achieved a slightly lower average RMSE than Std-LSTM, indicating that fractional-order memory contributes positively under changing volatility conditions. In contrast, BTC and BNB exhibited mixed performance, and the proposed framework did not consistently outperform the standard LSTM across all folds. This finding suggests that the effectiveness of fractional-order dynamics depends on the prevailing market regime and structural volatility.
To statistically assess differences in predictions between the models, a Diebold–Mariano (DM) test was applied using the per-fold prediction errors. The hypothesis does not imply equal prediction accuracy between FA-LSTM-NBEATS and Std-LSTM. The results are summarized in
Table 5.
The results in
Table 5 show statistically significant differences in predictions for BTC and BNB, while ETH exhibits weaker statistical significance. Importantly, the sign of the DM statistic reflects the relative order of error and therefore cannot be interpreted separately from the corresponding RMSE value. Consequently, the DM analysis is interpreted here as evidence that competing models produce statistically distinguishable forecasting behavior under walk-forward evaluation, not as universal evidence of superiority for one architecture across all assets.
In addition to magnitude-based evaluation metrics, forecasting performance is assessed using success rate statistics and binomial significance testing. This evaluation measures the proportion of days in which the predicted return sign matches the actual market direction. The results are summarized in
Table 6.
Overall, directional accuracy results remain close to the random-walk benchmark of 50%, and none of the evaluated models achieve statistical significance at the 5% level. These results highlight the inherent difficulty of short-term directional prediction in cryptocurrency markets, even when predictive error metrics such as RMSE and MAE exhibit relatively stable forecasting performance. These findings also suggest that improvements in magnitude-based forecasting do not necessarily translate into significantly better directional prediction ability.
Overall, the walk-forward evaluation, DM testing, and directional accuracy analysis provide a more conservative and statistically based assessment of the proposed framework. Although FA-LSTM-NBEATS demonstrates competitive performance and statistically distinguishable forecasting behavior under various market conditions, the robustness analysis also confirms that cryptocurrency forecasting remains highly sensitive to regime shifts, volatility clustering, and evolving market dynamics.
4.6. Fractional VaR Estimation
In addition to predictive accuracy, the incorporation of fractional-order operators in the proposed framework is motivated by the need to improve downside risk estimation under persistent, highly volatile market conditions. To evaluate this capability, a rolling Fractional VaR model was implemented over the January–December 2025 test period and compared against Historical VaR and LSTM-based VaR approaches. The evaluation focuses on tail risk magnitude and coverage behavior across BTC, ETH, and BNB. The comparative VaR estimates and coverage ratios obtained from the Historical, LSTM-based, and Fractional VaR approaches are summarized in
Table 7.
Table 7 shows that the Fractional VaR approach consistently produces higher VaR99 estimates compared with the Historical and LSTM-based VaR models across all assets. This behavior reflects the influence of the fractional-order memory mechanism, in which historical volatility observations retain their influence for longer through power-law weighting. As a result, the fractional formulation becomes more sensitive to persistent volatility clustering and extreme market fluctuations that commonly occur in cryptocurrency markets. The coverage ratios further indicate that the Fractional VaR model generally achieves calibration behavior closer to the expected violation frequency than the benchmark approaches. For BTC, the fractional formulation reduces the excessive coverage observed in the LSTM-based VaR, although the ratio remains above the ideal level. For ETH, the coverage ratio decreases from 2.507× under both benchmark models to 1.393× under the fractional formulation. The most notable improvement occurs in BNB, where the Fractional VaR achieves a coverage ratio of 1.114×, the closest to the expected coverage target among all evaluated configurations.
The temporal dynamics of the VaR trajectories are illustrated in
Figure 12.
As illustrated in
Figure 12, the fractional VaR boundary generally remains above the Historical and LSTM-based VaR estimates during periods of elevated volatility. This effect is particularly visible for ETH and BNB, where the fractional trajectory responds more strongly following major volatility spikes. In several high-volatility intervals, the benchmark VaR models remain relatively smooth, whereas the Fractional VaR adjusts upward more rapidly, reflecting the persistence-sensitive weighting structure embedded in the fractional encoder.
For BNB, which previously exhibited the widest multifractal spectrum in
Section 3.3, the difference becomes more pronounced. The Fractional VaR trajectory increases substantially during periods of heightened market turbulence, leading to fewer exceedance events than in the benchmark models. This behavior is consistent with the stronger volatility persistence previously identified through the Hurst exponent and MF-DFA analyses. Overall, the results suggest that incorporating fractional-order memory improves the adaptability of tail risk estimation under persistent volatility regimes. Although exceedance events remain present, the Fractional VaR model generally provides more stable coverage behavior and more responsive risk boundaries than the Historical and LSTM-based VaR approaches, particularly under rapidly changing market conditions.
5. Discussion
The empirical findings of this study suggest that cryptocurrency markets exhibit persistent temporal dependence and heterogeneous scaling behavior across multiple time horizons. The estimated Hurst exponents for BTC (0.7781), ETH (0.7610), and BNB (0.7850), all substantially above the random-walk benchmark
, indicate the presence of persistent dynamics in cryptocurrency return series. This observation is broadly consistent with previous studies by David et al. [
4] and Bui et al. [
3], which similarly reported long-memory structures and persistent scaling behavior in cryptocurrency markets using DFA- and ARFIMA-based approaches. However, these findings should not be interpreted as definitive evidence against market efficiency, since persistent scaling behavior may still coexist with nonlinear stochastic dynamics and evolving market adaptation. In parallel, the MF-DFA analysis reveals relatively broad singularity spectrum widths
, indicating heterogeneous local scaling behavior and variability in persistence intensity across temporal scales. Similar multifractal characteristics have also been reported by Drożdż et al. [
5] and Ali et al. [
6], who showed that cryptocurrency markets exhibit complex multi-scale temporal structures and persistent volatility organization. Among the analyzed assets, BNB exhibits the broadest singularity spectrum, suggesting comparatively stronger multifractal heterogeneity and volatility complexity. The nonlinear
profiles and fluctuation functions shown in
Figure 2 further support the presence of scale-dependent persistence structures, although the estimated multifractal spectrum should still be interpreted cautiously given the relatively limited sample size associated with daily observations compared with high-frequency multifractal studies. Overall, these findings provide empirical support for exploring non-exponential memory representations, including Grünwald–Letnikov fractional operators, within forecasting architectures designed for cryptocurrency markets.
The persistence levels identified in this study remain broadly consistent with previous DFA-, MF-DFA-, and ARFIMA-based cryptocurrency studies. For example, David et al. [
4] reported significant long-range dependence and persistent scaling behavior in Bitcoin using DFA and ARFIMA modeling, while Drożdż et al. [
5] demonstrated multifractal persistence and heterogeneous scaling structures in cryptocurrency markets using MF-DFA analysis. Similarly, Bui et al. [
3] identified regime-dependent long-range correlations in cryptocurrency volatility. However, the present R/S estimates are somewhat higher than generalized Hurst exponent estimates commonly reported under intraday MF-DFA frameworks. This difference likely reflects methodological sensitivity to finite-sample effects, volatility clustering, scaling-window selection, and differences in temporal sampling frequency.
The learned fractional-order parameter
, estimated through backpropagation within the Grünwald–Letnikov operator, appears broadly aligned with the persistent scaling behavior identified through the Hurst and MF-DFA analyses. Importantly, this parameter is conceptually distinct from the Hölder exponent
obtained from the multifractal singularity spectrum. Within the proposed framework, the learned fractional parameter represents a trainable memory coefficient controlling the rate of power-law memory decay inside the recurrent architecture, whereas the MF-DFA singularity spectrum characterizes local scaling heterogeneity in the data itself. The relatively stable convergence of
across both FracLSTM and FracGRU architectures suggests that the optimization process consistently adapts toward a non-Markovian memory regime with slowly decaying temporal dependence. At the same time, the near-invariant values observed across assets may indicate that the learned parameter primarily captures global persistence structures rather than finer asset-specific multifractal variations. Consequently, the fractional-order parameter should be interpreted as a model-dependent representation of persistent memory rather than as a direct physical estimate of multifractal scaling complexity. This interpretation remains consistent with studies by Ez-zaiym et al. [
17] and Bildirici et al. [
18], where fractional-order mechanisms were primarily introduced to improve the representation of long-memory dependence rather than to directly estimate multifractal quantities.
In terms of predictive performance, the comparative ablation results indicate that the numerical differences in RMSE and MAE across architectures remain relatively modest, generally within a narrow range across all assets. This behavior reflects the intrinsically difficult nature of short-horizon daily cryptocurrency return forecasting under highly noisy, heteroskedastic, and nonstationary market conditions. Similar limitations have also been reported by Seabe et al. [
10], Lee [
14], and Jin and Li [
12], where advanced recurrent and attention-based architectures still struggled to accurately reproduce abrupt volatility spikes and extreme return movements. In the present study, the prediction trajectories generated by all evaluated models remain substantially smoother than the observed return series, particularly during high-volatility episodes. This effect is expected in daily return forecasting because return series possess near-zero mean structures and low signal-to-noise ratios, causing predictive models to generate conservative estimates concentrated around the conditional mean. Nevertheless, the ablation study reveals a relatively consistent pattern in which fractional-order architectures exhibit slightly greater local responsiveness to volatility fluctuations compared with integer-order baselines. This behavior becomes more visible for BNB, where FA-LSTM-NBEATS achieves the lowest RMSE and MAE among all evaluated configurations. The comparatively stronger performance observed for BNB appears broadly consistent with its wider multifractal spectrum, suggesting that assets with stronger scaling heterogeneity may benefit more from fractional-order memory representations. Conversely, the results from Attn-GL indicate that increasing architectural complexity through attention mechanisms alone does not necessarily improve forecasting stability when persistent temporal structures are not explicitly represented within the memory formulation.
The residual diagnostics further indicate that long-memory structures are only partially extracted by both conventional and fractional-order architectures. The DMA-based residual Hurst analysis shows that residual dependence remains present across all assets, implying that none of the evaluated models fully eliminate persistent temporal structures from the return dynamics. ETH exhibits the highest residual persistence, while BNB records the lowest residual Hurst exponent among the analyzed assets. Interestingly, the comparatively lower residual Hurst value observed for BNB coincides with the strongest forecasting performance of FA-LSTM-NBEATS for that asset. This result may indicate that partial reduction in residual persistence contributes to more stable predictive behavior under heterogeneous volatility regimes. At the same time, the residual exponents remain far from ideal white-noise behavior, confirming that substantial nonlinear dependence structures remain unresolved even after fractional-order modeling. This result may indicate that partial reduction in residual persistence contributes to more stable predictive behavior under heterogeneous volatility regimes. Specifically, the standard LSTM architecture yields the lowest residual Hurst exponent for BNB (
), which is mathematically close to the value achieved by our proposed framework (
). This minimal scaling structure indicates that while the integer-order baseline severely compresses the representation to a near-spurious degree, our fractional framework stabilizes the prediction error without completely stripping away the asset’s intrinsic multi-scale complexity. This observation is broadly consistent with previous multifractal financial studies, including those by Drożdż et al. [
5], which reported that advanced forecasting and filtering procedures generally reduce, but do not completely eliminate, long-range dependence in highly volatile financial systems.
The walk-forward validation and Diebold–Mariano analysis provide a more conservative assessment of forecasting robustness under evolving market conditions. The results indicate that FA-LSTM-NBEATS exhibits statistically distinguishable forecasting performance relative to Std-LSTM for BTC and BNB, whereas ETH shows only weak statistical significance. These findings suggest that the effectiveness of fractional-order memory mechanisms depends strongly on the prevailing volatility regime and persistence structure of the underlying asset. Furthermore, the directional accuracy analysis shows that improvements in magnitude-based metrics, such as RMSE and MAE, do not necessarily translate into statistically significant directional prediction capability. Most hit-rate values remain close to the random benchmark, indicating that directional forecasting of daily cryptocurrency returns remains highly challenging even when long-memory structures are explicitly incorporated into the architecture. Therefore, the overall results support a cautious interpretation in which fractional-order modeling contributes incremental predictive improvements without fundamentally resolving the intrinsic unpredictability of short-horizon cryptocurrency returns.
From a risk-management perspective, the Fractional VaR framework demonstrates greater tail sensitivity than the Historical VaR and LSTM-based VaR approaches. Across all assets, the fractional formulation produces larger VaR estimates at the 99% confidence level and generally achieves coverage ratios closer to unity, particularly for BNB. This behavior is consistent with the long-memory weighting mechanism embedded within the fractional encoder, where historical volatility observations retain influence over longer horizons through power-law decay. Similar observations regarding the importance of long-memory volatility structures for financial risk estimation have also been reported by Subramoney et al. [
19], who highlighted the relevance of persistent volatility modeling in cryptocurrency Value-at-Risk estimation. Nevertheless, the resulting risk estimates remain relatively conservative, suggesting a trade-off between greater tail risk sensitivity and the potential for overestimating downside exposure. Consequently, although the proposed framework appears beneficial for modeling persistent volatility structures in cryptocurrency markets, further evaluation remains necessary to assess its robustness under alternative assets, higher-frequency observations, and adaptive fractional-order formulations.
Several limitations should also be acknowledged. First, the analysis relies exclusively on daily data obtained from a single exchange source, which may limit generalizability across trading venues and higher-frequency market environments. Second, although walk-forward validation and statistical robustness testing were incorporated, the forecasting differences across architectures remain numerically small and sensitive to changing volatility regimes. Third, the multifractal analysis itself is constrained by the finite sample size associated with daily observations, and therefore, the estimated singularity spectrum widths should be interpreted as indicative rather than definitive measures of market complexity. Finally, the residual diagnostics suggest that the first-order fractional approximation implemented in the present framework remains incomplete, leaving substantial room for future improvements through adaptive fractional modeling and more flexible memory representations.
6. Conclusions
This study proposed the FA-LSTM-NBEATS framework as an integrated architecture combining Grünwald–Letnikov fractional operators, frequency-domain adaptive attention, interpretable N-BEATS decomposition, and an extreme-aware asymmetric loss function within a unified cryptocurrency forecasting and risk estimation system. The framework was motivated by empirical evidence indicating that cryptocurrency markets exhibit persistent temporal dependence and heterogeneous scaling behavior, while most existing deep learning architectures continue to rely primarily on conventional integer-order memory mechanisms.
The empirical analysis using BTC, ETH, and BNB daily data over the 2018–2025 period indicates that all analyzed assets exhibit scaling behavior consistent with persistent temporal dependence, with estimated Hurst exponents ranging from approximately 0.76 to 0.79. These findings remain broadly consistent with previous studies employing DFA-, MF-DFA-, and ARFIMA-based analyses, which similarly reported persistent scaling behavior in cryptocurrency markets. In parallel, the MF-DFA results reveal moderate multifractal spectrum widths within the range , suggesting heterogeneous scaling behavior across multiple temporal scales. Among the analyzed assets, BNB exhibits the broadest singularity spectrum, indicating comparatively stronger multifractal heterogeneity and volatility complexity. The generalized Hurst exponent profiles and fluctuation functions further support the presence of scale-dependent persistence structures, although these results should be interpreted cautiously given the relatively limited sample size associated with daily observations. The persistence levels identified in this study remain broadly consistent with previous DFA-, MF-DFA-, and ARFIMA-based cryptocurrency studies, although the present R/S estimates are somewhat higher than generalized Hurst exponent estimates commonly reported under intraday MF-DFA frameworks. This difference likely reflects methodological sensitivity to finite-sample effects, volatility clustering, and scaling-window selection.
The estimated Hurst exponents obtained in this study remain broadly consistent with previous empirical analyses of cryptocurrency persistence using DFA-, MF-DFA-, and ARFIMA-based methodologies. Earlier studies similarly reported persistent temporal dependence and departures from weak-form efficiency in Bitcoin and Ethereum markets, although the persistence levels observed in the present work are somewhat higher than those commonly reported using generalized Hurst exponent approaches. This difference likely reflects the sensitivity of classical R/S estimation to volatility clustering and finite-sample effects in highly heteroskedastic markets.
The learned fractional-order parameter remains highly stable across both FracLSTM and FracGRU architectures. Importantly, this parameter is conceptually distinct from the Hölder exponent obtained through MF-DFA analysis. Within the proposed framework, the learned parameter represents a trainable fractional integration coefficient controlling the rate of power-law memory decay inside the recurrent architecture, whereas the multifractal singularity spectrum characterizes local scaling heterogeneity in the data itself. The relatively stable convergence of the learned fractional parameter suggests that the optimization process consistently adapts toward a non-Markovian memory regime with slowly decaying temporal dependence.
The comparative ablation study indicates that the forecasting differences across competing architectures remain relatively modest, reflecting the inherently difficult nature of short-horizon daily cryptocurrency return forecasting under highly noisy, nonstationary market conditions. Nevertheless, fractional-order architectures generally exhibit slightly greater responsiveness to local volatility fluctuations relative to integer-order baselines. The greatest relative improvement is observed for BNB, where FA-LSTM-NBEATS achieves the lowest RMSE and MAE among all evaluated configurations. This result appears broadly consistent with the stronger multifractal characteristics identified for BNB, suggesting that assets with wider scaling heterogeneity may benefit more from fractional-order memory representations. However, the prediction trajectories generated by all models remain substantially smoother than the realized return series, particularly during periods of abrupt volatility spikes, highlighting the continuing difficulty of accurately forecasting daily cryptocurrency returns.
The DMA-based residual diagnostics further indicate that long-memory structures are only partially extracted by both standard and fractional-order architectures. Residual dependence persists across all assets, suggesting that substantial nonlinear temporal structures remain unresolved even after fractional-order modeling. Among the analyzed assets, BNB records the lowest residual Hurst exponent and simultaneously exhibits the strongest forecasting performance under the FA-LSTM-NBEATS framework. This observation may indicate that partial reduction in residual persistence contributes to more stable forecasting behavior under heterogeneous volatility regimes. Furthermore, this minimal residual structure is conceptually consistent with findings in contemporary financial literature, which emphasize that advanced neural architectures typically mitigate rather than completely eradicate underlying nonlinear scaling dependencies in cryptocurrency markets. However, the residual series still remains far from ideal white-noise dynamics.
The walk-forward validation and Diebold–Mariano analysis provide a more conservative robustness assessment under evolving market conditions. The results indicate that FA-LSTM-NBEATS exhibits statistically distinguishable forecasting behavior relative to Std-LSTM for BTC and BNB, although superiority is not consistently observed across all folds and metrics. Directional accuracy results also remain close to the random benchmark, suggesting that improvements in magnitude-based forecasting metrics do not necessarily translate into substantially better directional prediction.
From a risk-management perspective, the Fractional VaR framework generally produces more conservative tail risk estimates and coverage ratios closer to unity relative to Historical VaR and LSTM-based VaR approaches. In particular, the strongest calibration behavior is observed for BNB, suggesting that incorporating power-law memory into volatility estimation may improve sensitivity to persistent extreme-risk conditions. However, the resulting estimates also remain relatively conservative, indicating a potential trade-off between tail risk sensitivity and capital efficiency.
Several limitations should be acknowledged. First, the analysis relies exclusively on daily data obtained from a single exchange source, which may limit generalizability across trading venues and higher-frequency market environments. Second, although walk-forward validation and statistical robustness testing were incorporated, the forecasting differences across architectures remain numerically small and sensitive to regime-dependent volatility conditions. Third, the multifractal analysis itself is constrained by the relatively limited sample size associated with daily observations, and therefore, the estimated singularity spectrum widths should be interpreted as indicative rather than definitive measures of market complexity. Finally, the residual diagnostics suggest that the first-order fractional approximation implemented in the present framework remains incomplete, leaving substantial room for future refinement through adaptive fractional-order learning and more flexible memory representations.
Overall, the findings suggest that incorporating fractional-order memory and multifractal-inspired representations into deep learning architectures may provide useful structural advantages for modeling cryptocurrency markets, particularly under persistent and heterogeneous volatility conditions. However, the results should be interpreted as an incremental contribution rather than definitive evidence of universal forecasting superiority. Future work may extend this framework through adaptive fractional-order learning, multi-exchange and high-frequency datasets, probabilistic uncertainty quantification, portfolio-level applications of Fractional VaR, and broader statistical validation across alternative market regimes.