Most wallet reputation tools are chain-specific. They can tell you about activity on one network, but they miss the bigger picture. A sophisticated agent operates across multiple chains — trading on Arbitrum, providing liquidity on Base, holding assets on Ethereum, and gaming on Polygon.
Multi-chain reputation captures this full picture. AgentTrust scores wallets across 5 EVM chains using the same 7-factor algorithm, giving a unified trust score that reflects the agent's complete on-chain identity.
AgentTrust currently supports reputation scoring on:
When you query a wallet on AgentTrust, the system:
The algorithm is identical across chains, but the weights adjust slightly based on chain characteristics. For example, transaction volume is normalized by average gas prices on each chain to prevent cost-of-living bias in scoring.
A wallet that only exists on Base might be brand new. The same wallet with 3 years of activity on Ethereum and Arbitrum plus recent Base activity tells a very different story. Multi-chain scoring reveals:
An agent that built a strong reputation on Ethereum can bring that reputation to Base immediately. Its trust score reflects its complete history across all chains, not just its latest destination. This reduces the "cold start" problem where new agents on a chain appear untrustworthy despite having extensive history elsewhere.
Cross-chain analysis is a powerful anti-fraud tool. A wallet that scores AAA on Ethereum but C on Arbitrum might indicate the agent is new to Arbitrum — which is fine. But a wallet claiming legitimacy on Base that has zero activity on any chain? That's a red flag. Learn how reputation prevents fraud →
Before a high-value transaction, you want to see the whole picture. An agent with AAA scores across all 5 chains is vastly more trustworthy than one with AAA on Base only (which could mean a month of good behavior on a fresh wallet).
With AgentTrust's API, specify the chain you want to query:
// Get score on Base (default) GET /api/score/0x... // Get score on Ethereum GET /api/score/0x...?chain=ethereum // Get score on Arbitrum GET /api/score/0x...?chain=arbitrum // Get full report with all chains GET /api/score/0x...?full=true
The response includes the chain-specific score and, for full reports, an aggregate reputation view:
{
"address": "0x...",
"score": 85,
"grade": "AA",
"chains": {
"base": { "score": 88, "grade": "AA" },
"ethereum": { "score": 82, "grade": "AA" },
"arbitrum": { "score": 79, "grade": "A" },
"optimism": { "score": 72, "grade": "A" },
"polygon": { "score": 65, "grade": "A" }
},
"factors": { ... }
}
AgentTrust is working on a unified cross-chain score that weights activity across all chains into a single metric. This will be the industry standard for agent reputation — one trust score that represents an agent's complete multi-chain identity. Combined with x402 payments and EAS attestations, it completes the trust infrastructure for the autonomous economy.
Start scoring wallets across all chains with AgentTrust.
Score wallets on all 5 chains — free tier available
Try AgentTrust →