{"id":"theseus-network","title":"Theseus Network","content":"**Theseus Network** is a [Layer-1](https://iq.wiki/wiki/layer-1) [blockchain](https://iq.wiki/wiki/blockchain) designed for AI-native applications, with infrastructure focused on [autonomous agents](https://iq.wiki/wiki/ai-agents), verifiable inference, and on-chain AI execution. The network uses components such as the AI Virtual Machine (AIVM), Tensor Commits, and agent-specific accounts to enable AI workloads to be executed and verified within a decentralized environment. [\\[1\\]](#cite-id-YwXisSpT6OFe4Geq) \n\n## Overview\n\nTheseus is a [Layer-1](https://iq.wiki/wiki/layer-1) [blockchain](https://iq.wiki/wiki/blockchain) designed to support AI execution and [autonomous agents](https://iq.wiki/wiki/ai-agents) as core network functions. Its architecture enables [AI agents](https://iq.wiki/wiki/ai-agents) to exist as on-chain entities with their own cryptographic keys, balances, and persistent state, allowing them to operate independently rather than relying on externally controlled wallets or applications. AI inference is treated as a native [blockchain](https://iq.wiki/wiki/blockchain) operation, with each execution verified through cryptographic proofs or digital signatures before it can modify on-chain state. The platform is built on the Substrate framework, supports asynchronous execution across multiple blocks, and incorporates custom runtime components for AI coordination alongside standard [blockchain](https://iq.wiki/wiki/blockchain) functionality. Theseus is currently available in an alpha testing phase, where full-proof systems are being evaluated before broader production deployment.\n\nThe platform is built around three primary components: the AI Virtual Machine (AIVM), Tensor Commits, and a native USD-pegged [gas](https://iq.wiki/wiki/gas) unit called *seus*. AIVM provides a deterministic runtime for registering AI models, executing inference, enforcing agent policies, and managing autonomous behavior directly on-chain. Tensor Commits provide succinct cryptographic proofs that enable network participants to efficiently verify AI inference before state changes are finalized, reducing the need to trust individual operators. Agents can independently manage and spend native assets, pay for inference, receive fees, and interact with other agents without requiring continuous human authorization. Theseus also defines multiple operational models, ranging from human-managed agents to fully [autonomous agents](https://iq.wiki/wiki/ai-agents) that maintain their own policies, balances, and execution history while responding automatically to on-chain events. [\\[2\\]](#cite-id-2d0E5DkaXpX2DhbB) \n\n## Technology\n\n### Proof of Agenthood\n\nProof of Agenthood (PoA) is a signed credential system that allows third parties to verify the identity, ownership, capabilities, and inference verification history of an [AI agent](https://iq.wiki/wiki/ai-agents). Each credential is a portable JSON document linked to a specific agent registered on Theseus, containing information such as its controller, Agent Behavior Graph (ABG), declared capabilities, and recent verification status, all of which can be verified against public keys and revocation records. The system relies on Theseus infrastructure, including on-chain agent addresses, stored behavior definitions, capability declarations, and execution history, to provide verifiable information that cannot be changed without leaving an observable record. At the alpha stage, PoA credentials are controller-attested, meaning they confirm that an agent’s registered controller approved the credential, while future sovereign agent support would enable attestations without a human controller. PoA does not certify an agent’s quality or behavior; instead, it provides a verifiable record of who controls the agent, what it is authorized to do, and whether its underlying on-chain state remains consistent with the issued credential. [\\[3\\]](#cite-id-nHIUWZjYitEikTwp) \n\n### AIVM\n\nThe AI Virtual Machine (AIVM) is Theseus's execution layer, providing a deterministic runtime for AI inference and [autonomous agent](https://iq.wiki/wiki/ai-agents) operations within the [blockchain](https://iq.wiki/wiki/blockchain). Implemented as a Substrate pallet, it queues model and agent requests, receives inference results from off-chain provers, and verifies them through constant-time cryptographic verification before allowing any state changes, ensuring that only validated outputs are accepted by consensus. AIVM supports asynchronous execution, specialized tensor-native opcodes for AI computations, deterministic processing using verifiable random functions, and a [gas](https://iq.wiki/wiki/gas) model that prices operations according to their computational workload. The runtime also includes sandboxed memory management, proof-generation interfaces, verified system-call boundaries, and state-anchoring mechanisms that support efficient validation and cross-chain verification. Compared with traditional [blockchain](https://iq.wiki/wiki/blockchain) virtual machines, AIVM is designed specifically for AI workloads by incorporating native support for tensor operations, inference verification, [autonomous agent](https://iq.wiki/wiki/ai-agents) execution, and computational cost models based on floating-point operations rather than general-purpose instruction execution.  [\\[4\\]](#cite-id-wjyIP8TjsLCWwmqQ) \n\n### Tensor Commits\n\n![](https://ipfs.everipedia.org/ipfs/QmdfMxmQKQ5Hin7ZtpygvawjADhQ6wm9SnjseeG6rLPbGc)\n\nTensor Commits is the cryptographic verification protocol that enables Theseus to validate AI inference without requiring [validators](https://iq.wiki/wiki/validator) to recompute entire models. The protocol uses tensor-based commitment schemes derived from KZG cryptography to generate compact proofs that verify large neural network computations with minimal computational overhead, while organizing commitments in hierarchical Terkel trees to efficiently represent model weights and intermediate computations. During execution, model weights are registered with an on-chain commitment, inference results are accompanied by cryptographic proofs, and [validators](https://iq.wiki/wiki/validator) independently verify each proof in milliseconds before consensus accepts any state changes. The protocol is designed to support production-scale AI models by providing low proof-generation overhead, efficient proof sizes, logarithmic verification complexity, and privacy-preserving verification that does not require [validators](https://iq.wiki/wiki/validator) to access model weights. Compared with full model re-execution or zero-knowledge machine learning approaches, Tensor Commits aim to reduce verification costs while maintaining scalable verification, hardware-independent validation, and efficient support for large neural network architectures. [\\[5\\]](#cite-id-6Z56da3axykr2Axb) \n\n### Agents\n\nTheseus agents are created from a four-file workspace that compiles into an on-chain entity with its own keys, balance, state, and static Agent Behavior Graph (ABG). The workspace includes a configuration file, tool definitions, reusable skills, and execution logic that together define the agent’s capabilities and behavior. Agents operate through event-driven execution, waking on triggers such as schedules, [blockchain](https://iq.wiki/wiki/blockchain) events, or external calls, then processing tasks through their ABG until an inference or tool request requires verification. Their execution follows a queue, proof, and resume cycle, in which inference results are verified before the agent continues operating in a later block.\n\nThe agent framework separates static behavior from dynamic execution history, with the ABG defining permitted actions and the Agent Knowledge Graph (AKG) recording execution steps and observations. Agents can register on-chain accounts, hold their own balance, pay for inference and tool usage, and interact with other agents through controlled calls with limits on execution depth. Models are registered separately and referenced by agents, with model weights anchored through content-addressed storage for verification by provers. The system enables autonomous operation by allowing agents to manage their own resources and execute based on on-chain conditions without requiring human authorization for each action. [\\[6\\]](#cite-id-e8NzOTp3jKAgDKAJ) \n\n## Architecture\n\n![](https://ipfs.everipedia.org/ipfs/QmNZ39qQsRz54PwGrRTnvhAx9jCTip7MGos2ScLDR2Gc2s)\n\nTheseus is built on a three-layer architecture that integrates execution, storage, and consensus to support AI workloads within a [blockchain](https://iq.wiki/wiki/blockchain) environment. Built on the Substrate framework, the network coordinates AI inference and [autonomous agent](https://iq.wiki/wiki/ai-agents) execution, while computationally intensive processing is performed off-chain by specialized provers, who submit results along with cryptographic proofs for on-chain verification before any state changes occur. The execution layer is powered by the AI Virtual Machine (AIVM), which manages deterministic AI inference, agent scheduling, proof generation, and transaction processing. The availability layer, TheseusStore, stores model weights and agent context off-chain using content-addressed storage anchored by on-chain cryptographic roots to verify data integrity. The consensus layer employs [Byzantine Fault Tolerant](https://iq.wiki/wiki/byzantine-fault-tolerance) [proof-of-stake](https://iq.wiki/wiki/proof-of-stake), requiring [validator](https://iq.wiki/wiki/validator) agreement on inference proofs, model integrity, and data availability before blocks are finalized. Provers are selected through a verifiable random function based on stake and hardware capacity, and validators independently verify every submitted proof. This architecture separates AI computation from [blockchain](https://iq.wiki/wiki/blockchain) verification while ensuring that only cryptographically verified inference results and retrievable data are incorporated into the network's state. [\\[7\\]](#cite-id-ti1SLa1s4L31lDTx) \n\n## Partnerships\n\n* [IQ.wiki](https://iq.wiki/wiki/iqwiki)","summary":"Theseus is an open runtime for autonomous AI agents that act and verify their processes independently on the blockchain.","images":[{"id":"QmVMBpcv8DgZ9NVxWPyDwzheBHt5or8g3pwUoV4cR5mnk9","type":"image/jpeg, image/png"}],"categories":[{"id":"projects-and-protocols","title":"Projects & Protocols"}],"tags":[{"id":"AIPlatform"},{"id":"AIInfrastructure"},{"id":"AIAgent"}],"media":[{"id":"QmdfMxmQKQ5Hin7ZtpygvawjADhQ6wm9SnjseeG6rLPbGc","name":"tensor-commits-diagram.webp","caption":"","thumbnail":"QmdfMxmQKQ5Hin7ZtpygvawjADhQ6wm9SnjseeG6rLPbGc","source":"IPFS_IMG"},{"id":"QmNZ39qQsRz54PwGrRTnvhAx9jCTip7MGos2ScLDR2Gc2s","name":"theseus-architecture-diagram.webp","caption":"","thumbnail":"QmNZ39qQsRz54PwGrRTnvhAx9jCTip7MGos2ScLDR2Gc2s","source":"IPFS_IMG"}],"metadata":[{"id":"references","value":"[{\"id\":\"YwXisSpT6OFe4Geq\",\"url\":\"https://theseus.network/\",\"description\":\"Official website\",\"timestamp\":1781108063761},{\"id\":\"2d0E5DkaXpX2DhbB\",\"url\":\"https://theseus.network/docs\",\"description\":\"Developer Docs\",\"timestamp\":1781108063761},{\"id\":\"nHIUWZjYitEikTwp\",\"description\":\"POA | Theseus Docs\",\"timestamp\":1783516566457,\"url\":\"https://theseus.network/poa/docs\"},{\"id\":\"wjyIP8TjsLCWwmqQ\",\"description\":\"AIVM | Theseus Docs\",\"timestamp\":1783516581411,\"url\":\"https://theseus.network/docs/aivm\"},{\"id\":\"6Z56da3axykr2Axb\",\"description\":\"Tensor Commits | Theseus Docs\",\"timestamp\":1783516602033,\"url\":\"https://theseus.network/docs/tensor-commits\"},{\"id\":\"e8NzOTp3jKAgDKAJ\",\"description\":\"Agents | Theseus Docs\",\"timestamp\":1783516613984,\"url\":\"https://theseus.network/docs/agents\"},{\"id\":\"ti1SLa1s4L31lDTx\",\"description\":\"Architecture | Theseus Docs\",\"timestamp\":1783516626292,\"url\":\"https://theseus.network/docs/architecture\"}]"},{"id":"website","value":"https://theseus.network"},{"id":"twitter_profile","value":"https://x.com/TheseusNetwork"},{"id":"telegram_profile","value":"https://t.me/theseusnetwork"},{"id":"previous_cid","value":"\"https://ipfs.everipedia.org/ipfs/Qma7YvMtAwME46xkR5jihvtnT4HUt6WyaccFdLB9MzYGtE\""},{"id":"commit-message","value":"\"Updated content: added 28 hyperlinks and changed events from 1 to 2 items\""},{"id":"previous_cid","value":"Qma7YvMtAwME46xkR5jihvtnT4HUt6WyaccFdLB9MzYGtE"}],"events":[{"date":"2024-03-01","title":"Theseus Network Launched","type":"CREATED","description":"Theseus Network was launched to provide a decentralized runtime for autonomous AI agents.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"d791ef18-a615-4190-aeb8-d4e19cb53611"}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889"},"operator":{"id":"0xacb6c5AD52b8f605299B0d774CE97F26e3DB80c2"},"language":"en","version":1,"linkedWikis":{"blockchains":["ethereum","base"],"founders":[],"speakers":[]},"recentActivity":"{\"items\":[{\"id\":\"5554e563-74a8-4919-afc5-967363533eff\",\"title\":\"Theseus Network\",\"description\":\"Theseus is an open runtime for autonomous AI agents that act and verify their processes independently on the blockchain.\",\"timestamp\":\"2026-07-08T15:58:51.803Z\",\"category\":\"Projects & Protocols\",\"status\":{\"icon\":\"RiGlobalLine\",\"label\":\"Wiki Updated\",\"iconClassName\":\"text-green-500\"},\"user\":{\"name\":\"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889\",\"address\":\"0xacb6c5AD52b8f605299B0d774CE97F26e3DB80c2\"},\"button\":{\"label\":\"View Summary\",\"icon\":\"RiFileTextLine\"},\"summarySections\":[{\"title\":\"Content: Lead / Intro\",\"subtitle\":\"Intro paragraph updated with internal IQ.wiki links.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added internal IQ.wiki links to 'Layer-1', 'blockchain', and 'autonomous agents' in the lead paragraph [[1]](#cite-id-YwXisSpT6OFe4Geq)\"]},{\"title\":\"Content: Overview\",\"subtitle\":\"Overview text annotated with multiple internal links to IQ.wiki pages.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added IQ.wiki links for terms including 'Layer-1', 'blockchain', 'AI agents', 'autonomous agents', and the native 'gas' unit ('seus') in the Overview section [[2]](#cite-id-2d0E5DkaXpX2DhbB)\"]},{\"title\":\"Content: Technology — Proof of Agenthood\",\"subtitle\":\"Proof of Agenthood section updated with internal link(s).\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added IQ.wiki link for 'AI agent' terminology in the Proof of Agenthood section [[3]](#cite-id-nHIUWZjYitEikTwp)\"]},{\"title\":\"Content: Technology — AIVM\",\"subtitle\":\"AIVM section annotated with internal IQ.wiki links.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added IQ.wiki links for 'autonomous agent', 'blockchain', and 'gas' within the AIVM section [[4]](#cite-id-wjyIP8TjsLCWwmqQ)\"]},{\"title\":\"Content: Technology — Tensor Commits\",\"subtitle\":\"Tensor Commits section updated to include internal references.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added IQ.wiki links for 'validators' and related validator terminology in the Tensor Commits section [[5]](#cite-id-6Z56da3axykr2Axb)\"]},{\"title\":\"Content: Technology — Agents\",\"subtitle\":\"Agents section augmented with internal link(s).\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added IQ.wiki link for 'blockchain' occurrences in the Agents section [[6]](#cite-id-e8NzOTp3jKAgDKAJ)\"]},{\"title\":\"Content: Architecture\",\"subtitle\":\"Architecture section annotated with several internal IQ.wiki links.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added IQ.wiki links for 'blockchain', 'autonomous agent', 'Byzantine Fault Tolerant', 'proof-of-stake', and 'validator' in the Architecture section [[7]](#cite-id-ti1SLa1s4L31lDTx)\"]},{\"title\":\"Content: Partnerships\",\"subtitle\":\"Partnerships entry changed from plain text to a hyperlink.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Replaced '- IQ.wiki' with a linked entry '- [IQ.wiki](https://iq.wiki/wiki/iqwiki)'\"]},{\"title\":\"Metadata: id\",\"subtitle\":\"Wiki identifier value changed.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Changed id from 'ce8129e8-31af-4f19-8de0-ff814123fd76' to '8639c982-b81e-4ff4-a21c-22dbde5b204a'\"]},{\"title\":\"Speakers\",\"subtitle\":\"Speakers field replaced/updated.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Removed empty speakers array and added an entry with id 'wiki_score' and value '75'\"]}]}]}"}