Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man token-risk

/token-risk(1)

agentutility / edge-market / token-risk
PRICE / CALL
$0.10
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarket
CATEGORY
uncategorized
STATUS
live
NAME
token-risk token risk score / token security audit / rug-pull score / token safety check
synonym alias of token-risk-score — reuses the canonical handler.
SYNOPSIS
POST https://x402.org/v1/token-risk
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Token risk score / token security audit / rug-pull score / token safety check. Composite 0-100 score from honeypot.is + GoPlus Security + Etherscan contract age. Subscores: honeypot, taxes, holder concentration, liquidity, contract age, ownership. Verdict: safe / caution / high_risk.

INPUTrequest schema
propertytypedescriptionreq?
token_addressstring0x-prefixed 20-byte EVM token contract address.required
chainstringEVM chain. Default 'base'.
enum: base · ethereum · bsc
optional
OUTPUTresponse shape
fieldtypedescription
tokenstringToken contract address that was scored.
chainstringChain the token lives on (e.g. ethereum, base, bsc).
scorestringComposite risk score from 0 (safe) to 100 (high risk).
verdictstringBucketed verdict: safe, caution, or high_risk based on the composite score.
subscoresstringPer-dimension scores for honeypot, taxes, holder concentration, liquidity, contract age, and ownership.
warningsstringList of specific risk flags triggered (e.g. honeypot detected, high sell tax, concentrated holders).
data_sourcesstringUpstream sources consulted: honeypot.is, GoPlus Security, and Etherscan contract age.
sourcestringOrigin label for the response (e.g. token-risk worker identifier or cache tag).
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/token-risk \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the token-risk tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
edge-markettoken-riskrug-pullhoneypot-detectorcontract-auditholder-concentrationtoken-safety
methods
POST
cluster
edgemarket
price
$0.10 USDC per call
ADJACENTother endpoints in edgemarket
endpointdescriptionprice
token-risk-scoreComposite EVM token risk score / token security audit / rug-pull score / token safety check / honeypot + tax + holder concentration / GoP…$0.10
honeypot-checkHoneypot.is buy/sell simulation for any Base or Ethereum ERC-20.$0.05
token-honeypotEVM token honeypot detection / can-i-sell check / rug-pull scanner / sell-tax simulator / buy-tax simulator / scam token detector / Base…$0.05
wallet-pnlWallet token P&L / FIFO cost basis / realized + unrealized profit / EVM portfolio analytics.$0.05
crypto-tx-explainerEthereum/Base/Arbitrum/Optimism/Polygon transaction explainer.$0.04
bridge-ratesCross-chain bridge rate aggregator.$0.03
dao-proposal-monitorSnapshot.org DAO proposal monitor.$0.03
ens-resolveENS resolver / Ethereum Name Service lookup.$0.03
SEE ALSO
agentutility(7) · edgemarket(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org