Contracts →
Protocol Graphs
for agents.
Compile any EVM contract into a structured, machine-readable graph. Expose it over MCP so AI agents can understand and interact with protocols reliably — without guessing ABIs.
Verified blockchain intelligence.
Ver eliminates the guesswork from blockchain integrations by replacing heuristics with cryptographic and simulation-based proofs.
Deterministic Compiling
Processes contract ABIs, events, dependencies, and state variables using pure, network-isolated compiler functions. No LLMs are ever allowed to mutate or generate the structural facts of the graph.
Simulation-Driven Intents
Features the Agentic Intent Compiler (AIC) to translate natural language transaction intents into structured payloads. Includes automatic decimal resolution and `eth_call` dry-runs on X Layer to verify safety before execution.
Expose smart contracts to LLMs securely.
Add Ver to your Cursor or Claude Desktop setup as an MCP server. Once configured, your AI assistant can fetch protocol graphs, read verified events, and write secure integrations without code hallucinations.
Read MCP configuration guide arrow_forward"mcpServers": { "ver": { "command": "npx", "args": [ "-y", "aic-mcp" ], "env": { "XLAYER_RPC_URL": "https://rpc.xlayer.tech" } } }