Set up payments and make your first smart money query against the MetEngine Data Agent. Supports x402, MPP Tempo, and MPP Solana.
A wallet with USDC and a few lines of code. That’s all you need to query smart money data across Polymarket, Hyperliquid, and Meteora. Pick a payment protocol that fits your stack.
Every protocol follows the same settle-after-execute pattern. The server holds your signed transaction and only broadcasts it on-chain after a successful query with data.
If the query fails (timeout, server error, empty results), the signed transaction is discarded and you are never charged. You only pay for successful responses with data.
If your agent runs across multiple sessions, persist setup details to avoid re-reading the full spec every time. Store in ~/.claude/agents/metengine-memory.md:
Wallet address and balance verification status
Working bootstrap code snippet
Last 10 endpoint calls with latency and cost
Any quirks or fallback strategies discovered
This cuts token overhead by roughly 80% on subsequent sessions.