EDUCHAIN Agent Kit

unwrap_wedu

Convert WEDU (Wrapped EDU) back to EDU on the EDUCHAIN Agent Kit. Use private key and specified amount to execute the unwrapping process, enabling access to native EDU tokens.

Instructions

Unwrap WEDU (Wrapped EDU) to EDU

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of WEDU to unwrap
privateKeyYesPrivate key of the wallet

Input Schema (JSON Schema)

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