agentek-eth

by NaniDAO
Verified

intentDepositToSlow

Execute timed deposits of tokens or ETH into a SLOW contract using a specified timelock delay, ensuring secure and scheduled transfers.

Instructions

Deposit tokens or ETH into SLOW contract with a timelock

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount to deposit in human readable format (e.g. for 0.01 ETH use 0.01)
chainIdYesThe chainId to execute the intent on.
delayYesThe timelock delay in seconds
toYesThe recipient address
tokenYesThe token address to deposit (use 0x0000000000000000000000000000000000000000 for ETH)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount to deposit in human readable format (e.g. for 0.01 ETH use 0.01)", "type": "string" }, "chainId": { "description": "The chainId to execute the intent on.", "type": "number" }, "delay": { "description": "The timelock delay in seconds", "type": "number" }, "to": { "$ref": "#/properties/token", "description": "The recipient address" }, "token": { "description": "The token address to deposit (use 0x0000000000000000000000000000000000000000 for ETH)", "type": "string" } }, "required": [ "chainId", "token", "to", "amount", "delay" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce