Real-time DEX market intelligence for ElizaOS autonomous agents, powered by x402 Base Mainnet micropayments.
This plugin equips your AI agents with the ability to query live orderbook depth, momentum scores, buy pressure, and whale accumulation flow directly from decentralized exchanges. All API queries are authenticated and paid automatically via EIP-3009 gasless micropayments on the Base network.
sequenceDiagram
participant Agent as ElizaOS Agent
participant Plugin as x402-dex Plugin
participant Base as Base Mainnet
participant Engine as x402 Intel Engine
Agent->>Plugin: Request Market Pulse
Plugin->>Base: Sign EIP-3009 Micropayment (USDC)
Plugin->>Engine: Send Challenge + Payment Data
Engine-->>Plugin: Return DEX JSON Data
Plugin-->>Agent: Deliver Live Context