Register AI agent
Registers an ERC-8004-style identity on Arc Testnet and stores the demo profile locally.
Example agent setup
Use this as a safe demo profile when you need to test the registry flow quickly.
Test values
- Agent name
- Crypto Research Agent
- Description
- Autonomous research agent that analyzes crypto projects, token fundamentals, market narratives, tokenomics, risks, and potential catalysts
- Capabilities
- market research, tokenomics, risk analysis, Arc ecosystem
1
Click Use example agent to fill the profile
2
Click Use connected wallet for owner wallet
3
Keep Agent metadata on Auto for normal demos
4
Click Register Agent and confirm the wallet transaction
Generated metadata
{
"schema": "arctask.agent.v1",
"name": "Agent name",
"description": "Agent description",
"capabilities": [
"research",
"code QA"
],
"ownerWallet": "0x...",
"generatedAt": "on submit"
}