# getpeon > Token Safety Scanner for Tempo Blockchain ## API ### POST /api/scan Scan a TIP-20 token for safety risks. Costs $0.06 pathUSD via MPP. Request body: {"address": "0x..."} Response includes: token info, risk score (0-100), liquidity pool data, holder analysis, admin capabilities. Risk verdicts: LOW_RISK (0-25), MEDIUM (26-50), HIGH (51-75), LIKELY_SCAM (76-100) ### GET /api/status Health check endpoint. Free. ## Chain Tempo blockchain (EVM-compatible) RPC: https://rpc.mainnet.tempo.xyz Explorer: https://explore.tempo.xyz ## Token $PEON - 0x20c000000000000000000000a70a65dcd29f45be 1B supply, TIP-20 on Tempo ## Payment Uses MPP (Micropayment Protocol) for per-call payments. $0.06 pathUSD per scan.