EDUCHAIN Agent Kit

wrap_edu

Convert EDU tokens into WEDU (Wrapped EDU) by securely wrapping them, enabling compatibility with decentralized exchanges and smart contracts.

Instructions

Wrap EDU to WEDU (Wrapped EDU)

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of EDU to wrap
privateKeyYesPrivate key of the wallet

Input Schema (JSON Schema)

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