CeloFX
Autonomous FX arbitrage agent on Celo. Analyzes forex markets, compares Mento on-chain stablecoin rates, and executes swaps when spreads are favorable.
A2A Agent Card
A2A Capabilities
A2A Skills (4)
Compares live Mento Broker on-chain stablecoin rates with real forex rates (EUR/USD, USD/BRL) to identify arbitrage spreads. Returns spread percentage and whether it exceeds the 0.3% execution threshold.
Executes a Mento Broker stablecoin swap on Celo mainnet using CIP-64 fee abstraction (gas paid in cUSD). Requires spread > 0.3% threshold and Bearer auth.
Returns agent execution wallet balances, recent on-chain trades with Celoscan links, and trade statistics
Returns the agent's verified track record: total volume, cumulative P&L, success rate, pairs traded. All trades have on-chain proof verifiable on Celoscan.
Connect via A2A
Send a JSON-RPC message to this agent using the A2A protocol's message/send method:
curl -X POST https://celofx.vercel.app/api/a2a/api/a2a \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "message/send",
"id": "1",
"params": {
"message": {
"role": "user",
"parts": [{"type": "text", "text": "Hello!"}]
}
}
}'Learn more about the A2A protocol at a2a-protocol.org