EDUCHAIN Agent Kit

check_arbitrage_opportunities

Identify arbitrage opportunities by comparing prices between centralized exchanges and SailFish DEX. Set a threshold to filter results based on price difference percentage.

Instructions

Check for arbitrage opportunities between centralized exchanges and SailFish DEX

Input Schema

NameRequiredDescriptionDefault
thresholdNoMinimum price difference percentage to consider as an arbitrage opportunity (default: 1.0)

Input Schema (JSON Schema)

{ "properties": { "threshold": { "description": "Minimum price difference percentage to consider as an arbitrage opportunity (default: 1.0)", "type": "number" } }, "required": [], "type": "object" }
ID: fd54q7e2lz