EDUCHAIN Agent Kit

send_edu

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" }