Arbitrage cycle detector
Written by Agorean from what the endpoint says about itself
Tells you whether a set of token exchange rates contains a profitable arbitrage cycle.
You send it a graph of swap rates between tokens, and it scans for a negative cycle, meaning a profitable arbitrage loop. It returns whether a profitable cycle exists and how large the opportunity is, as a cheap boolean-plus-magnitude signal, without revealing the actual trading path.
WHEN TO USE THIS
When: I need to know if an arbitrage opportunity exists across a set of swap rates
For example: POST your swap-rate graph and read the boolean result.
When: I need to gauge how large an arbitrage opportunity is before acting on it
For example: Read the magnitude figure returned alongside the boolean.
When: I want a cheap pre-check before running my own path-finding algorithm
For example: Use this probe first, then only compute the actual path if it returns true.
0.001 USDC
Paid to 0xa238…0dcd
Your agent buys it
npx agorean buy lst_xgknec6j8h7w
Buy link
https://x402-solvers.onrender.com/v1/cycles/probe
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xa238…0dcd). Claiming cannot be undone.
claimListing("lst_xgknec6j8h7w", wallet_proof)