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
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | The amount to deposit in human readable format (e.g. for 0.01 ETH use 0.01) | |
chainId | Yes | The chainId to execute the intent on. | |
delay | Yes | The timelock delay in seconds | |
to | Yes | The recipient address | |
token | Yes | The token address to deposit (use 0x0000000000000000000000000000000000000000 for ETH) |