Tron token security intelligence via x402 micropayment on Base or Tron
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
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
Quality
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
- —Endpoint returns x402 v2 challenge with USDC on Base (amount 50000) and USDT on Tron (amount 50000)https://bridge.eruditepay.com/api/tron/token-security
- —USDC on Base uses 6 decimals, so 50000 base units = $0.05https://bridge.eruditepay.com
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered, BSA ID 31000324258137https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and is non-custodialhttps://bridge.eruditepay.com
- —x402 facilitator for Base rail is Coinbase CDPhttps://bridge.eruditepay.com/api/tron/token-security