SealedClaw is a sovereign iNFT trading agent that combines TEE-secured AI intelligence with on-chain risk policies to enable trustless, verifiable automated DeFi trading on the 0G network.
Project Name SealedClaw
One-sentence project description SealedClaw is a sovereign iNFT trading agent that combines TEE-secured AI intelligence with on-chain risk policies to enable trustless, verifiable automated DeFi trading on the 0G network.
A short summary
What the project does: SealedClaw tokenizes autonomous AI trading bots as self-custodial ERC-7857 iNFTs. It executes trading strategies using an off-chain AI model running inside a secure enclave (TEE). The enclave cryptographically signs trade payloads, which are then verified and strictly enforced against user-defined risk parameters (e.g., max drawdown, daily limits) by a PolicyVault smart contract before execution.
Which problem it solves: It solves the "Rogue AI" and trust dilemma in automated DeFi trading. Currently, users must blindly trust centralized trading bots and surrender custody of their funds. SealedClaw ensures zero-trust execution; the AI agent can only operate within the immutable, cryptographic guardrails set by the user on-chain, making it impossible for the AI to drain funds through hallucinations or malicious tampering.
Which 0G component(s) are used:
0G Chain (EVM): Hosts all core contracts (PolicyVault, SealedClawAgent, AgentMarketplace), providing a high-performance execution layer to trustlessly verify TEE signatures and secure funds.
0G Storage: Provides decentralized persistent memory to store trading history, indicators, and reasoning blobs, enabling stateful AI across trading cycles without high on-chain costs.
0G Compute: Architecturally designed for 0G's Verifiable Compute. It utilizes a cloud-hosted Python enclave to securely execute the AI strategy engine and sign ECDSA trade payloads.
Agent ID (iNFT): Implements the ERC-7857 standard to give each autonomous agent a sovereign on-chain identity, allowing them to be minted, traded, and managed as unique digital assets.
Secure Execution: Deeply integrates Trusted Execution Environment (TEE) concepts to generate verifiable trade proofs, guaranteeing that the agent's decision-making logic remains private, tamper-proof, and free from operator interference.
<p><strong>Started from zero and achieved a fully functional Mainnet MVP.</strong> During the hackathon period, our team accomplished the following technical milestones:</p><ul><li><p><strong>Smart Contract Development:</strong> Engineered and deployed the <code data-inline="true" spellcheck="false">PolicyVault</code> and <code data-inline="true" spellcheck="false">SealedClawAgent</code> (ERC-7857 iNFT) contracts natively on the 0G Aristotle Mainnet.</p></li><li><p><strong>Off-Chain AI Orchestration:</strong> Built the intelligence layer using Groq (Llama 3) and deployed a continuous cloud-hosted Python worker on Hugging Face to simulate the TEE environment.</p></li><li><p><strong>0G Ecosystem Integration:</strong> Successfully integrated <strong>0G Storage</strong> to save agent memory/reasoning state roots, and connected the smart contracts to the <strong>0G Chain</strong> for real-time cryptographic signature verification.</p></li><li><p><strong>Frontend Command Center:</strong> Designed and developed a premium, Glassmorphism-styled React dashboard that allows users to mint agents, dynamically adjust risk limits (Max Drawdown, Risk per Trade), and monitor live on-chain execution.</p></li><li><p><strong>End-to-End Execution:</strong> Completed the full verifiable finance loop: from user intent ➔ off-chain AI reasoning ➔ ECDSA payload signing ➔ on-chain verification and mock execution on the 0G Mainnet.</p></li></ul>
<p>Bootstrapped.</p>