TokenGuard WalletGuard

Know who you're
dealing with

Full wallet intelligence on any EVM address. Bot score, rug participation history, whale classification, mixer detection — returned in under 2 seconds.

Try free demo How it works
Any EVM address $0.10 / check <2s avg
WalletGuard
Solana Base Arbitrum Ethereum x402
Live Demo

Try WalletGuard free — right now

Paste any EVM wallet address. Get a full intelligence profile in under 2 seconds. No API key, no account.

EVM Wallet
Try: · ·
Signals

What WalletGuard checks

smart_toy

Bot Score

0–100 score derived from transaction timing patterns, gas usage, and MEV behaviour. High bot scores indicate automated trading — useful for detecting wash trading and front-running wallets.

0–30 CLEAN 31–70 SUSPECT 71–100 BOT
history

Rug History

Counts prior involvement in rug pulls and exit scams across EVM chains. A wallet that has participated in multiple rugs is a reliable predictor of future bad behaviour — avoid trading tokens they deploy or promote.

0 NONE 1–3 CAUTION 4+ HIGH RISK
category

Wallet Classification

Classifies the wallet type based on balance history, transaction patterns, and known address lists. Whales, bots, retail traders, mixers, and exchange hot wallets are all identified automatically.

RETAIL WHALE BOT MIXER
How it works

Address to verdict in under 2s

01

Pass any EVM address

Send any wallet address — deployer, trader, counterparty, or team wallet. WalletGuard works on Base, Ethereum, Arbitrum, and any EVM-compatible chain.

02

WalletGuard profiles the wallet

Transaction history, timing patterns, known address lists, and cross-chain rug participation are analysed. Result in under 2 seconds.

03

Know before you trade

CLEAN → proceed. SUSPICIOUS → investigate. FLAGGED → avoid. Gate token launches by deployer wallet, screen counterparties, or protect your community — your logic, our data.

Integration

5-line integration

Works with any x402-compatible wallet. No API key, no account, no monthly commitment.

Works with
CDP
Coinbase AgentKit Active
MCP
Smithery MCP Active
ACP
Virtuals ACP Active
402
x402 Protocol Active
x402 — automatic payment
JavaScript
import { wrapFetchWithPayment } from
  '@coinbase/x402-fetch';

const fetch = wrapFetchWithPayment(
  globalThis.fetch, wallet
);

const res = await fetch(
  'https://tokenguard.net/wallet',
  { method: 'POST',
    body: JSON.stringify({
      address: walletAddress
    }) }
);

const { verdict, botScore } =
  await res.json();
// "CLEAN" | "SUSPICIOUS" | "FLAGGED"
// $0.10 USDC deducted automatically
REST API — any language
cURL
curl -X POST \
  https://tokenguard.net/wallet \
  -H "Content-Type: application/json" \
  -d '{
    "address": "0xd8dA6B...96045"
  }'

# Response
{
  "verdict":         "CLEAN",
  "botScore":        0,
  "classification":  "WHALE",
  "rugHistory":      0,
  "riskScore":       20,
  "riskFlags": []
}

No SDK required · Works with Python, Go, Rust, or any HTTP client · $0.10 per check

Pricing

Pay per check

No monthly fee. No API key. Start with a single check.

WalletGuard

$0.10 / check

Per wallet profiled · All EVM chains · <2s avg

  • check_circle Bot score 0–100
  • check_circle Rug participation history
  • check_circle Wallet classification (WHALE / BOT / RETAIL)
  • check_circle No API key · no account · x402 native
Try free demo

Payment handled automatically via x402 protocol · USDC on Base · No API key · No account required