Agent Identity
Useagent-identity to register an AI or automation agent with verifiable credentials.
Basic Registration
Full Example
Fields
| Field | Required | Max Length | Description |
|---|---|---|---|
agentId | Yes | 64 chars | Unique identifier |
agentWallet | No | - | Agent’s wallet (EVM or Solana) |
agentType | No | 32 chars | ai, automation, custom |
description | No | 500 chars | Agent description |
capabilities | No | 16 items | List of capabilities |
instructions | No | 4000 chars | System prompt |
skills | No | 48 items | List of skills |
services | No | 16 items | Service endpoints |
Verification
Use Cases
| Use Case | Description |
|---|---|
| AI assistants | Register ChatGPT-like agents |
| Trading bots | Register automated trading agents |
| DAO delegates | Register governance delegates |