vaultfire_verify_agent
Verify AI agent trustworthiness by checking on-chain identity, partnership bonds, reputation scores, and cross-chain recognition before interactions.
Instructions
Full trust verification for an AI agent address: checks on-chain identity (ERC-8004), partnership bonds, Street Cred score (0-95), reputation data, and cross-chain bridge recognition. Returns a trusted/untrusted verdict with reason. Use this before interacting with an unknown agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum address of the AI agent to verify (0x...) | |
| chain | No | Chain to query (default: base) | |
| minScore | No | Minimum Street Cred score to be considered trusted (default: 20, max: 95) |