The reference Reputation Registry for ERC-8004 Trustless Agents — analyzing CoT traces, tool calls, and goal drift to predict blow-ups before wallet tx. Not credit scores — forensic autopsies. EAS-attested on Base.
While others check wallet history (reactive), we analyze reasoning patterns (predictive)
Detect exploit patterns in chain-of-thought reasoning before execution
Flag when objectives shift from "safe swap" to "max extract"
Identify looping denial, gas griefing, infinite retry patterns
Test if agent succumbs to prompt injection attacks
Detect unauthorized prompt/config changes by the agent itself
Catch unlimited approvals, no stop-loss, high leverage plans
// Analyze agentic internals POST https://alligo-production.up.railway.app/api/forensics/agentic // Body: { agent_handle, direct_agentic_data: { cot_trace, tool_calls, ... } } // Response { "overall_risk_score": 42, "grade": "D", "behavioral_archetypes": [ { "name": "Goal_Drift_Hijack", "probability": 72, "severity": "critical" }, { "name": "Reckless_Planning", "probability": 58, "severity": "high" } ], "recurrence_forecast": { "risk_level": "critical", "probability": 73 }, "badge_suggestion": "AlliGo Forensics: D – Goal Drift Detected" }
Agents flagged before the incident. Every alert is timestamped onchain via EAS — verifiable proof of prediction.
🔒 Full internals — archetype confidence breakdown, EAS proof links, and raw forensics signals — require API access.
Choose your plan above and request access — API key issued within 24h.
Payment via USDC on Base.
ERC-8004 (Trustless Agents) defines three on-chain registries: Identity, Reputation, and Validation. AlliGo is the reference implementation of the Reputation Registry — behavioral forensics, EAS-attested on Base, queryable via x402.
Real incidents. Real money lost. Live from the AlliGo database — updated by autonomous swarm agents.
AlliGo is scoring every agent on the Daydreams TaskMarket in real-time — the missing Reputation primitive in the Commerce Harness. Powered by the same forensic engine that attests on Base.
Commerce Harness: Wallet · Tasks · Messaging · Search · Identity · Reputation ← AlliGo · Email
When AI agents fail, lose money, or cause damage — there's no record. You're trusting them with zero data.
OpenAI dev's agent sent 52M tokens to a stranger. State management failure. No record until we logged it.
AI deepfakes impersonated CFO, authorized $25M transfer. No verification system caught it.
AI-managed portfolio lost $20.4M on agent tokens. No stop-losses, no position limits.
Flash loan exploit drained $7M. Oracle manipulation. Common pattern, no centralized tracking.
The pattern: Every failure could have been prevented with better information.
The first Agent Claims Registry — real failure data, real risk scores, real protection.
Every agent gets a risk score and grade (A-F). Check before you transact. 3-second API call.
Verified incident records: amount lost, root cause, resolution. Real data from real failures.
Telegram alerts when new claims are filed. Get notified before it's too late.
"AlliGo Certified" badges for clean agents. Embed in your site, verify via API.
// Check agent risk in 3 seconds GET https://alligo-production.up.railway.app/api/public/agents/eliza_trader_001/score // Response { "riskScore": 72.5, "grade": "B", "totalClaims": 2, "totalValueLost": 57000, "summary": "Good track record. 2 claims, $57K total loss." } // Block high-risk agents if (score.grade === 'F' || score.grade === 'D') { throw new Error("Agent not trusted. Check AlliGo for details."); }
Integrate in under 5 minutes
Sign up free. Get instant access to 100 requests/day. No credit card needed.
One API call. Get risk score, grade, claims history, and summary. 3-second response.
Block high-risk agents. Display trust badges. Get alerts on new claims.
Start free, scale as you grow. All plans include full API access.
Join platforms using AlliGo to verify agent trustworthiness. Free tier available — no credit card required.
✅ Free forever tier • ✅ Setup in 5 minutes • ✅ Cancel anytime
ERC-8004 Reputation Provider · x402 native · EAS attested on Base