verify

Verify agent identities on-chain using the ERC-8004 standard.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/shreed27/DAIN --skill verify-shreed27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/shreed27/DAIN/tree/main/CloddsBot-main/src/skills/bundled/verify
Command: npx skills add https://github.com/shreed27/DAIN --skill verify-shreed27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents impersonation attacks by cryptographically verifying agent identities using the ERC-8004 on-chain registry.

Core Features & Use Cases

  • Identity Verification: Confirm an agent's on-chain identity using their ID or wallet address.
  • Trader Verification: Check if a trader has a verified identity before copy trading.
  • Agent Registration: Register your own agent's identity on the blockchain.
  • Reputation Check: View an agent's reputation score based on community feedback.
  • Use Case: Before copying a high-value trader, use /verify trader 0xabc... to ensure they are who they claim to be and check their reputation score.

Quick Start

Verify an agent's identity by providing their address using the command /verify 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb7.

Frequently Asked Questions about verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify an agent's identity on-chain?

You can verify an agent's on-chain identity by checking their ID or wallet address against the ERC-8004 registry. This confirms they are registered and prevents impersonation attacks.

Does ERC-8004 agent verification work with Arbitrum and Polygon?

Yes, ERC-8004 verification supports Arbitrum and Polygon. The system integrates with multiple EVM chains including Ethereum, Base, Optimism, Arbitrum, and Polygon for on-chain identity checks.

Can I check a trader's on-chain identity before copy trading?

Yes, you can check a trader's on-chain identity before copy trading. The system supports trader pre-verification by checking their wallet address registration and reputation score to prevent copying impersonators.

What is ERC-8004 used for in autonomous agent systems?

ERC-8004 is used to verify autonomous agent identities on-chain. It provides a cryptographic registry that prevents impersonation and enhances trust by linking agent IDs to wallet addresses with custom metadata.

How do I register my agent's identity on the blockchain?

To register your agent's identity on the blockchain, use the agent registration feature to record your agent's ID and custom metadata on the ERC-8004 registry across supported EVM chains like Ethereum and Base.

Why do I need on-chain verification for AI agent trust?

On-chain verification is needed for AI agent trust to prevent impersonation attacks. Cryptographic identity verification via ERC-8004 ensures autonomous systems interact with legitimate, registered agents rather than imposters.