agentek-eth

by NaniDAO
Verified

intentApproveSlowTransfer

Approves a transfer on the SLOW contract by validating user intent, chain ID, and transfer ID. Used for Ethereum-based automation in the agentek-eth MCP server.

Instructions

Guardian approves a transfer in SLOW contract

Input Schema

NameRequiredDescriptionDefault
chainIdYesThe chainId to execute the intent on.
fromYesThe user address that initiated the transfer
transferIdYesThe transfer ID to approve

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" }, "from": { "description": "The user address that initiated the transfer", "type": "string" }, "transferId": { "description": "The transfer ID to approve", "type": "string" } }, "required": [ "chainId", "from", "transferId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce