CONTENT-ADDRESSED TOOL INTEGRITY
Agents shouldn't install a name.
They should install exact bytes.
Discover real MCP releases on Filecoin Calibration, approve their CID-bound permissions, and run the exact sealed dependency closure that was registered — or nothing runs.
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