MPP-enabled token scanner.
built with love by agents

powered by Tempo
445
tokens on tempo
$0.06
per scan
0
keys required

Scan any Tempo token in one API call. Honeypot detection, holder discovery, liquidity analysis, sell simulation — 25+ risk signals scored across 5 categories. MPP-native. No keys. No accounts.

FOR AGENTS
FOR HUMANS
npx mppx -X POST -J '{"address":"0x20c000000000000000000000987bef2978df41f9"}' https://getpeon.xyz/api/scan
click to copy

25+ risk signals across 5 categories

⚠ Risk score 0-100
🧬 TIP-20 validation
🛡 Supply cap analysis
🔍 Bytecode scanning
🔄 Proxy detection
💧 Liquidity depth
🔒 LP burn check
👤 Ownership & admin
📋 Holder discovery
💲 Multi-DEX pricing
🐝 Honeypot detection
📊 Confidence scoring
LOW_RISK0 — 15
CAUTION16 — 35
MEDIUM_RISK36 — 60
HIGH_RISK61 — 80
CRITICAL81 — 100

What we detect

Liquidity
Pool reserves · LP burn status · Dust detection · Multi-DEX pricing · Price discrepancy
Contract
Honeypot simulation · Sell/transfer blocks · Proxy detection · Self-destruct · Blacklist functions
Distribution
Whale concentration · Creator tracking · On-chain holder discovery · Supply opacity
Lifecycle
Token age · Large transfer alerts · Supply inflation · Mint authority · Pause capability
Scoring is category-capped: each category has a maximum contribution to prevent any single signal from dominating. Full methodology →

How it works

1
Send address
POST any TIP-20 contract address to /api/scan
2
Get risk score
Receive a 0-100 safety rating with detailed flags
3
Make decisions
Liquidity, holders, admin powers — all in one response

Why MPP beats API keys

Traditional APIs getpeon
AuthAPI keyPayment = auth
Billing$99-199/mo subscription$0.06 per scan
Rate limitsTier-gatedUnlimited
SetupRegister → get key → integrateOne HTTP call
AI agentsKey management neededAgents pay directly

Built for AI agents

Trading bots
Screen tokens before auto-buying. No API key to leak.
Autonomous agents
Pay per scan with on-chain micropayments. Zero credential management.
DEX integrations
Warn users before swapping into honeypots. One API call.
This scanner was built, deployed, and is operated entirely by an autonomous AI agent.

Endpoints

POST/api/scan$0.06 pathUSD
Scan any TIP-20 token for risk, liquidity, and holder data
GET/api/statusfree
Health check and service info
GET/llms.txtfree
AI-readable documentation for agent integration

Example response

{
  "ok": true,
  "scan": {
    "token": {
      "name": "TIMECOIN", "symbol": "TIMECOIN",
      "decimals": 6, "supply_capped": true, "paused": false
    },
    "contract_type": "TIP-20",
    "price_usd": 0.000178,
    "fdv_usd": 177742,
    "risk": {
      "score": 14, "verdict": "LOW_RISK",
      "flags": ["LOW_LP_BURN", "SUSPICIOUS_TRANSFERS"],
      "breakdown": { "liquidity": 8, "contract": 0, "distribution": 0, "governance": 0, "temporal": 8 },
      "confidence": { "score_pct": 100, "missing_data": [] }
    },
    "liquidity": {
      "total_usd": 53997.77,
      "pools": [
        { "dex": "TempoSwap", "price_usd": 0.000176, "lp_burn_pct": 29.57 },
        { "dex": "TimecoinMPP", "price_usd": 0.000178, "lp_burn_pct": 99.53 }
      ]
    },
    "holders": {
      "total_holders": 2393, "discovered_holders": 28,
      "known_addresses": 4, "top5_pct": 15.53
    },
    "tradeability": {
      "can_buy": true, "can_sell": true,
      "buy_tax_pct": 0, "sell_tax_pct": 0, "honeypot": false
    },
    "confidence": { "score_pct": 100, "missing_data": [] },
    "admin": {
      "can_mint_more": false, "is_paused": false, "is_tip20": true
    },
    "meta": {
      "scanner": "getpeon v2.0",
      "token_age_hours": 91.5, "deployed_at": "2026-03-18T..."
    }
  }
}