BOT Chain wallet integration

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.

Read the wallet integration guide →
npx -y aic-mcp
Interactive Schema Compiler
BOT Chain Testnet · 968
Try:
// Compiler ready. Paste an EVM contract address and click 'Compile Graph' to query verified explorer data, normalize schemas, and resolve proxies.
Core Pillars

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.

Contract context

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.

Wallet preparation

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.

Model Context Protocol

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
claude_desktop_config.json
"mcpServers": {
  "ver": {
    "command": "npx",
    "args": [
      "-y",
      "aic-mcp"
    ],
    "env": {
      "VER_NETWORK": "botTestnet",
      "BOT_TESTNET_RPC_URL": "https://rpc.bohr.life"
    }
  }
}