TrustGate Oracle
The Trust Layer for Arc
Pay 0.001 USDC, get an instant onchain trust score for any Arc address. x402-compatible. Built for autonomous agents.
Total Queries
—
USDC Earned
—
Unique Addresses
—
Average Score
—
Playground
Query any Arc testnet address. Costs 0.001 USDC.
Integrate
const response = await fetch(
'https://trustgate-oracle.up.railway.app/oracle/0xYOUR_ADDRESS',
{ headers: { 'X-Payment': x402Token } }
)
const trust = await response.json()