CORTEXA
← Browse
zenodoPreprint2026-07-29

FOREX-SHIELD: A Multi-Modal Cyber-Defense Pipeline Combining Adversarially Hardened DeepLOB, Financial Transformers, and Zero-Knowledge Proofs for High-Frequency Foreign Exchange Settlement

Saiful Islam Tanvir

High-Frequency Foreign Exchange (FX) electronic execution networks process in excess of $7.5 trillion in daily spot volume across geographically distributed matching engines. Modern institutional trading infrastructure relies heavily on automated limit order book (LOB) forecasting and real-time natural language processing of macroeconomic news feeds. However, this convergence of deep learning and automated execution introduces systemic attack surfaces that traditional risk engines are unequipped to handle. In this paper, we present FOREX-SHIELD, an integrated, multi-modal cyber-defense pipeline engineered to mitigate spoofing, news injection, and regulatory privacy leaks in high-frequency FX settlement. First, we model high-frequency 40 x N LOB dynamics using a spatio-temporal DeepLOB framework combining 2D convolutional layers and recurrent units. We demonstrate that unhardened spatial price-volume representations are vulnerable to microsecond Targeted Projected Gradient Descent (PGD) perturbations, suffering an Attack Success Rate (ASR) up to 37.50% (and 15.62% under expanded 64-sample batch evaluations). To counter this, we implement dynamic on-the-fly adversarial retraining, which elevates model defense robustness up to 84.38%–100.00% (preventing 54 out of 64 prediction flips). Second, we fine-tune a domain-adapted financial Transformer (FinBERT) using class-weighted cross-entropy optimization to detect synthetic macro news attacks, achieving 85.71% accuracy, an F1-score of 85.71%, and 100.00% recall across adversarial probes. Third, we construct a Zero-Knowledge Proof (ZK-SNARK) settlement layer that deterministically validates Anti-Money Laundering (AML) risk limits and liquidity constraints (R <= 75) without leaking transaction balances or institutional counterparty metadata. End-to-end backtests show a full multi-stage evaluation latency of approximately 120 ms, proving operational viability for real-time institutional clearing.

View free PDFSource page

Related papers

zenodoPreprint2026-07-29

MonteCarloJackknife.jl: Fast and Scalable Monte Carlo Approximation of Delete-d Jackknife Estimators in Julia

Soner AYDIN

This paper introduces MonteCarloJackknife.jl, an open-source Julia package that implements Monte Carlo approximation of delete-d jackknife estimators. Rather than exhaustively enumerating all deletion subsets, the package randomly samples a user-specified number of subsets, compu…

View free PDFSource page
zenodoPreprint2026-07-28

Evaluation of complementary aspects of explainable AI techniques SHAP and LIME for deep neural networks for data sets in NLP domain

Ramesh Adeep Mohamed Arnest, Gursel Serpen

Abstract - Rapid advancements in large language models have enabled significant progress in solving complex real-world problems using deep neural networks (DNN). However, the black box nature of these DNN models poses significant challenges when it comes to explaining their decis…

View free PDFSource page