EDUCHAIN Agent Kit

send_edu

Transfer EDU tokens securely to a specified wallet address using the sender's private key; facilitates direct and efficient transactions on the EDUCHAIN network.

Instructions

Send EDU native token to another wallet address

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of EDU to send
privateKeyYesPrivate key of the sender wallet
toAddressYesRecipient wallet address

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of EDU to send", "type": "string" }, "privateKey": { "description": "Private key of the sender wallet", "type": "string" }, "toAddress": { "description": "Recipient wallet address", "type": "string" } }, "required": [ "privateKey", "toAddress", "amount" ], "type": "object" }
ID: fd54q7e2lz