One call that bundles the checks needed before trusting an unfamiliar ERC-20 token: scans deployed bytecode for dangerous function selectors (mint/pause/blacklist), reads on-chain owner() to check if ownership was renounced, and cross-references DexScreener for liquidity depth and pair age — returning a single risk score with flags. Matches: rug pull check, token safety score, is this token safe, contract risk scan, honeypot pre-check, ownership renounced check, liquidity risk.
Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.
Paste into your agentic chat and let your agent guide you.
Make a Call
Example request
npx awal x402 pay "https://statepulse-api.hahavoid0.workers.dev/agent/preflight" \
--method POST \
--data '{
"chain": "{chain}",
"data": "{data}",
"to": "{to}",
"wallet": "{wallet}"
}'
What you get back
{
"endpoint": "POST /agent/preflight",
"paid": true,
"query": "example input",
"result": {
"value": "Structured response from the service."
}
}