, so every page shipped two description tags and crawlers read this generic one instead of the page's own. Each route sets its own. --> %sveltekit.head%
+ crypto-risk-intelligence

> Crypto risk intelligence

// Returns risk assessment and threat intelligence for tokens, protocols, or wallets

cryptorisksecurityintelligence

Returns risk assessment and threat intelligence for tokens, protocols, or wallets. Agents can request it by capability ID crypto.risk_intelligence, or by plain intent — EntRoute resolves phrases like “risk intelligence”, “crypto risk” and “threat intel” to this capability.

EntRoute currently lists 10+ endpoints from 7 providers for crypto.risk_intelligence, priced from $0.001 to $0.005 per call, settled in USDC on Base. The quickest responds in about 9ms at the 95th percentile. Every endpoint below is re-probed every 10 minutes for a valid 402 payment challenge; the ordering blends measured success rate, latency and price rather than provider claims.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"risk intelligence" "crypto risk" "threat intel" "security analysis"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "crypto.risk_intelligence"}'
// endpoints.json
10 results
https://x402-endpoint-risk-corpus.mtree.workers.dev/v1/x402/risk_report
success: 100%
latency: 17ms
https://x402-endpoint-risk-corpus.mtree.workers.dev/v1/x402/attack_surface_check
success: 100%
latency: 27ms
#3 Mpp listed
$0.0030
https://mpp.hyreagent.fun/cdp/traders/wallet-positions
success: 100%
latency: 13ms
#4 Think listed
$0.0030
https://think.agentutil.net/v1/expand
success: 100%
latency: 18ms
https://x402-endpoint-risk-corpus.mtree.workers.dev/v1/x402/top_risks
success: 100%
latency: 56ms
#6 Mpp listed
$0.0040
https://mpp.hyreagent.fun/cdp/trenches/token-snipers
success: 100%
latency: 12ms
$0.0022
https://api.x402node.dev/password/entropy
success: 100%
latency: 41ms
https://netintel-production-440c.up.railway.app/asn-lookup/analyze
success: 100%
latency: 67ms
#9 Httpay listed
$0.0050
https://httpay.xyz/api/approval-risk-auditor
success: 100%
latency: 9ms
$0.0010
https://safe-action.agentutil.net/v1/skill
success: 100%
latency: 88ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about Crypto risk intelligence

How much does a crypto risk intelligence API call cost?

Endpoints listed for crypto.risk_intelligence on EntRoute are priced from $0.001 to $0.005 per call. Payment is per request — there is no subscription, account or API key. Prices shown are read from each endpoint's live 402 response, not from a provider-supplied catalogue.

How do AI agents pay for crypto risk intelligence endpoints?

Via the x402 protocol. The agent calls the endpoint, receives an HTTP 402 Payment Required response describing the price and recipient, signs a stablecoin payment (USDC on Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.

How many providers offer crypto risk intelligence?

10+ endpoints are currently listed for crypto.risk_intelligence across 7 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these crypto risk intelligence endpoints verified?

Each one is probed every 10 minutes to confirm it still returns a well-formed 402 challenge on a payable network. Endpoints whose 7-day success rate drops below 50% are moved out of the ranked list into fallbacks with an explicit exclusion reason, so an agent can decide whether to retry them.