agentek-eth

by NaniDAO
Verified

intentTransfer

Generate an intent to transfer tokens between Ethereum addresses. Specify token, amount, recipient, and optional chainId to facilitate cryptocurrency transactions.

Instructions

Creates an intent to transfer tokens

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount to transfer
chainIdNoOptional specify chainId to use
toYesThe recipient address or ENS name
tokenYesThe token address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount to transfer", "type": "string" }, "chainId": { "description": "Optional specify chainId to use", "type": "number" }, "to": { "description": "The recipient address or ENS name", "type": "string" }, "token": { "description": "The token address", "type": "string" } }, "required": [ "token", "amount", "to" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce