, 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%
+ social-trust-analysis

> Social Trust Analysis

// Social media reputation and sentiment analysis

securitysocialtrust

Social media reputation and sentiment analysis. Agents can request it by capability ID security.social_trust, or by plain intent — EntRoute resolves phrases like “social trust”, “reputation” and “sentiment” to this capability.

EntRoute currently lists 2 endpoints from 2 providers for security.social_trust, priced at $0.01 per call, settled in USDC on Base. The quickest responds in about 51ms 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.

"social trust" "reputation" "sentiment"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "security.social_trust"}'
// endpoints.json
2 results
$0.0100
https://x402-secure-api.t54.ai/x402/tools/get_social_trust
success: 100%
latency: 51ms
$0.0100
https://proxy.x402scan.com/x402/tools/get_social_trust
success: 25%
latency: 120ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about Social Trust Analysis

How much does a social trust analysis API call cost?

Endpoints listed for security.social_trust on EntRoute are priced at $0.01 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 social trust analysis 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 social trust analysis?

2 endpoints are currently listed for security.social_trust across 2 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these social trust analysis 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.