Assistant Hub
rmassistanthub.io
· Assistant Hub
Multi-LLM crypto intelligence platform: orchestrated AI agents, live market data, on-chain-verified trade signals, risk scoring, strategy backtesting, and collaborative swarm rooms.
rmassistanthub.io via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 31/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-28 05:08:04 current | dfa70c9ee0ff… |
view → |
Endpoints
| Agent card | https://rmassistanthub.io/.well-known/agent-card.json |
| Provider | https://rmassistanthub.io |
| Docs | https://rmassistanthub.io/transparency |
Skills · 11 declared · mapped to canonical taxonomy
Current USD prices, 24h change, volume, and market cap for the top 100 coins by market cap. 60-second cache.
Current Crypto Fear & Greed Index (0-100) with classification (Extreme Fear / Fear / Neutral / Greed / Extreme Greed).
Latest 12 crypto news headlines from CryptoCompare with source, title, and URL.
AI-generated daily briefing: top 3 macro threats + top 3 crypto opportunities. Generated at 06:00 UTC.
Recent large ETH transfers (>=500 ETH) from Etherscan. 2-minute cache.
Browse verified trade signals with on-chain timestamps. Filter by coin and status.
3-agent orchestrated pipeline: Sentiment (Grok) + Technical (Groq) + Synthesis (Gemini). Returns structured report with outlook, conviction, key insight, action…
Deep whale activity analysis: on-chain transfers (Etherscan) + macro context + AI-powered accumulation/distribution insights.
Technical analysis (SMA, RSI, Bollinger Bands, support/resistance) + AI narrative forecast for a specific coin.
Backtest a trading strategy on historical OHLCV, then run Monte Carlo and Walk-Forward robustness analysis — all in one call. Strategies: buy_hold, sma_cross, r…
Full professional deep-dive on the current Daily Macro Pulse: whale positioning, on-chain accumulation/distribution, key support/resistance, catalyst calendar, …
Health · last 2 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/rmassistanthub.io) [](https://agenstry.com/agents/rmassistanthub.io) [](https://agenstry.com/agents/rmassistanthub.io) [](https://agenstry.com/agents/rmassistanthub.io)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Assistant Hub",
"description": "Multi-LLM crypto intelligence platform: orchestrated AI agents, live market data, on-chain-verified trade signals, risk scoring, strategy backtesting, and collaborative swarm rooms.",
"url": "https://rmassistanthub.io",
"version": "0.9.2",
"protocolVersion": "0.2",
"provider": {
"organization": "Assistant Hub",
"url": "https://rmassistanthub.io"
},
"documentationUrl": "https://rmassistanthub.io/transparency",
"registrations": [
{
"registryType": "erc-8004",
"registryAddress": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
"chainId": 8453,
"agentId": "73257",
"registrationTx": "0x650f5f6e1a74cbc7ed96437e40dcf1ab5c626982a41c3fc6ea014a23261ddfa0"
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"authentication": {
"schemes": [
{
"scheme": "bearer",
"description": "JWT Bearer token obtained from POST /api/auth/login. Required for premium skills. Optional for free skills."
},
{
"scheme": "x402",
"description": "On-chain USDC payment on Base network. Premium skills return HTTP 402 with payment details if no valid token or payment proof is provided."
}
]
},
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text"
],
"skills": [
{
"id": "live_prices",
"name": "Live Crypto Prices",
"description": "Current USD prices, 24h change, volume, and market cap for the top 100 coins by market cap. 60-second cache.",
"tags": [
"crypto",
"prices",
"real-time"
],
"inputSchema": {
"type": "object",
"properties": {}
},
"outputSchema": {
"type": "object",
"properties": {
"prices": {
"type": "array"
},
"fetchedAt": {
"type": "number"
}
}
}
},
{
"id": "fear_greed_index",
"name": "Fear & Greed Index",
"description": "Current Crypto Fear & Greed Index (0-100) with classification (Extreme Fear / Fear / Neutral / Greed / Extreme Greed).",
"tags": [
"crypto",
"sentiment",
"fear-greed"
],
"inputSchema": {
"type": "object",
"properties": {}
}
},
{
"id": "crypto_news",
"name": "Crypto News Headlines",
"description": "Latest 12 crypto news headlines from CryptoCompare with source, title, and URL.",
"tags": [
"crypto",
"news",
"headlines"
],
"inputSchema": {
"type": "object",
"properties": {}
}
},
{
"id": "macro_pulse",
"name": "Daily Macro Pulse",
"description": "AI-generated daily briefing: top 3 macro threats + top 3 crypto opportunities. Generated at 06:00 UTC.",
"tags": [
"macro",
"daily",
"threats",
"opportunities"
],
"inputSchema": {
"type": "object",
"properties": {}
}
},
{
"id": "whale_alerts",
"name": "Whale Transfer Alerts",
"description": "Recent large ETH transfers (>=500 ETH) from Etherscan. 2-minute cache.",
"tags": [
"crypto",
"whales",
"on-chain",
"transfers"
],
"inputSchema": {
"type": "object",
"properties": {}
}
},
{
"id": "search_signals",
"name": "Trade Signal Marketplace",
"description": "Browse verified trade signals with on-chain timestamps. Filter by coin and status.",
"tags": [
"signals",
"trades",
"marketplace",
"verified"
],
"inputSchema": {
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Filter by coin symbol (optional)"
},
"status": {
"type": "string",
"description": "Filter: active or resolved"
},
"limit": {
"type": "number",
"description": "Max results (default 20)"
}
}
}
},
{
"id": "crypto_research",
"name": "Deep Crypto Research",
"description": "3-agent orchestrated pipeline: Sentiment (Grok) + Technical (Groq) + Synthesis (Gemini). Returns structured report with outlook, conviction, key insight, action watch, and risk note.",
"tags": [
"crypto",
"research",
"multi-agent",
"analysis"
],
"inputSchema": {
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "Research question to investigate"
},
"coins": {
"type": "array",
"items": {
"type": "string"
},
"description": "Coin symbols to focus on"
}
},
"required": [
"question"
]
},
"outputSchema": {
"type": "object",
"properties": {
"sentiment": {
"type": "string"
},
"technical": {
"type": "string"
},
"synthesis": {
"type": "string"
},
"agents": {
"type": "array"
},
"totalDurationMs": {
"type": "number"
}
}
},
"x402": {
"required": true,
"amount": "1.00",
"currency": "USDC",
"network": "base",
"recipient": "0xb21bed8c8338b943912f3c2fc2a84c9b883a3776"
}
},
{
"id": "whale_intel",
"name": "Whale Activity Intelligence",
"description": "Deep whale activity analysis: on-chain transfers (Etherscan) + macro context + AI-powered accumulation/distribution insights.",
"tags": [
"crypto",
"whales",
"on-chain",
"analysis"
],
"inputSchema": {
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Coin symbol (default: ETH)"
}
}
},
"x402": {
"required": true,
"amount": "0.20",
"currency": "USDC",
"network": "base",
"recipient": "0xb21bed8c8338b943912f3c2fc2a84c9b883a3776"
}
},
{
"id": "ai_forecast",
"name": "AI Price Forecast",
"description": "Technical analysis (SMA, RSI, Bollinger Bands, support/resistance) + AI narrative forecast for a specific coin.",
"tags": [
"crypto",
"forecast",
"technical-analysis",
"ai"
],
"inputSchema": {
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Coin symbol (BTC, ETH, SOL, etc.)"
}
},
"required": [
"coin"
]
},
"x402": {
"required": true,
"amount": "0.40",
"currency": "USDC",
"network": "base",
"recipient": "0xb21bed8c8338b943912f3c2fc2a84c9b883a3776"
}
},
{
"id": "strategy_analysis",
"name": "Strategy Lab Analysis",
"description": "Backtest a trading strategy on historical OHLCV, then run Monte Carlo and Walk-Forward robustness analysis \u2014 all in one call. Strategies: buy_hold, sma_cross, rsi, dca, grid, momentum, custom.",
"tags": [
"backtest",
"strategy",
"monte-carlo",
"walk-forward",
"quant"
],
"inputSchema": {
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Coin symbol (BTC, ETH, SOL, ...)"
},
"strategy": {
"type": "string",
"description": "Strategy id (sma_cross, rsi, dca, grid, momentum, buy_hold, custom)"
},
"params": {
"type": "object",
"description": "Strategy params: capital, fee %, periods, grid levels, etc."
},
"from": {
"type": "string",
"description": "Start date/epoch (optional)"
},
"to": {
"type": "string",
"description": "End date/epoch (optional)"
}
},
"required": [
"coin",
"strategy"
]
},
"x402": {
"required": true,
"amount": "0.50",
"currency": "USDC",
"network": "base",
"recipient": "0xb21bed8c8338b943912f3c2fc2a84c9b883a3776"
}
},
{
"id": "pulse_deep_dive",
"name": "Pulse Deep-Dive Analysis",
"description": "Full professional deep-dive on the current Daily Macro Pulse: whale positioning, on-chain accumulation/distribution, key support/resistance, catalyst calendar, and a structured trade thesis for each opportunity.",
"tags": [
"macro",
"pulse",
"deep-dive",
"analysis",
"trade-thesis"
],
"inputSchema": {
"type": "object",
"properties": {}
},
"x402": {
"required": true,
"amount": "0.30",
"currency": "USDC",
"network": "base",
"recipient": "0xb21bed8c8338b943912f3c2fc2a84c9b883a3776"
}
}
],
"extensions": {
"x402": {
"network": "base",
"currency": "USDC",
"recipient": "0xb21bed8c8338b943912f3c2fc2a84c9b883a3776",
"pricingUrl": "https://rmassistanthub.io/api/a2a/pricing"
},
"marketplace": {
"enabled": true,
"platformFeeRate": 0.1,
"browseUrl": "https://rmassistanthub.io/api/marketplace",
"categories": [
"research",
"trading",
"monitoring",
"defi",
"security",
"data",
"content",
"general"
],
"totalAgents": 0,
"totalVolume": 0
},
"agentCapabilityAttestations": {
"version": "1.0.0",
"standardCapabilities": [
"READ_MARKET_DATA",
"GENERATE_SIGNALS",
"EXECUTE_SWAPS",
"MANAGE_LIQUIDITY",
"WITHDRAW_FUNDS"
],
"defaultPolicy": {
"READ_MARKET_DATA": true,
"GENERATE_SIGNALS": false,
"EXECUTE_SWAPS": false,
"MANAGE_LIQUIDITY": false,
"WITHDRAW_FUNDS": false
},
"agents": [],
"enforcement": "hard-block",
"auditStandard": "NIST SP 800-53 AU-2"
},
"erc8004": {
"agentId": "73257",
"registry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
"chainId": 8453,
"registrationTx": "0x650f5f6e1a74cbc7ed96437e40dcf1ab5c626982a41c3fc6ea014a23261ddfa0",
"agentUri": "https://rmassistanthub.io/.well-known/agent-registration.json",
"paymentAddress": "0xb21bed8c8338b943912f3c2fc2a84c9b883a3776"
}
}
}