-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent-card.json
More file actions
39 lines (39 loc) · 1.17 KB
/
Copy pathagent-card.json
File metadata and controls
39 lines (39 loc) · 1.17 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
{
"type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
"name": "Captain Whiskers V2",
"version": "2.0.0",
"description": "Quantum-aware autonomous AI trading agent with ERC-8004 portable identity, Gemini 2.0 Flash decision engine, EIP-712 signed trade intents, Byzantine fault-tolerant verification, and multi-layer risk management. Deployed on Sepolia for hackathon track.",
"image": "https://raw.githubusercontent.com/pbathuri/LABLAB-Hackathon/main/apps/frontend/public/images/captain-whiskers-astronaut.svg",
"services": [
{
"name": "web",
"endpoint": "https://frontend-ten-pi-54.vercel.app"
},
{
"name": "api",
"endpoint": "https://captain-whiskers.railway.app"
}
],
"blockchain": {
"hackathon_chain": "sepolia",
"hackathon_chain_id": 11155111,
"custom_chain": "base-sepolia",
"custom_chain_id": 84532
},
"capabilities": [
"trading",
"eip712-signing",
"btc-analysis",
"eth-analysis",
"sol-analysis",
"risk-management",
"erc8004-identity"
],
"x402Support": false,
"active": true,
"supportedTrust": [
"reputation",
"crypto-economic",
"eip712-attestation"
]
}