Abstract must be written in English. The high volatility of cryptocurrency markets, particularly for altcoins like Solana (SOL), presents a significant challenge for predictive modeling. Traditional deep learning architectures often struggle to adapt to sudden market regime shifts. Therefore, this study aims to provide a comparative analysis of the resilience between the Temporal Fusion Transformer and Long Short-Term Memory architectures in predicting Solana price volatility across three distinct market phases: the bull market of 2024, the bear market of 2025, and the recovery phase of 2026. We utilized hourly historical price and volume data combined with technical indicators such as Relative Strength Index (RSI). The models were evaluated using Root Mean Square Error (RMSE), Mean Absolute Error (MAE), and a specific performance degradation rate formula. The results demonstrate that while LSTM performs adequately during stable trends, its accuracy degrades massively by 1575.69% during high-volatility regime changes due to memory inertia causing a severe lagging effect. Conversely, the TFT model exhibited superior resilience, limiting its performance degradation to only 218.53% during the extreme bear market phase. The inherent attention mechanism and skip connections in TFT allow it to dynamically adapt to sudden structural breaks in real-time without delay. Furthermore, the implementation of the TFT architecture proved to be 62% more computationally efficient than LSTM. This research significantly contributes to the field of computer science and informatics, specifically in adaptive time-series forecasting, by proving that attention mechanisms and skip connections can efficiently solve the memory inertia problem in recurrent networks during real-time structural breaks.