agentek-eth

by NaniDAO
Verified

intentUnlockSlow

Unlock time-locked transfers in SLOW contracts by specifying the chain ID and transfer ID to process delays efficiently within Ethereum-based automation.

Instructions

Unlock a time-locked transfer in SLOW contract

Input Schema

NameRequiredDescriptionDefault
chainIdYesThe chainId to execute the intent on.
transferIdYesThe transfer ID to unlock

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" }, "transferId": { "description": "The transfer ID to unlock", "type": "string" } }, "required": [ "chainId", "transferId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce