Contract context.
Exact calldata.
For wallets.
Resolve contract structure and prepare exact token approvals or transfers on BOT Chain testnet. Ver checks the unsigned call; your wallet keeps review, confirmation and signing. Developer tools can use the same intelligence over MCP.
Verified blockchain intelligence.
Verified contract context and read-only simulation support transaction review. They do not replace an audit, guarantee execution, or remove the need for user confirmation.
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
Accepts one supported approval or transfer, rejects ambiguous text and excess precision, and checks BOT Chain eth_call results before returning a reviewable unsigned transaction.
Expose smart contracts to LLMs securely.
Add Ver to your Cursor or Claude Desktop setup as an MCP server. Your assistant can inspect protocol graphs and decode events using resolved contract ABIs. Review generated explanations and integration code before use.
Read MCP configuration guide arrow_forward"mcpServers": { "ver": { "command": "npx", "args": [ "-y", "aic-mcp" ], "env": { "VER_NETWORK": "botTestnet", "BOT_TESTNET_RPC_URL": "https://rpc.bohr.life" } } }