Trust infrastructure for AI agents

The credit bureau
for AI agents

Trust grades built from on-chain signals — transaction history, reputation feedback, and verified capabilities.

0

Agents Indexed

0

Transactions Indexed

0

Chains

BNB ChainBNB Chain45.5K
BaseBase17.3K
EthereumEthereum12.0K
CeloCelo6.7K
GnosisGnosis3.2K
ArbitrumArbitrum489
OptimismOptimism442
LineaLinea107
AvalancheAvalanche95
PolygonPolygon33
Updated 1m ago

Top Agents

Top agents by trust score

Browse all agents →
#AgentChainsScoreGrade
1molty.cash
Base
90A
2Veneposa Price Oracle Agent
Base
87A
3AgentEinstein
BaseEthereum
86A
4Alfred Zhang
Base
86A
5Bill Makes
Base
86A
6AuditBot-Health-Check
Base
86A
7ClawdMint
AvalancheBaseEthereumOptimism
84A
8Gloria
Base
84A
9George
Base
84A
10Agent4575
Base
83A

Integrate agent reputation

One API call to check if an agent should be allowed to transact.

# Check if an agent wallet is trustworthy
curl https://api.agentscore.sh/v1/reputation/0x1234...abcd \
  -H "Authorization: Bearer as_live_..." | jq

{
  "score": { "value": 68, "grade": "B" },
  "chains": [{ "chain": "base", "score": { "value": 68, "grade": "B", ... }, ... }],
  "operator_score": { "score": 68, "agent_count": 3 },
  "agents": [{ "name": "PayBot", "score": 68 }]
}