x402basequality 0.45

Tron token security intelligence via x402 micropayment on Base or Tron

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint from Erudite Intelligence LLC provides security intelligence for tokens on the Tron blockchain. You send a POST request with a token address (or symbol) and receive a security assessment in JSON. The endpoint is gated by the x402 protocol (version 2), meaning callers must attach a valid crypto payment to each request.

Two payment rails are accepted: USDC on Base (eip155:8453) at 0.05 USDC per call, or USDT on Tron (tron:728126428) at 0.05 USDT per call. The x402 facilitator is Coinbase CDP for the Base rail, while the Tron rail is handled directly by the provider. Settlement is routed to Erudite Intelligence LLC with a maximum timeout of 300 seconds.

The provider, EruditePay, operates an x402 payment bridge registered as a FinCEN MSB (BSA ID 31000324258137) and describes itself as non-custodial. Documentation beyond the landing page is sparse — the /docs path returns a 404, and the output schema example is a generic `{"success": true, "data": {}}` stub, so the exact fields returned in the security report are unknown. The endpoint is live and returns a well-formed 402 challenge on POST.

Capabilities

tron-token-securitytoken-risk-analysisx402-paymentusdc-baseusdt-tronblockchain-intelligencepost-json-api

Use cases

  • Automated security screening of Tron tokens before trading or listing
  • Agent-driven due diligence on TRC-20 tokens in DeFi workflows
  • Portfolio risk monitoring for Tron-based assets
  • Integrating token safety checks into wallet or exchange onboarding flows

Fit

Best for

  • AI agents that need on-demand Tron token risk data with crypto micropayments
  • DeFi protocols screening tokens before adding liquidity pools
  • Wallet apps warning users about risky Tron tokens

Not for

  • Security analysis of tokens on non-Tron chains (endpoint is Tron-specific)
  • Users who cannot pay with USDC on Base or USDT on Tron
  • Detailed smart-contract source-code auditing

Quick start

curl -X POST https://bridge.eruditepay.com/api/tron/token-security \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"}'

Example

Request

{
  "token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live and returns a valid x402 v2 challenge with clear pricing and a basic input schema. However, the output schema is a stub with an empty data object, no documentation is available (/docs returns 404), and the exact security fields returned are unknown. This limits usefulness for agents that need to understand the response structure before calling.

Warnings

  • Output schema is a stub — the example response is {"success": true, "data": {}} with no field definitions
  • Provider documentation at /docs returns 404; no external docs were reachable
  • Exact security metrics or risk fields returned by the endpoint are unknown
  • The Tron network identifier 'tron:728126428' is non-standard CAIP-2; verify wallet compatibility

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:07:15Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access