CRAIDCLGOct 15, 2025

On-Chain Decentralized Learning and Cost-Effective Inference for DeFi Attack Mitigation

arXiv:2510.16024v11 citationsh-index: 3AFT
Originality Incremental advance
AI Analysis

This addresses a critical security problem for DeFi platforms by preventing exploits that bypass existing defenses, though it appears incremental in combining existing techniques like quantization with novel protocols.

The paper tackles the problem of billions of dollars lost annually in DeFi platforms due to transaction exploits, by presenting the first decentralized, fully on-chain learning framework that enables gas-bounded, low-latency inference inside smart contracts, achieving bit-exact inference for various models within Ethereum gas limits.

Billions of dollars are lost every year in DeFi platforms by transactions exploiting business logic or accounting vulnerabilities. Existing defenses focus on static code analysis, public mempool screening, attacker contract detection, or trusted off-chain monitors, none of which prevents exploits submitted through private relays or malicious contracts that execute within the same block. We present the first decentralized, fully on-chain learning framework that: (i) performs gas-prohibitive computation on Layer-2 to reduce cost, (ii) propagates verified model updates to Layer-1, and (iii) enables gas-bounded, low-latency inference inside smart contracts. A novel Proof-of-Improvement (PoIm) protocol governs the training process and verifies each decentralized micro update as a self-verifying training transaction. Updates are accepted by \textit{PoIm} only if they demonstrably improve at least one core metric (e.g., accuracy, F1-score, precision, or recall) on a public benchmark without degrading any of the other core metrics, while adversarial proposals get financially penalized through an adaptable test set for evolving threats. We develop quantization and loop-unrolling techniques that enable inference for logistic regression, SVM, MLPs, CNNs, and gated RNNs (with support for formally verified decision tree inference) within the Ethereum block gas limit, while remaining bit-exact to their off-chain counterparts, formally proven in Z3. We curate 298 unique real-world exploits (2020 - 2025) with 402 exploit transactions across eight EVM chains, collectively responsible for \$3.74 B in losses.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes