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 paid from your wallet to the TrustGate contract.

The playground sends a real USDC transfer on Arc Testnet. Make sure your wallet is on chain id 5042002 and has at least 0.001 USDC plus gas.

Integrate

const response = await fetch(
  'https://oracle.trustgated.xyz/oracle/0xYOUR_ADDRESS',
  { headers: { 'X-Payment': x402Token } }
)
const trust = await response.json()