infrastructure spotlight

AI-Crypto Stack Ships Production Proofs: Chainlink, Mina, OpenGradient, StarkNet Go Live

Four distinct architectures—Chainlink's oracle-backed zkML/TEE pipeline, Mina's Kimchi-based zkML library, OpenGradient's restaked coprocessor, and StarkNet's AgentSTARK framework—now give developers production paths to run AI models with cryptographic proofs that settle onchain. The catch: proofs verify execution, not correctness.

3 min read 15 claims web-cited

The AI×crypto stack has stopped being theoretical. Four production-grade architectures—Chainlink, Mina, OpenGradient, and StarkNet—now give developers concrete paths to run AI models with cryptographic proofs that settle onchain. Each makes a different tradeoff, but the pattern holds: models execute offchain, a proof or attestation gets generated, and a smart contract verifies before state changes. The catch, which Chainlink explicitly acknowledges, is that proofs only attest that a specific model ran on specific inputs—not that the output is semantically correct [^861]. This is effectively a digital notary for computation, much like when we observed the transition from handwritten ledgers to double-entry bookkeeping in Renaissance banking: the form is verified, not the wisdom.

Chainlink’s verifiable AI stack is the most battle-tested for institutional DeFi. Models run offchain, and outputs arrive onchain with either a zkML proof or a TEE attestation, which a smart contract verifies before applying state changes [^847]. The Chainlink Runtime Environment (CRE) routes inferences through a decentralized oracle network where multiple independent operators verify outputs. In a pilot with Swift, DTCC, Euroclear, UBS, and Wellington Management, this achieved almost 100% data consensus across evaluated corporate actions [^848]. For DeFi protocols, that means lending, risk, or execution logic can safely depend on AI signals while retaining onchain determinism. The interface was cold, precise—a weapon system for capital allocation.

Mina’s zkML library takes a different route: it converts ONNX neural network models into Kimchi-based zk-SNARK circuits, generates zero-knowledge proofs of individual inference runs using a Rust prover, and verifies them onchain via an o1js smart contract specific to each ML model [^849]. The library represents neural networks as directed computation graphs, topologically sorts nodes, and systematically maps operations like MatMul and ReLU into Kimchi circuit gates—including range-check and generic gates [^850]. This is concrete tooling for privacy-preserving onchain inference where inputs or model weights must stay secret. The yield of compliance here is zero-knowledge: you can prove you ran the model without revealing the inputs.

OpenGradient operates as a decentralized AI coprocessor rather than a standalone blockchain. It exposes a Python SDK and a Model Hub for uploading ONNX models and running verifiable ML and LLM inference over a vertically integrated, restaked infrastructure [^851]. Its x402 upgrade embeds the payment protocol directly inside each TEE instance and maintains an onchain registry of cryptographically verified enclaves, so the SDK automatically selects verified nodes, routes inference requests, and settles payments without centralized middleware [^852]. MemSync adds a REST API for long-term AI memory built on top of verifiable inference and embeddings, letting agents externalize context while preserving integrity guarantees [^853]. This is effectively a decentralized brain with a payment rail—short-selling the need for trust.

In the StarkNet ecosystem, AgentSTARK uses account abstraction so Giza’s agents can run provable ML models and autonomously execute onchain DeFi strategies—cross-protocol yield aggregation and delta-neutral positions among them [^854]. Giza’s LuminAIR framework compiles high-level ML computation graphs from a Tinygrad-inspired Rust ML framework (Luminal) into Algebraic Intermediate Representations (AIRs) that can be proven with Circle STARKs and the S-two constraint system [^855]. The ecosystem positions verifiable ML as a way to provide traceability at the model layer for regulated use cases like banking and DeFi, using ZK proofs to attest to the full ML computation within Cairo-based platforms such as Orion [^856]. The market was bleeding red like a bruised arm, but the infrastructure was hardening.

On the agent tooling side, Composio’s Crypto-Kit ships pre-built toolkits that let AI agents call cryptocurrency exchanges, NFT marketplaces, and staking protocols—abstracting authentication flows and data formatting [^857]. The SDK lets developers attach 100+ integrations as tools to LLM-based agents via function calling or MCP, with specific toolkits like Coinbase allowing agents to check balances, send crypto, and inspect transactions using an authenticated, per-user session model [^858]. Composio positions itself as an agent tooling layer that can turn MCP clients such as Claude Code or Cursor into action-taking agents by connecting them to 20,000+ SaaS and Web3 tools [^859]. Google Cloud’s Web3 AI agent stack combines Vertex AI, BigQuery, and Google Kubernetes Engine with managed blockchain indexers and RPCs, enabling agents to read onchain state, reason over it with LLMs, and submit signed transactions via wallet or custody integration [^860].

The next frontier is incentive design for model quality, not just execution integrity. The yield on truth just went ex-dividend.

Provenance ledger

15 claims web-cited

Every claim below cites a source URL, and each URL was checked for validity before publish. The excerpt shown is the researcher's own summary of the page — it is not re-derived from the source, so it is not a verified verbatim quote. Follow the link to confirm any claim against the original. Citation markers in the text jump here.

[1] Chainlink’s “verifiable AI stack” architecture runs AI models offchain, then delivers their outputs onchain together with either a zero‑knowledge machine learning (zkML) proof or a trusted execution environment (TEE) attestation, which a smart contract verifies before applying any state changes. web-cited
Excerpt reported by researcher (not re-verified)
“Models execute offchain where computational resources are abundant… Before results reach the blockchain, they must be proven accurate. This step often uses zero-knowledge machine learning (zkML) or trusted execution environments (TEEs) to generate a proof of correct execution… The verified output and its accompanying cryptographic proof are submitted to a smart contract. The contract verifies the proof before executing any state changes.”

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[2] Chainlink’s Runtime Environment (CRE) lets developers route AI inferences through a decentralized oracle network, where multiple independent node operators verify AI outputs and achieved almost 100% data consensus across evaluated corporate actions when used for AI oracle–based corporate actions processing with institutions such as Swift, DTCC, Euroclear, UBS, and Wellington Management. web-cited
Excerpt reported by researcher (not re-verified)
“The Chainlink Runtime Environment (CRE) enables developers to build custom workflows that coordinate offchain AI computation, fetch necessary data, and verify the results before delivering them onchain… Chainlink infrastructure ensures the model's output is verified by multiple independent operators. This consensus mechanism prevents manipulated or hallucinated AI outputs… This was demonstrated by Chainlink and 24 of the world’s largest financial institutions and market infrastructures… The sys

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[3] Mina’s zkML library converts ONNX neural network models into Kimchi-based zk‑SNARK circuits, generates zero‑knowledge proofs of individual inference runs using a Rust prover, and verifies them onchain via an o1js “zkML Verifier” smart contract that is specific to each ML model. web-cited
Excerpt reported by researcher (not re-verified)
“Mina’s zkML library enables anyone to generate a zero knowledge proof from an AI inference job using private inputs… Convert AI models (in the widely used ONNX format) into zero knowledge proof circuits… a prover written in Rust for generating a zero knowledge proof from an ONNX file… The library takes the ONNX op codes and converts them into a ZK circuit aimed to be executed on Mina’s Kimchi prover… Every ML model requires its own verifier since they are unique circuits… we are also releasing

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[4] Mina’s zkML library represents neural networks as directed computation graphs where nodes are either primitive operations (e.g., MatMul, ReLU) or recursively defined subgraphs; it topologically sorts these nodes and systematically maps operations like matrix multiplications and activation functions into Kimchi circuit gates, including range‑check and generic gates for ReLU. web-cited
Excerpt reported by researcher (not re-verified)
“At its core, the library uses a graph representation for neural networks, where nodes represent operations (e.g., matrix multiplications, convolutions)… Each graph node can be of two types: Computation Nodes… or Subgraph Nodes… Subgraphs are recursively defined `Model` objects… The library ensures computational correctness through mechanisms like topological sorting… The library translates neural network operations into ZK circuits… For example, matrix multiplication is implemented as a series

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[5] OpenGradient operates as a decentralized AI coprocessor rather than a standalone blockchain and exposes a Python SDK plus a Model Hub so developers can upload ONNX models and run verifiable ML and LLM inference over a vertically integrated, restaked infrastructure that provides integrity guarantees for agent workflows. web-cited
Excerpt reported by researcher (not re-verified)
“OpenGradient is the Network for Open Intelligence — a decentralized infrastructure network designed to host, execute, and verify AI models at scale. Rather than functioning as a standalone blockchain, OpenGradient operates as a specialized AI coprocessor… Developers can begin utilizing the OpenGradient SDK to upload ONNX models, run verifiable inference, and experience the benefits of a fully decentralized AI ecosystem… Vertically-integrated decentralized infrastructure for secure and verifiabl

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[6] OpenGradient’s x402 upgrade embeds its x402 payment protocol directly inside each TEE instance and maintains an onchain registry of cryptographically verified TEEs, so the Python SDK can automatically select verified enclaves, route inference requests, and settle payments without any centralized payment middleware. web-cited
Excerpt reported by researcher (not re-verified)
“x402-native TEE inference with on-chain verification is live… We've deployed a decentralized, on-chain registry of TEE instances, each one cryptographically verified… Perhaps the most significant architectural change: x402 is now embedded directly inside every TEE instance. There is no centralized middleware, no payment proxy sitting between a user's request and the enclave doing the work… The OpenGradient Python SDK handles all the complexity under the hood, pulling verified nodes from the on-

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[7] OpenGradient’s MemSync service exposes a REST API for long‑term AI memory built on top of its verifiable inference and embeddings infrastructure, enabling agents to externalize and later retrieve context while preserving the same integrity guarantees as model execution. web-cited
Excerpt reported by researcher (not re-verified)
“OpenGradient provides multiple developer tools for building AI-enabled applications… these include the OpenGradient Python SDK and MemSync… MemSync is a long-term memory layer for AI built on top of OpenGradient's verifiable inference and embeddings infrastructure. It provides a REST API for long-term context management and AI personalization.”

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[8] AgentSTARK is a StarkNet‑native AI agent framework that uses StarkNet’s account abstraction so Giza’s agents can run provable ML models and autonomously execute on‑chain DeFi strategies such as cross‑protocol yield aggregation and delta‑neutral positions. web-cited
Excerpt reported by researcher (not re-verified)
“AgentSTARK is an AI agent framework designed for Starknet. It uses the Account Abstraction and will be used with Giza's AI Agents to operate verifiable machine learning models and enable autonomous actions on Starknet… Giza agents run provable ML models and act autonomously on Starknet using native Account Abstraction.”

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[9] Giza’s LuminAIR framework compiles high‑level ML computation graphs from a Tinygrad‑inspired Rust ML framework (Luminal) into Algebraic Intermediate Representations (AIRs) that can be proven with Circle STARKs and the S‑two constraint system, enabling verifiable ML suitable for StarkNet workloads. web-cited
Excerpt reported by researcher (not re-verified)
“Central to this effort is LuminAIR, a custom Algebraic Intermediate Representations (AIR) and an open-source Machine Learning framework that leverages Circle STARKs and S-two to ensure the integrity of computational graphs… LuminAIR acts as a bridge, connecting Luminal, a Tinygrad-inspired Rust ML framework, with S-two’s robust constraint system. It takes high-level ML computation graphs and transforms them into Algebraic Intermediate Representations (AIRs).”

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[10] StarkNet ecosystem projects position verifiable ML as a way to provide traceability at the model layer for regulated use cases like banking and DeFi by using zero‑knowledge proofs to attest to the full ML computation, not just the result, within Cairo‑based platforms such as Orion. web-cited
Excerpt reported by researcher (not re-verified)
“Using zero-knowledge (ZK) proofs, verifiable ML provides traceability directly at the model layer, vital for regulated industries like banking and DeFi… Orion, an end-to-end verifiable ML platform built on Cairo, was introduced. Orion simplifies ML development by integrating familiar frameworks (e.g., PyTorch) while ensuring verifiability through ZK proofs without requiring deep technical knowledge.”

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[11] Composio’s Crypto‑Kit ships a suite of pre‑built toolkits that let AI agents call cryptocurrency exchanges, NFT marketplaces, and staking protocols, abstracting authentication flows and data formatting so that agents can execute trading, NFT, and DeFi workflows via standard function calls. web-cited
Excerpt reported by researcher (not re-verified)
“CryptoKit is a suite of pre-built integrations allowing AI agents to access web3 platforms, including cryptocurrency exchanges, NFT marketplaces, and staking protocols. It abstracts away the complexity of authentication flows, API integrations, and data formatting, allowing developers to quickly build automated workflows for crypto trading, NFT operations, and DeFi interactions.”

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[12] The Composio SDK lets developers attach 100+ integrations as tools to LLM‑based agents (via function calling or MCP), and specific toolkits such as the Coinbase integration allow agents like Claude or ChatGPT to check balances, send crypto, and inspect transactions using an authenticated, per‑user session model. web-cited
Excerpt reported by researcher (not re-verified)
“Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling” and “Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Coinbase MCP or direct API to check balances, send crypto, view transaction…”

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[13] Composio positions itself as an agent tooling layer that can turn MCP clients such as Claude Code or Cursor into action‑taking agents by connecting them to 20,000+ SaaS and Web3 tools via MCP or direct APIs, with centralized context and authentication management. web-cited
Excerpt reported by researcher (not re-verified)
“Turn Claude Code, Cursor, or any MCP client into an agent that executes across all your apps. Go from asking questions to doing work. Every tool comes…” and “Secure access to 20000+ tools via MCP or direct APIs to automate real work.”

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[14] Google Cloud’s Web3 AI agent stack combines Vertex AI, BigQuery, and Google Kubernetes Engine with managed blockchain indexers and RPCs so developers can build agents that read onchain state, reason over it with LLMs, and submit signed transactions via a wallet or custody integration. web-cited
Excerpt reported by researcher (not re-verified)
“Google Cloud provides a flexible, end-to-end suite of tools for building Web3 AI Agents… You can use Vertex AI for LLMs, BigQuery for blockchain data analytics, and GKE for running agent backends… These agents can read from blockchain indexers and RPC endpoints and submit signed transactions via integrated wallet or custody solutions.”

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text
[15] Chainlink’s verifiable AI pattern uses decentralized oracle networks as the secure data‑sourcing and delivery layer, but explicitly acknowledges that proofs and TEEs only attest that a specific model executed on specific inputs, not that the model’s output is semantically correct, leaving hallucination risk unresolved at the protocol layer. web-cited
Excerpt reported by researcher (not re-verified)
“Zero-knowledge proofs allow a prover to demonstrate that an AI model generated a specific output from a specific input… However, generating these proofs requires significant computational power… While different from cryptographic proofs, TEEs offer a practical way to verify computation… The verifiable AI stack solves the fundamental friction between opaque machine learning models and transparent blockchain networks… By demanding mathematical proof of AI execution, the blockchain industry can us

This excerpt was not re-derived from the source page, and may paraphrase or condense it. Check the source before relying on it.

↩ back to text

Sources

  1. https://chain.link/article/verifiable-ai-stack
  2. https://minaprotocol.com/blog/minas-zkml-library-developer-guide
  3. https://www.opengradient.ai/blog/opengradient-partners-with-eigenlayer
  4. https://www.opengradient.ai/blog/x402-opengradient-upgrade-trustless-verifiable-inference
  5. https://docs.opengradient.ai/developers/
  6. https://github.com/keep-starknet-strange/agentstark
  7. https://starkware.co/blog/giza-x-s-two-powering-verifiable-ml-with-luminair/
  8. https://www.starknet.io/blog/how-verifiable-ml-will-shape-the-future-of-ai-video/
  9. https://composio.dev/content/crypto-kit-build-ai-powered-web3-automation
  10. https://github.com/composiohq/composio
  11. https://composio.dev
  12. https://cloud.google.com/blog/products/ai-machine-learning/build-web3-ai-agents-with-google-cloud
verifiable-aizkmlteechainlinkminaopengradientstarknetagentstarkcomposiogoogle-clouddecentralized-inferenceonchain-ai
AUTOMATED

Get the synthesis

AI×crypto research, repackaged with every claim hash-locked to its source. New arXiv → analysis in ~3 hours.