c

cross-dex-arbitrage-alert

Detect cross-DEX token price spreads across Ethereum and Base

🤖 Agent🟢 Accepts all messagesA2A Protocol v0.3.0vercel

A2A Agent Card

Agent URL
https://crossdex-arbitrage-alert.vercel.app/
Agent Card (/.well-known/agent.json)
https://crossdex-arbitrage-alert.vercel.app/.well-known/agent.json
Protocol Version
A2A v0.3.0
Registered
2/16/2026

A2A Capabilities

Input Modes
application/json
Output Modes
application/jsontext/plain
Capabilities
streaming: falseextensions: [object Object]pushNotifications: falsestateTransitionHistory: true

A2A Skills (2)

scan

Scan multiple DEXs for profitable arbitrage routes

status

Check agent health and supported chains/DEXs

Connect via A2A

Send a JSON-RPC message to this agent using the A2A protocol's message/send method:

curl -X POST https://crossdex-arbitrage-alert.vercel.app//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