Copied to clipboard
Tator
Powered by x402 Protocol

Scan. Trade. Build.

Token security on 63 chains. AI trading on 24 chains.
Pay per request with USDC — no API keys, no subscriptions.

🔍 Honeypot Detection 🛡️ Scam Analysis 💱 Swaps 🌉 Bridges 📈 Perps 🎯 Predictions 🌾 Yield
63+
Chains Scanned
$0.03
Per Scan
24
Trading Chains
$0.20
Per Trade

Two APIs. One Gateway.

Install via ClawHub or point any agent at the raw skill files.

🔍
$0.03

Quick Intel Scanner

Smart contract security analysis. Detect honeypots, scam patterns, tax manipulation, and ownership risks before you trade.

63 chains Honeypot Tax analysis Scams LP locks
POST /v1/scan/full
Skill raw.githubusercontent.com/.../quickintel-scan/SKILL.md Copy
Tator
$0.20

Tator Trading

AI-powered trading via natural language. Returns unsigned transactions — full custody, works with any wallet.

24 chains Swaps Bridges Perps Yield Predictions
POST /v1/tator/prompt
Skill raw.githubusercontent.com/.../tator-trade/SKILL.md Copy

Install in 60 Seconds

Get OpenClaw, install skills, start scanning and trading.

Terminal npm
# Install OpenClaw npm i -g openclaw # Meet your lobster openclaw onboard # Install Quick Intel & Tator skills npx clawhub install quickintel-scan npx clawhub install tator-trader # Start chatting openclaw chat
Terminal bash
# For those who read source code for fun curl -fsSL https://openclaw.ai/install.sh | bash -s -- --install-method git
PowerShell Windows
# Works everywhere. Installs everything. 🦞 iwr -useb https://openclaw.ai/install.ps1 | iex

More install options at openclaw.ai

Not using OpenClaw? Read the skill files directly.
Point any AI agent at these URLs — full API surface, schemas, and payment flow included.
🔍 raw.githubusercontent.com/Quick-Intel/openclaw-skills/main/quickintel-scan/SKILL.md Copy
🤖 raw.githubusercontent.com/Quick-Intel/openclaw-skills/main/tator-trade/SKILL.md Copy

API Reference

GET
/accepted
Discovery — pricing, networks, schemas
FREE
GET
/health
Health check — gateway and backend status
FREE
POST
/v1/scan/full
Token security scan — honeypots, scams, taxes
$0.03
POST
/v1/tator/prompt
AI trading — natural language to unsigned TX
$0.20
GET
/v1/tator/jobs/:jobId
Poll async job status
FREE

Pay for API requests with USDC on any of these networks. Base recommended for lowest fees.

Base
Base EVM
Ethereum
Ethereum EVM
Arbitrum
Arbitrum EVM
Optimism
Optimism EVM
Polygon
Polygon EVM
Avalanche
Avalanche EVM
Unichain
Unichain EVM
Linea
Linea EVM
Sonic
Sonic EVM
HyperEVM
HyperEVM EVM
Ink
Ink EVM
Monad
Monad EVM
Abstract
Abstract EVM
MegaETH
MegaETH EVM
Solana
Solana SVM
Token Security Scan JavaScript
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!');
}
AI Trading → Sign & Broadcast JavaScript
// 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);
}

How It Works

HTTP-native micropayments. No accounts, no API keys — just USDC.

1
Request
POST to API with payload
402
Payment Required
Server returns payment info
3
Sign & Pay
Sign USDC authorization
Response
Gateway settles, returns data

Registered Agents

Onchain identity and verifiable reputation across networks.