live · base rug radar Base Rug
Radar.
A live feed of fresh Base launches that true402 flagged dangerous — honeypots,
no-liquidity traps, owner kill-switches — each checked on-chain the moment it launched. Free, and
machine-readable at /api/v1/radar.
§ live feed Flagged in the last while.
Auto-checked on-chain. Informational, not financial advice — absence from this list is not a safety endorsement.
§ how it works Every launch, checked on-chain.
true402 watches new Base DEX pairs (Uniswap V3 + Aerodrome) as they're created and runs a full safety check on each: a gas-free buy/sell honeypot simulation (can it actually be sold?), liquidity depth, and contract structure — mint functions, active ownership, blacklist/trading-toggle kill switches, upgradeable proxies. The dangerous ones surface here.
§ check your own Vet any token, on demand.
§ questions Answered for machines.
What is the Base rug radar?
A live feed of newly-launched Base tokens that true402 has flagged dangerous — honeypots, no-liquidity traps, and structurally risky contracts. true402 watches new Base DEX pairs as they launch and runs an on-chain safety check on each: a buy/sell honeypot simulation, liquidity depth, and contract structure (mint, ownership, upgradeable proxy). The ones that fail show up here. It is free, machine-readable at /api/v1/radar, and informational — not financial advice.
How does true402 detect a rug or honeypot?
On-chain, before you trade. It simulates a buy then a sell of the token in a single gas-free eth_call to prove the token can actually be sold (catching honeypots a chart can't), checks WETH/USDC liquidity depth, and inspects the contract for mint functions, active ownership, and blacklist/trading-toggle kill switches. A token that can't be sold, has no liquidity, or hands the owner a kill switch is flagged.
Is the radar free?
Yes — viewing the radar and the /api/v1/radar feed is free. If you want to check a specific token yourself (including ones not on the radar), true402's token-report and token-safety endpoints do a full check pay-per-call over x402 (~$0.005–0.01 in USDC, no account or API key).
How do I check a token that isn't on the radar?
Call true402's token check on any Base token: POST the address to /api/v1/base/token-report for a composite avoid/caution/ok verdict, or /api/v1/token-safety for the raw safety score. Both return an on-chain honeypot simulation + liquidity + structural analysis. See the rug-check guide for a one-line integration into a trading agent.