Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man token-risk-score

/token-risk-score

agentutility / edge-market / token-risk-score
PRICE / CALL
$0.10
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarket
CATEGORY
uncategorized
STATUS
live
NAME
token-risk-score composite 0-100 security score for any evm token, built from three independent signals pulled in parallel
SYNOPSIS
POST https://x402.agentutility.ai/token-risk-score
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Composite 0-100 security score for any EVM token, built from three independent signals pulled in parallel. Sources: honeypot.is (sell simulation + buy/sell tax), GoPlus Security (holder concentration, LP holders + lock, ownership flags, mintable/proxy/hidden-owner detection), and Etherscan v2 contract creation block (for age). Rolls them into a 0-100 score (higher = safer) with subscores (honeypot, taxes, holder_concentration, liquidity, contract_age, ownership) and a verdict (safe / caution / high_risk). Each backend failure degrades just that subscore and adds a warning; the rest still computes. Use it as a token risk score, EVM token security audit, rug-pull score, or token safety check for Base, Ethereum, and BSC token vetting.

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
tokenstringEVM token contract address that was scored.
chainstringChain the token lives on (ethereum, base, bsc, etc.).
scorestringComposite 0-100 safety score where higher is safer.
verdictstringOverall classification: safe, caution, or high_risk.
subscoresstringPer-signal breakdown for honeypot, taxes, holder_concentration, liquidity, contract_age, and ownership.
warningsstringList of flags raised by any backend, including degraded-subscore notices when a source failed.
data_sourcesstringWhich backends contributed: honeypot.is, GoPlus Security, and Etherscan v2.
sourcestringIdentifier for this endpoint (token-risk-score).
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/token-risk-score \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the token-risk-score tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
edge-markettoken-riskrug-pullhoneypot-detectioncontract-auditholder-concentrationtoken-safetygoplus
methods
POST
cluster
edgemarket
price
$0.10 USDC per call
ADJACENTother endpoints in edgemarket
endpointdescriptionprice
token-riskComposite token risk score: 0-100 built from honeypot.is, GoPlus Security, and Etherscan contract age.$0.10
token-securityChecks token security by scoring an EVM token with honeypot simulation, GoPlus holder and ownership signals, and Etherscan contract age.$0.10
honeypot-checkHoneypot.is buy/sell simulation for any Base or Ethereum ERC-20.$0.05
token-honeypotDetects whether an ERC-20 token is a honeypot by simulating a buy + sell via honeypot.is.$0.05
token-honeypot-apiChecks whether a token is a honeypot, testing sellability, buy tax, sell tax, proxy risk, owner risk, and token-trading warnings.$0.05
token-honeypot-checkChecks whether an ERC-20 token is a honeypot by simulating buy and sell behavior through honeypot.is.$0.05
wallet-pnlComputes wallet token P&L with FIFO cost basis for any (wallet, ERC-20, chain) triple.$0.05
crypto-tx-explainerEthereum/Base/Arbitrum/Optimism/Polygon transaction explainer.$0.04
SEE ALSO
agentutility · edgemarket · x402 · mcp · llms.txt · registry.json · bazaar.x402.org