Token security on 63 chains. AI trading on 24 chains.
Pay per request with USDC — no API keys, no subscriptions.
Install via ClawHub or point any agent at the raw skill files.
Smart contract security analysis. Detect honeypots, scam patterns, tax manipulation, and ownership risks before you trade.
AI-powered trading via natural language. Returns unsigned transactions — full custody, works with any wallet.
Get OpenClaw, install skills, start scanning and trading.
More install options at openclaw.ai
Pay for API requests with USDC on any of these networks. Base recommended for lowest fees.
import { x402Fetch } from '@x402/fetch'; // Scan a token — $0.03 const res = await x402Fetch('https://x402.quickintel.io/v1/scan/full', { method: 'POST', body: JSON.stringify({ chain: 'base', tokenAddress: '0x...' }), wallet }); const scan = await res.json(); if (scan.tokenDynamicDetails.is_Honeypot) { console.log('⚠️ HONEYPOT!'); }
// Get unsigned TX from Tator — $0.20 const res = await x402Fetch('https://x402.quickintel.io/v1/tator/prompt', { method: 'POST', body: JSON.stringify({ prompt: 'Buy 0.1 ETH of PEPE on Base', walletAddress: wallet.address, provider: 'my-agent' }), wallet }); const result = await res.json(); // Sign with YOUR wallet — full custody for (const tx of result.transactions) { const hash = await signer.sendTransaction(tx); console.log('✅ TX:', hash); }
HTTP-native micropayments. No accounts, no API keys — just USDC.