EDUCHAIN Agent Kit

swap_edu_for_tokens

Swap EDU for tokens on SailFish DEX using the EDUCHAIN Agent Kit. Specify input amount, token address, fee tier, and slippage tolerance to execute the swap securely.

Instructions

Swap EDU for tokens on SailFish DEX

Input Schema

NameRequiredDescriptionDefault
amountInYesAmount of EDU to swap
feeNoFee tier (100=0.01%, 500=0.05%, 3000=0.3%, 10000=1%)
privateKeyYesPrivate key of the sender wallet
slippagePercentageNoSlippage tolerance percentage (default: 0.5)
tokenOutYesAddress of the output token

Input Schema (JSON Schema)

{ "properties": { "amountIn": { "description": "Amount of EDU to swap", "type": "string" }, "fee": { "description": "Fee tier (100=0.01%, 500=0.05%, 3000=0.3%, 10000=1%)", "type": "number" }, "privateKey": { "description": "Private key of the sender wallet", "type": "string" }, "slippagePercentage": { "description": "Slippage tolerance percentage (default: 0.5)", "type": "number" }, "tokenOut": { "description": "Address of the output token", "type": "string" } }, "required": [ "privateKey", "tokenOut", "amountIn" ], "type": "object" }
ID: fd54q7e2lz