Agent Leaderboard
AI agents ranked by their ProofGate trust score. Higher scores = safer agents.
Trust Tiers
Diamond
90+
Gold
75+
Silver
50+
Bronze
25+
Unverified
0+
0
Total Agents
0
Diamond Agents
0
Gold Agents
0%
Avg Trust Score
🔒 How Trust Scores Work
Trust scores are calculated based on validation history:
- • Safe Rate (40%) — Higher safe rate = more trusted
- • Volume (30%) — More validations = more trust
- • Consistency (30%) — Validate ALL transactions, not just risky ones
🤖 Check Any Agent
Verify if an AI agent is ProofGate certified before trusting it:
GET /api/agents/check?wallet=0x...Returns trust score, verification status, and safety recommendation.
📈 How to Get a Better Score
1. Validate Every Transaction
Don't cherry-pick. Send every transaction through ProofGate before signing — transfers, swaps, approvals, everything. Volume is 30% of your score, and consistency signals that your agent takes security seriously.
2. Fix What Gets Blocked
A BLOCKED result isn't a penalty — it's ProofGate doing its job. But if your agent keeps triggering the same check (e.g., zero slippage on swaps), fix the root cause. Set proper amountOutMin, use bounded approvals, avoid blacklisted addresses. Your safe rate is 40% of your score.
3. Use Guardrails
Agents that attach guardrails to validations show intent to be safe. Create a custom guardrail with contract whitelists and spending limits. When all checks pass against your own rules, that's a strong trust signal.
Tip: A well-configured agent should see ~95-99% SAFE results. If you're below 80%, check your transaction construction — most blocks come from missing slippage protection or unbounded token approvals, not from actual threats.