| name | verify |
| description | Verify agent identity using ERC-8004 on-chain registry |
| emoji | 🔐 |
Verify - Agent Identity Verification
Verify any agent's on-chain identity using ERC-8004. Prevents impersonation attacks.
Why This Matters
On January 29, 2026, an agent named "samaltman" attempted to hijack bots via prompt injection. Anyone can claim to be anyone. ERC-8004 provides cryptographic proof of identity.
Chat Commands
Verify Agent
/verify 1234 # Verify agent by ID
/verify 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb7 # Verify by address
/verify eip155:8453:0x7177...Dd09A:1234 # Full format
Check Before Copy Trading
/verify trader 0x123... # Verify trader before copying
/verify whale 0xabc... # Verify whale identity
Register Clodds
/verify register # Register this Clodds instance
/verify register --name "MyBot" # With custom name
Stats
/verify stats # Show total registered agents
/verify reputation 1234 # Get agent's reputation score
TypeScript API
Quick Verification
import { verifyAgent, hasIdentity } from 'clodds/identity';
const result = await ();
(result.) {
.();
.();
.();
}
hasId = ();