-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.json
More file actions
191 lines (191 loc) · 6.76 KB
/
services.json
File metadata and controls
191 lines (191 loc) · 6.76 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
{
"name": "Wolfpack Intelligence",
"version": "2.5.0",
"base_url": "https://api.wolfpack.roklabs.dev",
"services": [
{
"name": "security_check",
"description": "GoPlus-powered token security scan with 13-point checks object",
"endpoint": "/api/v1/intelligence/security-check",
"price_usd": 0.01,
"avg_latency_ms": 800,
"attestation": true
},
{
"name": "token_risk_analysis",
"description": "Multi-source 360° token risk scoring with nested sub-checks",
"endpoint": "/api/v1/intelligence/token-risk",
"price_usd": 0.02,
"avg_latency_ms": 4000,
"attestation": true
},
{
"name": "narrative_momentum",
"description": "Crypto narrative social momentum scoring via VADER sentiment + Twitter/X signals",
"endpoint": "/api/v1/intelligence/narrative-score",
"price_usd": 0.05,
"avg_latency_ms": 3000
},
{
"name": "token_market_snapshot",
"description": "DexScreener market data snapshot",
"endpoint": "/api/v1/intelligence/token-market-snapshot",
"price_usd": 0.25,
"avg_latency_ms": 800
},
{
"name": "agent_trust_score",
"description": "Composite agent reliability rating",
"endpoint": "/api/v1/intelligence/agent-trust",
"price_usd": 0.50,
"avg_latency_ms": 2500,
"attestation": true
},
{
"name": "il_calculator",
"description": "Impermanent loss calculator for standard AMM and Uni V3 concentrated liquidity",
"endpoint": "/api/v1/intelligence/il-calculator",
"price_usd": 0.50,
"avg_latency_ms": 1500
},
{
"name": "smart_money_signals",
"description": "Nansen + Dune-powered smart money wallet activity on Base",
"endpoint": "/api/v1/intelligence/smart-money-signals",
"price_usd": 1.00,
"avg_latency_ms": 2500
},
{
"name": "prediction_market",
"description": "Polymarket crypto prediction market odds, volume, and liquidity",
"endpoint": "/api/v1/intelligence/prediction-market",
"price_usd": 1.00,
"avg_latency_ms": 2000
},
{
"name": "yield_scanner",
"description": "IL-aware yield opportunities on Base via DefiLlama",
"endpoint": "/api/v1/intelligence/yield-scanner",
"price_usd": 1.00,
"avg_latency_ms": 3000
},
{
"name": "technical_analysis",
"description": "RSI, SMA, Bollinger Bands, support/resistance from GeckoTerminal OHLCV data",
"endpoint": "/api/v1/intelligence/technical-analysis",
"price_usd": 1.00,
"avg_latency_ms": 2500
},
{
"name": "agent_credit_risk_index",
"description": "Financial credit risk scoring for ACP agents (liquidity, reliability, maturity)",
"endpoint": "/api/v1/intelligence/agent-credit-risk",
"_note": "Endpoint path differs from service name: /agent-credit-risk (not /agent-credit-risk-index)",
"price_usd": 1.00,
"avg_latency_ms": 3000
},
{
"name": "trade_signals",
"description": "Composite trade signal generation combining TA, smart money, narrative, and risk scoring",
"endpoint": "/api/v1/intelligence/trade-signals",
"price_usd": 2.00,
"avg_latency_ms": 5000
},
{
"name": "mega_report",
"description": "Aggregated report: security + market data + smart money + narrative + TA in one call",
"endpoint": "/api/v1/intelligence/mega-report",
"price_usd": 5.00,
"avg_latency_ms": 8000
},
{
"name": "graduation_readiness_check",
"description": "Live ACP graduation readiness audit with real test fires",
"endpoint": "/api/v1/intelligence/graduation-readiness-check",
"price_usd": 5.00,
"avg_latency_ms": 5000
},
{
"name": "agent_audit",
"description": "LLM-driven agent stress test and scoring (premium, not on Virtuals)",
"endpoint": "/api/v1/intelligence/query",
"price_usd": 15.00,
"avg_latency_ms": 300000
}
],
"free_resources": [
{
"name": "latest_narrative_signals",
"description": "Latest crypto narrative signals and trending topics",
"endpoint": "/api/v1/resources/latest-narrative-signals",
"method": "GET"
},
{
"name": "token_safety_quick_list",
"description": "Quick-reference list of recently scanned tokens with safety status",
"endpoint": "/api/v1/resources/token-safety-quick-list",
"method": "GET"
},
{
"name": "whale_watch_summary",
"description": "Summary of recent smart money / whale activity on Base",
"endpoint": "/api/v1/resources/whale-watch-summary",
"method": "GET"
}
],
"protocols": {
"x402": {
"base_url": "https://api.wolfpack.roklabs.dev/api/v1/intelligence",
"payment": "USDC on Base",
"require_payment": true
},
"mcp": {
"url": "https://api.wolfpack.roklabs.dev/api/v1/mcp",
"server_card": "https://api.wolfpack.roklabs.dev/.well-known/mcp/server-card.json",
"tools_count": 10,
"auth": "none"
},
"a2a": {
"url": "https://api.wolfpack.roklabs.dev/api/v1/a2a",
"agent_card": "https://api.wolfpack.roklabs.dev/.well-known/agent.json",
"skills_count": 14,
"auth": "none"
},
"acp": {
"agent_id": 1888,
"erc8004_id": 16907,
"services_graduated": ["token_risk_analysis", "security_check", "narrative_momentum", "agent_trust_score", "smart_money_signals", "token_market_snapshot", "mega_report", "prediction_market", "il_calculator", "yield_scanner", "technical_analysis", "graduation_readiness_check", "agent_credit_risk_index", "trade_signals"],
"services_pending": [],
"portal_name_mapping": {
"token_risk_analysis": "token_risk_analysis",
"security_check": "quicksecuritycheck",
"narrative_momentum": "narrativemomentumscore",
"agent_trust_score": "agent_trust_score",
"smart_money_signals": "smart_money_signals",
"token_market_snapshot": "token_market_snapshot",
"mega_report": "mega_report",
"prediction_market": "prediction_market",
"il_calculator": "il_calculator",
"yield_scanner": "yield_scanner",
"technical_analysis": "technical_analysis",
"graduation_readiness_check": "graduation_readiness_check",
"agent_credit_risk_index": "agent_credit_risk_index",
"trade_signals": "trade_signals"
},
"compaction": {
"enabled": true,
"max_json_chars": 2000,
"number_precision": 3,
"array_max_items": 3,
"string_max_chars": 100
}
}
},
"attestation": {
"type": "EIP-712",
"chain_id": 8453,
"supported_services": ["security_check", "token_risk_analysis", "agent_trust_score"],
"parameter": "attestation",
"nonce": "monotonic"
}
}