ARTFEED — Contemporary Art Intelligence

CHAINTRIX: LLM-augmented framework for smart-contract security auditing

ai-technology · 2026-05-12

Exploits in smart contracts have resulted in cumulative losses amounting to billions of USD, yet the auditing process remains both costly and time-consuming. To address this issue, automated tools have been developed, each with distinct failure characteristics. Static analyzers often yield findings that struggle with manual verification, while large language models (LLMs) may produce inaccurate results that contradict the original code. To tackle these challenges, the authors present Chaintrix, a comprehensive auditing framework that mandates that every claim generated by LLMs must be validated against a deterministic structural representation of the contract. They introduce a Cross-Contract Interaction Model (CCIM) that translates Solidity into a structured overview of function-level interactions, which supports all 12 deterministic signal engines and parallel LLM audit processes, along with a staged false-positive reduction pipeline.

Key facts

  • Smart-contract exploits have caused billions of USD in cumulative losses.
  • Static analyzers report findings that frequently fail manual triage at high rates.
  • LLMs hallucinate findings that contradict the source code.
  • Chaintrix is an end-to-end auditing framework.
  • Every LLM-generated claim must be discharged against a deterministic structural contract representation.
  • Cross-Contract Interaction Model (CCIM) parses Solidity into a structured map.
  • CCIM includes function-level reads, writes, modifiers and resolved cross-contract calls.
  • Chaintrix has 12 deterministic signal engines and parallel LLM audit pipelines.

Entities

Sources