Skip to content
BeClaude
Research2026-07-01

DeXposure-FM: A Time-series, Graph Foundation Model for Credit Exposures and Stability on Decentralized Financial Networks

Originally published byArxiv CS.AI

arXiv:2602.03981v2 Announce Type: replace-cross Abstract: Credit exposure in Decentralized Finance (DeFi) is often implicit and token-mediated, creating a dense web of inter-protocol dependencies. Thus, a shock to one token may result in significant and uncontrolled contagion effects. As the DeFi...

What Happened

Researchers have released a paper introducing DeXposure-FM, a foundation model that combines time-series and graph neural network architectures to model credit exposure and systemic risk within decentralized finance (DeFi) networks. The core insight is that DeFi lending and borrowing protocols create implicit, token-mediated credit relationships—meaning a price shock to one asset can cascade through interconnected protocols in ways traditional risk models fail to capture. DeXposure-FM treats the DeFi ecosystem as a dynamic graph where nodes represent protocols and tokens, and edges represent exposure relationships that evolve over time. By jointly learning from historical price sequences and network topology, the model aims to predict contagion pathways and quantify stability under stress scenarios.

Why It Matters

This research addresses a genuine blind spot in DeFi risk management. Unlike traditional finance, where credit exposure is explicit (e.g., a loan agreement between two known counterparties), DeFi exposure is often opaque—wrapped tokens, liquidity pools, and automated market makers create multi-hop dependencies that are difficult to trace. The collapse of Terra/LUNA in 2022 and the subsequent contagion to protocols like Celsius and Three Arrows Capital demonstrated exactly this problem: a single token de-pegging triggered a cascade that risk models had not anticipated.

DeXposure-FM’s graph-based approach is significant because it moves beyond simple correlation analysis or single-protocol stress tests. It models the structure of dependencies, which is critical for understanding second- and third-order effects. For regulators and DeFi risk managers, this could provide a more realistic assessment of systemic fragility. For protocol designers, it offers a tool to evaluate how changes in token composition or liquidation parameters might propagate through the network.

Implications for AI Practitioners

For machine learning engineers and data scientists working in finance or blockchain, this paper highlights several practical takeaways:

  • Graph neural networks for financial networks: The work demonstrates that GNNs are not just for social networks or molecule prediction—they are increasingly relevant for modeling financial interdependencies where entities (protocols, tokens) have complex, evolving relationships.
  • Time-series + graph fusion: The model architecture combines temporal attention (for price dynamics) with graph convolutions (for network structure). This dual-modality approach is a growing trend in applied AI and is directly applicable to other domains where both sequential data and relational structure matter, such as supply chain risk or energy grid stability.
  • Foundation model paradigm in finance: The “foundation model” framing suggests the authors intend DeXposure-FM to be pre-trained on broad DeFi data and fine-tuned for specific tasks—similar to how LLMs are adapted. Practitioners should watch for similar pre-trained financial risk models that reduce the need for task-specific training from scratch.
  • Data challenges: Implementing such a model requires high-quality, timestamped on-chain data and protocol-level graph construction. AI teams will need to invest in data pipelines that extract and normalize DeFi transaction logs, which remain messy and fragmented across chains.

Key Takeaways

  • DeXposure-FM introduces a graph-based foundation model specifically designed to model implicit credit exposure and contagion risk in DeFi, addressing a critical gap left by traditional risk models.
  • The combination of time-series and graph neural network architectures is a practical template for AI practitioners tackling other networked, dynamic risk domains.
  • For DeFi protocols and regulators, this approach could enable more accurate systemic risk assessments than current correlation-based or single-protocol stress tests.
  • Implementing such models at scale requires significant investment in on-chain data infrastructure and cross-protocol graph construction—a non-trivial engineering challenge.
arxivpapersstability-ai