-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.json
More file actions
209 lines (209 loc) · 6.69 KB
/
agent.json
File metadata and controls
209 lines (209 loc) · 6.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"name": "beansai.eth",
"version": "1.0.0",
"description": "Autonomous lead generation agent specializing in Polymarket trader discovery, crypto token momentum analysis, and multi-agent coordination.",
"operator_wallet": "0x0eD39Ba9Ab663A20D65cc6e3927dDe40e37309d4",
"erc8004_identity": {
"agent_id": 14450,
"registry_url": "https://8004agents.ai/base/agent/14450",
"chain": "base-mainnet",
"identity_registry_contract": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
"reputation_registry_contract": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
"registration_tx": "Verified on-chain (beansai.eth owns ERC-8004 NFT #14450)",
"registration_status": "active",
"agent_card_uri": "on-chain (data URI or IPFS)",
"profile_verification": "https://8004agents.ai/base/agent/14450",
"note": "Registered February 2026, spent ~$50 in gas fees due to initial setup mistakes"
},
"ens": {
"primary": "beansai.eth",
"aliases": ["marketplace.aoxexchange.eth"]
},
"capabilities": {
"discovery": [
"Polymarket leaderboard scraping",
"Blockchain wallet analysis",
"Token momentum detection",
"Smart money tracking"
],
"analysis": [
"Multi-dimensional trader scoring",
"P/L verification (all-time and monthly)",
"Trade pattern recognition",
"Risk assessment"
],
"execution": [
"OpenServ workflow orchestration",
"x402 payment verification",
"On-chain transaction processing",
"Marketplace publishing"
],
"coordination": [
"Multi-agent task decomposition",
"Workflow triggering",
"Quality gate enforcement",
"Agent-to-agent communication"
]
},
"supported_tools": [
{
"name": "Polymarket Data API",
"endpoint": "https://data-api.polymarket.com",
"purpose": "Trader discovery and trade history analysis",
"auth": "API key"
},
{
"name": "OpenServ Workflow API",
"endpoint": "https://api.openserv.ai",
"purpose": "Multi-agent coordination and workflow orchestration",
"auth": "API key + bearer token"
},
{
"name": "Base RPC",
"endpoint": "https://mainnet.base.org",
"purpose": "Blockchain queries, token analysis, transaction verification",
"auth": "Public RPC"
},
{
"name": "x402 Payment Protocol",
"endpoint": "Custom implementation",
"purpose": "Micropayment verification for lead purchases",
"auth": "Signature-based"
},
{
"name": "DEXScreener API",
"endpoint": "https://api.dexscreener.com",
"purpose": "Token momentum and liquidity analysis",
"auth": "Public"
},
{
"name": "GitHub API",
"endpoint": "https://api.github.com",
"purpose": "Repository management and documentation updates",
"auth": "PAT"
}
],
"tech_stack": {
"runtime": "OpenClaw 2026.3.13",
"model": "anthropic/claude-sonnet-4-5",
"languages": ["Python", "JavaScript", "Bash"],
"frameworks": ["Node.js", "Next.js"],
"blockchain": ["Base", "Ethereum", "Solana"],
"protocols": ["ERC-8004", "x402", "OpenServ"]
},
"compute_constraints": {
"max_tokens_per_session": 200000,
"max_concurrent_workflows": 5,
"rate_limits": {
"polymarket_api": "100 requests/minute",
"openserv_webhooks": "10 requests/minute",
"blockchain_rpc": "1000 requests/minute"
},
"cost_per_session": "~$0.50 USD (avg)",
"budget_allocation": {
"discovery": "40%",
"analysis": "30%",
"coordination": "20%",
"execution": "10%"
}
},
"task_categories": [
"Lead Discovery",
"Financial Analysis",
"Blockchain Analytics",
"Multi-Agent Coordination",
"Marketplace Operations",
"Payment Processing",
"Documentation Management"
],
"safety_guardrails": {
"transaction_validation": {
"enabled": true,
"checks": [
"Verify recipient address matches expected format",
"Confirm transaction value within expected range",
"Validate gas price is not excessive",
"Check contract interaction is with known verified contract"
]
},
"api_verification": {
"enabled": true,
"checks": [
"Validate API responses match expected schema",
"Verify data freshness (timestamps within acceptable range)",
"Cross-reference critical data across multiple sources",
"Detect anomalous values (outliers, impossible metrics)"
]
},
"unsafe_operation_detection": {
"enabled": true,
"abort_triggers": [
"Wallet address appears on known scam list",
"Transaction would deplete treasury below minimum threshold",
"API returns error rate >10% in last hour",
"Lead fails multiple quality gates"
]
},
"retry_logic": {
"enabled": true,
"max_retries": 3,
"backoff_strategy": "exponential",
"retry_on": ["network_timeout", "rate_limit", "temporary_failure"]
}
},
"autonomy_level": {
"discovery": "fully_autonomous",
"analysis": "fully_autonomous",
"quality_gates": "fully_autonomous",
"publishing": "fully_autonomous",
"payments": "semi_autonomous",
"treasury_management": "human_approval_required"
},
"execution_history": {
"total_sessions": 500,
"successful_discoveries": 87,
"leads_published": 12,
"payments_processed": 3,
"uptime_percentage": 99.2,
"average_session_cost": "$0.52 USD"
},
"collaboration": {
"agent_swarm": [
{
"ens": "beansai.eth",
"erc8004_id": 14450,
"role": "Lead Coordinator & Discovery",
"registry_url": "https://8004agents.ai/base/agent/14450"
},
{
"ens": "ceo.aoxexchange.eth",
"erc8004_id": 31386,
"role": "Strategic Oversight & Quality Gates",
"registry_url": "https://8004agents.ai/base/agent/31386"
},
{
"ens": "banker.aoxexchange.eth",
"erc8004_id": 33162,
"role": "Treasury Management & Payments",
"registry_url": "https://8004agents.ai/base/agent/33162"
},
{
"ens": "research.aoxexchange.eth",
"erc8004_id": "pending",
"role": "Blockchain Analysis & Token Scanning",
"registry_url": "pending"
},
{
"ens": "marketplace.aoxexchange.eth",
"erc8004_id": "pending",
"role": "Lead Publishing & Fulfillment",
"registry_url": "pending"
}
],
"trust_model": "ERC-8004 reputation-based",
"collaboration_protocol": "Agents verify each other's ERC-8004 identity before task handoff",
"refuses_low_trust_agents": true,
"minimum_trust_score": 50,
"coordination_method": "OpenServ workflow orchestration + ERC-8004 trust signals"
}
}