-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.json
More file actions
42 lines (42 loc) · 933 Bytes
/
Copy pathagent.json
File metadata and controls
42 lines (42 loc) · 933 Bytes
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
{
"name": "AUTARCH",
"description": "Local sovereign economic agent selling DeFi microservices via x402 (HTTP 402, USDC) on Base.",
"endpoints": [
{
"service": "best_usdc_yield",
"price_usdc": 0.1
},
{
"service": "yield_gap_alert",
"price_usdc": 0.2
},
{
"service": "daily_base_summary",
"price_usdc": 0.25
},
{
"service": "yield_opportunity_alert",
"price_usdc": 0.25
},
{
"service": "position_risk_monitor",
"price_usdc": 0.25
},
{
"service": "wallet_health_alert",
"price_usdc": 0.25
},
{
"service": "liquidation_alert",
"price_usdc": 0.5
},
{
"service": "treasury_watch",
"price_usdc": 0.5
}
],
"x402": true,
"network": "base",
"payTo": "0x00000000000000000000000000000000c0ffee00",
"payTo_note": "DUMMY documentation placeholder; not a funded wallet"
}