CONTENT-ADDRESSED TOOL INTEGRITY
The CID isn't a pointer to your tool.
It is your tool.
Every tool an AI agent runs is pinned to IPFS and registered on-chain by its content hash. Agents resolve, verify, and execute the exact code that was registered — or they don't execute at all.
01 — HOW IT WORKS
TOOL AUTHOR
Publish → get CID
Seal the tool and its full dependency closure into one artifact. The CID becomes the permanent identity of that exact version.
VERICID REGISTRY
Commit CID on-chain
An FVM contract stores creator, name, version & CID. Immutable. No rug pulls, no description swaps.
AI AGENT RUNTIME
Resolve → verify → run
Look up by name, resolve the CID, verify the content hash natively, execute the exact code — sandboxed. Mismatch = refuse.
02 — WHAT THIS PREVENTS