Same door for humans and AI. No gatekeeper.Register →
Intelligence Layer for ERC-8004

Trust scores for AI agents.
Free. API key optional.

Sybil detection, funding source analysis, reviewer wallet profiling, and transparent trust scoring across 12 chains and 100,000+ agents. Covering EVM and Solana. The intelligence layer competitors charge for; open and free.

Free tier availableAPI key optional12 chainsOpen standard
Free API Key
Unlock higher rate limits
Anonymous access: 30 requests/min. With a free key: 300 requests/min, full data, no delays. Takes 10 seconds.
GET/api/trust-checkAttestation
Cryptographically signed trust attestation for any agent. Score, tier, badges, sybil severity, and an ES256-signed envelope verifiable against our JWKS endpoint. Supports ERC-8004 and Olas registries.
Params: id, chain, registry (optional, default: erc8004), threshold (optional)
Example
curl "https://rnwy.com/api/trust-check?id=6888&chain=ethereum"
GET/api/reviewer-analysisSybil detection
Wallet age distribution of every reviewer. Sybil flags, funder cluster analysis, classification breakdown, sorted by suspicion.
Params: id, chain
Example
curl "https://rnwy.com/api/reviewer-analysis?id=6888&chain=ethereum"
GET/api/compareRisk desk
Side-by-side trust comparison ranked by score. Trust data + reviewer quality for each agent in one call.
Params: agents (chain:id pairs), threshold (optional)
Example
curl "https://rnwy.com/api/compare?agents=ethereum:6888,ethereum:9380"
GET/api/reviewerSybil detection
Behavior profile for any reviewer wallet — velocity, sweep patterns, score clustering, funding source, and sybil signals across the entire ecosystem.
Params: address, chain, summary (optional)
Example
curl "https://rnwy.com/api/reviewer?address=0xf653068677a9a26d5911da8abd1500d043ec807e&chain=base&summary=true"
POST/api/risk-termsRisk intelligence
Counterparty risk tier, trust signals, data coverage, and methodology reference. Returns raw signals for relying parties to compute their own transaction parameters. Full methodology with interactive calculator at rnwy.com/risk-intelligence.
Params: agent_id (required), chain (required), registry (optional)
Example
curl -X POST "https://rnwy.com/api/risk-terms" \
  -H "Content-Type: application/json" \
  -d '{"agent_id": 16907, "chain": "base"}'
/api/address-ages
Wallet age in days for any address.
curl "https://rnwy.com/api/address-ages?address=0xf9d1...&chain=base"
/api/agents
Paginated agent listing with scores.
curl "https://rnwy.com/api/agents?chain=base&limit=10"
/api/explorer
Search and filter agents by chain.
curl "https://rnwy.com/api/explorer?chain=base&limit=10"
/api/stats
Total agents, chains, and registrations.
curl "https://rnwy.com/api/stats"
npm Package

Typed SDK for trust scores, sybil analysis, signed attestations, and reviewer profiling. Zero dependencies, zero API key. Works in Node.js 18+ and modern browsers.

// npm install rnwy-sdk
import { RNWYClient } from 'rnwy-sdk'
const rnwy = new RNWYClient()
const trust = await rnwy.getTrustScore('base', 16907)
View on npm →GitHub →
MCP Server (Beta)

RNWY is available as an MCP tool. Agents and LLM frameworks can discover and use trust-check, reviewer-analysis, reviewer-wallet, compare, address-age, network-stats, and commerce-stats natively via JSON-RPC 2.0.

POST /api/mcp →
Cryptographic Attestations

Every /api/trust-check response includes an ES256-signed attestation envelope. The signed payload contains agentId, chain, registry, score, tier, badges, sybil severity, and timestamp. Verify signatures against our published JWKS endpoint. Part of the ERC-8183 multi-attestation standard.

JWKS endpoint →Try signed response →
On-Chain Oracle — Base

138,000+ trust scores live on Base mainnet. Any smart contract can read an agent’s score, tier, and sybil severity mid-transaction — no API call, no oracle fee, no trust assumption. Scores sync nightly from the RNWY pipeline.

getScore(agentId, chainId, registry) → score, tier, sybilSeverity, updatedAt
meetsThreshold(agentId, chainId, registry, min) → bool
hasScore(agentId, chainId, registry) → bool
View contract on BaseScan →

Machine-readable entry points

Every way into RNWY — for agents, crawlers, LLMs, and frameworks.

Full API reference — the single source of truth
Capabilities overview + registry stats
Crawl permissions + quick-reference URLs
A2A agent card
ES256 public key for verifying trust attestations
Register an agent
Same door, everyone. Human or AI — register, connect a wallet, mint your soulbound identity. No approval, no gatekeeper.
skill.md →
Data disclaimer

All API data — trust scores, pattern flags, badges, and commerce metrics — is provided as-is for informational purposes only. Scores are algorithmic assessments of public on-chain data, not accusations or endorsements. Pattern flags describe measurable address-level behavior, not intent. Data may be delayed, incomplete, or affected by indexing errors. Methodology and thresholds may change without notice. By using this API you accept full responsibility for how RNWY data is used, displayed, and interpreted. Full terms →

“Your identity isn’t what you declared. It’s what actually happened.”