agentek-eth

by NaniDAO
Verified

intentSetSlowGuardian

Assign or remove a guardian address for a user in the SLOW contract using the agentek-eth MCP server, ensuring secure Ethereum-based automation.

Instructions

Set a guardian for a user in the SLOW contract

Input Schema

NameRequiredDescriptionDefault
chainIdYesThe chainId to execute the intent on.
guardianYesThe guardian address to set (use zero address to remove guardian)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "The chainId to execute the intent on.", "type": "number" }, "guardian": { "description": "The guardian address to set (use zero address to remove guardian)", "type": "string" } }, "required": [ "chainId", "guardian" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce