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.
Started from zero and achieved a fully functional Mainnet MVP. During the hackathon period, our team accomplished the following technical milestones:
Smart Contract Development: Engineered and deployed the PolicyVault and SealedClawAgent (ERC-7857 iNFT) contracts natively on the 0G Aristotle Mainnet.
Off-Chain AI Orchestration: Built the intelligence layer using Groq (Llama 3) and deployed a continuous cloud-hosted Python worker on Hugging Face to simulate the TEE environment.
0G Ecosystem Integration: Successfully integrated 0G Storage to save agent memory/reasoning state roots, and connected the smart contracts to the 0G Chain for real-time cryptographic signature verification.
Frontend Command Center: 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.
End-to-End Execution: 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.
Bootstrapped.