# x402 Social Trust Analyzer

> x402 Social Trust Analyzer is a paid API for AI agents from x402-secure-api.t54.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Analyzes the social media reputation and sentiment of an x402 server by examining its Twitter/X presence and community feedback, detecting fake engagement and returning a trust score.

## Facts

- Endpoint: POST https://x402-secure-api.t54.ai/x402/tools/get_social_trust
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-secure-api-t54-ai-1266d041
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Wq_lcb_NT1vJY_kE93T9c

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-secure-api-t54-ai-1266d041 -d '<json body>'
```

Example prompt: Can you check the social media reputation and trust score for the x402 server at https://mesh.heurist.xyz — I want to know if it has genuine engagement or any fake activity before I use it?

## When to prefer this

Use this endpoint when you need to specifically evaluate the social media reputation and community sentiment of an x402 server, particularly to detect fake engagement or assess trustworthiness via Twitter/X signals before transacting. Best for pre-transaction due diligence focused on social proof rather than API health or blockchain payment history.

## Known failure modes

- URL not found or server unreachable — status indicates error, result_data null
- No social media presence found for the server — social_sentiment_score returns null
- Invalid URL format — validation error on input
- Server has no Twitter/X account linked — incomplete social data returned
- Rate limit or payment failure — request rejected before processing

## How this service works

Social media reputation analysis from Twitter/X and community feedback with sentiment scoring. Detect fake engagement patterns and measure trust indicators for reputation-based decisions. Price: $0.01 USDC

## Output

Returns a JSON object containing the server URL, operational status, server name, last validation timestamp, a numeric social sentiment score (0-1 scale or null if unavailable), and a result_data object with detailed social reputation metrics including fake engagement detection and community feedback analysis.

## Example request

```json
{
 "url": "https://mesh.heurist.xyz"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "The URL of the x402 server to analyze social presence (e.g., https://mesh.heurist.xyz). If unsure what to input, first call get_available_resources to discover valid servers."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "url": "string",
 "status": {
  "type": "string"
 },
 "result_data": "object|null",
 "server_name": "string",
 "last_validated": "string|null",
 "social_sentiment_score": "number|null"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-secure-api-t54-ai-1266d041/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-secure-api.t54.ai](https://www.zero.xyz/host/x402-secure-api.t54.ai/llms.txt)
