agirails_verify_agent
Verify an agent on-chain by providing its slug to fetch DID, endpoint, and reputation score using AgentRegistry (AIP-7). Use before high-value transactions.
Instructions
Returns a TypeScript snippet to verify an agent on-chain via AgentRegistry (AIP-7). The generated code fetches DID, endpoint, and reputation score. Requires agentSlug (the agent slug used for DID lookup). Use before high-value transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentSlug | Yes | Agent slug to verify on-chain (AgentRegistry.sol) | |
| network | No | testnet |