You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Ethereum wallet tools backed by the OCAP kernel daemon. The AI agent can check balances (ETH and ERC-20 tokens), send transactions (native and token transfers), resolve token symbols to addresses, and sign messages without accessing private keys.",
"configSchema": {
"type": "object",
"properties": {
"ocapCliPath": {
"type": "string",
"description": "Absolute path to the ocap CLI entry point (.mjs file or binary). Default: 'ocap' from PATH."
},
"walletKref": {
"type": "string",
"description": "Kernel reference of the wallet coordinator (e.g. 'ko4'). Found via `ocap daemon exec getStatus`."
},
"timeoutMs": {
"type": "number",
"description": "Timeout for daemon calls in ms (default: 60000)"