⚑
ZK-XGen-AI
DOCTORAL RESEARCH

Applications of Generative AI in Distributed Architectures for Blockchain Security and Zero-Knowledge Cryptography

A research program exploring the intersection of zero-knowledge cryptography, generative AI, and distributed systems β€” building production-grade protocols for financial privacy, smart contract security, and automated exploit verification on the Ethereum blockchain.

πŸŽ“Originated from doctoral research at Universidad Nacional de La Plata, Argentina
ZK-XGen-AI Research
Universidad Nacional de La Plata
Alejandro Jaime β€” Researcher
Doctoral thesis implementation Β· Self-funded
Motivation

Why This Research Exists

Blockchain security faces three interconnected gaps that no single existing tool addresses comprehensively.

πŸ”

Privacy Without Coercion Resistance

Zeroprotocols with provable anti-coercion

Current privacy protocols protect transaction linkability but stop there. When a user is physically compelled to withdraw funds, every existing solution fails β€” their logic is transparent on-chain, and an adversary can simply demand full access. Privacy without coercion resistance is incomplete privacy.

The Gap

No protocol has formalized coercion resistance as a cryptographic property. ZK-Sentinel introduces the Shadow Passphrase β€” a dual nullifier architecture where a decoy trigger produces a mathematically indistinguishable transaction on-chain. Peace of mind becomes a cryptographic parameter, not a UI feature.

β†’ Our answer: ZK-Sentinel
🚨

Tool Blindness

60%+false positive rate

Traditional smart contract analyzers (Slither, Mythril) generate overwhelming noise. Individual tools miss business logic flaws and cross-contract attack vectors because they analyze contracts in isolation, without semantic understanding of what the code is trying to do.

The Gap

No existing platform combines static analysis, symbolic execution, fuzzing, and LLM-based reasoning in a unified parallel pipeline. Security audits remain manual, expensive ($50K-$500K), and dependent on individual auditor expertise.

β†’ Our answer: Zentinel-Audit
❓

Unverified Findings

~40%of reported vulns lack PoC

Security tools report potential vulnerabilities, but without working exploit code, developers cannot confirm the actual risk. Critical findings get deprioritized because nobody proved they're exploitable. This is the gap between 'detected' and 'verified'.

The Gap

Manual exploit writing requires deep expertise and hours of work per vulnerability. No automated system generates, compiles, and tests Foundry-compatible exploit code at scale.

β†’ Our answer: GAEV v2
Research Ecosystem

Three Integrated Platforms

Each platform addresses a critical challenge in blockchain security. Together, they form a comprehensive framework validated through academic research, real-world deployment, and Foundry-based testing.

Integrated Approach

The Research Cycle

The three platforms are not independent projects β€” they form a closed feedback loop where each component strengthens the others.

πŸ›‘οΈ
ZK-Sentinel
Protocol
Builds the privacy protocol
audited by→← findings improve
πŸ”
Zentinel-Audit
Auditor
Analyzes contract security
exploits verified by→← generators refined
πŸ’₯
GAEV v2
Validator
Proves exploitability
πŸ”„ Closed Feedback Loop
Zentinel-Audit discovered 63 initial alerts in ZK-Sentinel's contracts, reduced to 1 low-severity finding after LLM refinement. GAEV verified 68.4% of critical/high findings automatically. Each iteration makes the protocol more secure and the tools more precise.
Research Origin

Academic Context

This work originated as doctoral research by Alejandro Jaime at the Universidad Nacional de La Plata, Argentina, and has evolved into a production-grade privacy infrastructure platform. Entirely self-funded.

The project combines deep industry experience in distributed systems and blockchain technology with rigorous academic methodology.

The thesis demonstrates how generative AI can be applied across the full lifecycle of blockchain security: from privacy protocol design with provable coercion resistance (ZK-Sentinel) to automated vulnerability detection (Zentinel-Audit) and exploit verification (GAEV), all within distributed architectures.

Contributions

Key Innovations

πŸ”
Shadow Passphrase (Canary Phrase)
The core innovation: a decoy passphrase that produces a cryptographically indistinguishable withdrawal on-chain. Formalizes 'peace of mind' as a cryptographic parameter β€” not a UI trick, but a mathematical guarantee.
βš›οΈ
Dual Nullifier Architecture
Each deposit generates two independent nullifiers via Poseidonβ‚„. An arithmetic selector inside the ZK circuit β€” without conditional branching β€” determines which is revealed. No on-chain observer can distinguish real from decoy.
🧠
ZKML Biometric Integration
On-chain ML inference via Halo2 circuits (EZKL pipeline) for real-time coercion detection using 10 biometric features. The protocol itself can detect duress.
⚑
Pure Dispatcher Pattern
Domain-agnostic orchestration enabling 7Γ— parallel speedup across 28 heterogeneous security tools via Ray. Architecture is reusable beyond smart contract analysis.
πŸ”„
Semantic Refinement Pipeline
6 sequential LLM agents achieving 54% false positive reduction through context-aware triage, correlation, and automated attack chain construction.
Publications

Academic Papers

In PreparationπŸ“„

Dual-Nullifier Zero-Knowledge Circuits for Coercion-Resistant Financial Privacy on Ethereum

Target: IEEE S&P / USENIX Security

Formal construction of arithmetic selectors enabling mathematically indistinguishable transactions under physical duress. Proof of indistinguishability via sequence of games.

Zero-KnowledgeGroth16Coercion ResistanceEthereum
V5 In PreparationπŸ“„

ZK-Sentinel: Coercion-Resistant Financial Privacy with Selective Compliance through Dual-Logic ZK Circuits and On-Chain ML

Target: IEEE S&P / ACM CCS

10-layer privacy protocol with dual nullifier, Shadow Passphrase, ZKML integration, and selective disclosure. Formal proofs via sequence of games.

Zero-KnowledgeGroth16Halo2Coercion Resistance
In PreparationπŸ“„

Zentinel-Audit: AI-Augmented Smart Contract Security Analysis with Parallel Tool Orchestration and Semantic Refinement

Target: ICSE / ASE 2026

28-tool parallel analysis with Pure Dispatcher pattern, semantic LLM refinement, and GAEV exploit verification achieving 63.6% automated verification rate.

Smart ContractsLLM AgentsRayFoundry
Defense Planned 2026πŸ“„

Doctoral Thesis: Applications of Generative AI in Distributed Architectures for Blockchain Security and Zero-Knowledge Cryptography

Universidad Nacional de La Plata

Comprehensive thesis integrating ZK-Sentinel, Zentinel-Audit, and GAEV β€” demonstrating generative AI applications across financial privacy, smart contract security, and automated exploit verification on distributed architectures.

GenAIZK CryptographyDistributed SystemsDoctoral Thesis
10
Privacy Layers
ZK-Sentinel
28
Security Tools
Zentinel-Audit
9
ZK Circuits
Groth16 + Halo2
63.6%
Exploit Success
GAEV v2
7Γ—
Parallel Speedup
Ray + Pure Dispatcher
-54%
False Positives
LLM Refinement
Technology

Technical Foundation

ZK Cryptography
Circom, snarkjs, Groth16, Halo2, EZKL, Poseidon, BN254
Smart Contracts
Solidity, Foundry, OpenZeppelin, Hardhat, Ethers.js
AI / ML
GPT-4o, Claude, PyTorch, ONNX, LSTM, MLP, EZKL Pipeline
Distributed Systems
Ray, Apache Spark, Python, Scala, Docker, Redis
Impact

What Funding Enables

This platform represents 3 years of research and development β€” from zero-knowledge circuits and smart contracts to distributed infrastructure and AI-powered security analysis.

Q1 2026In Progress
Mainnet Deployment
Deploy ZK-Sentinel on Ethereum mainnet with production relayer infrastructure and formal verification of all circuits.
Q2 2026Planned
Open Source Release
Publish all circuits, contracts, and tooling under MIT license. Full documentation for community auditors and researchers.
Q3 2026Planned
GAEV v2 Public API
Open API for automated exploit generation and validation. Target: 80%+ success rate. Freely available for security researchers.
Q4 2026Planned
Thesis & Publications
Defend doctoral thesis. Submit peer-reviewed papers to top security and software engineering conferences.

Target grants: Ethereum Foundation Fellowship Β· Arbitrum Foundation Β· Optimism RPGF

ZK-XGen-AI β€” Research Origin Platform
Universidad Nacional de La Plata
Alejandro Jaime β€” Researcher
Β© 2026 ZK-XGen-AI Research
Open research under MIT license. All circuits, contracts, and tooling are open source.
Doctoral thesis implementation. All systems designed, built, and deployed by the author.