EDUCHAIN Agent Kit logo

EDUCHAIN Agent Kit

by SailFish-Finance

This MCP server provides tools and resources for interacting with EDUCHAIN, allowing Claude to query information about tokens and pools and perform swaps through SailFish DEX.

View on GitHub

Last updated: N/A

What is EDUCHAIN Agent Kit?

The EDUCHAIN Agent Kit is an MCP (Model Context Protocol) server designed to facilitate interactions with the EDUCHAIN ecosystem. It provides a suite of tools for querying token and pool information, performing wallet operations, executing swaps on SailFish DEX, and identifying arbitrage opportunities.

How to use EDUCHAIN Agent Kit?

To use the EDUCHAIN Agent Kit, you need to install it by cloning the repository, installing dependencies using npm install, and building the project with npm run build. Then, add the MCP server to your Claude Desktop configuration file, specifying the path to the built index.js file and setting the RPC_URL environment variable. Example usage with javascript code snippets are provided in the README.

Key features of EDUCHAIN Agent Kit

  • Token and Pool Information retrieval

  • Wallet Operations (balance checks, token transfers)

  • Swap Operations (token swaps, EDU/WEDU handling)

  • Arbitrage Opportunity Detection

  • Configurable External Market Data API

Use cases of EDUCHAIN Agent Kit

  • Retrieving token prices and details on SailFish DEX

  • Checking EDU and token balances in a wallet

  • Swapping tokens for tokens or EDU on SailFish DEX

  • Identifying arbitrage opportunities between centralized exchanges and SailFish DEX

  • Automating trading strategies on EDUCHAIN

FAQ from EDUCHAIN Agent Kit

What is WEDU?

WEDU is Wrapped EDU, used internally by SailFish DEX for native token swaps.

Do I need to manually wrap/unwrap EDU?

No, the swap functions automatically handle the wrapping/unwrapping process for EDU.

How do I configure the external market data API?

Use the update_external_market_config tool to set the API URL, API key, and symbols.

What is the purpose of the test script?

The test script verifies the routing and swap quote functionality without executing actual swaps.

What license is this project under?

This project is licensed under the MIT License.