Skip to main content
Glama

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SailFish-Finance/educhain-ai-agent-kit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server