Rug-check any Base token before trading, from inside OpenClaw: a real buy/sell honeypot simulation (proves the token is sellable, not just a static scan) plus liquidity and ownership checks, returning one AVOID / CAUTION / OK verdict.
Powered by true402.dev — pay-per-call over x402, no accounts, no API keys. The first few checks each day are free, no wallet needed.
openclaw skills install true402-token-safetyor copy this directory to ~/.openclaw/workspace/skills/true402-token-safety/.
Ask your agent things like:
"Is 0x532f…42E4 safe to buy?" "Rug-check this token before you snipe it."
The agent runs npx -y @true402.dev/rugcheck 0x… and gates on the verdict (non-zero exit on AVOID).
Set PAYER_PRIVATE_KEY to a Base wallet holding a little USDC to pay ~$0.005–0.01 per check over x402 (gas sponsored). Without it, the free daily trial applies.
- Live in-browser check: https://true402.dev/check
- API reference: https://true402.dev/docs/api
- OpenAPI: https://true402.dev/openapi.json
- MCP server (all stalls as agent tools):
npx @true402.dev/mcp-server
MIT-0 (per ClawHub policy).