What problem does it solve? Accessing real-time smart money analytics across prediction markets, perpetual futures, and Solana LP pools normally requires API keys, accounts, and subscriptions. This Skill lets an agent query 63 analytics endpoints and pay per request in USDC on Solana Mainnet using the x402 protocol, with no signup or API key management. ## Core Features & Use Cases - Smart Money Analytics: Query wallet scoring, insider detection, capital flow tracking, whale trades, and position analysis across Polymarket (27 endpoints), Hyperliquid (18 endpoints), and Meteora (18 endpoints). - Pay-Per-Request via x402: Implements the two-step 402 payment handshake in TypeScript/Bun using @x402/core, @x402/svm, and @solana/kit, with settle-after-execute so failed queries cost nothing. - Session Memory: Maintains a persistent memory file with wallet config, working client bootstrap code, endpoint history, and learned fallbacks to reduce setup tokens in future sessions. - Use Case: Ask which markets smart money disagrees with on price, and the agent calls /api/v1/markets/opportunities, pays a few cents in USDC, and returns the signal-strength-ranked results. ## Quick Start Ask the agent to fetch the top 5 trending Polymarket markets over the last 24 hours using the MetEngine API and it will handle wallet setup, payment signing, and the query.