Skip to content
Back to Assistant Hub

Card snapshot

rmassistanthub.io · 2026-08-28 05:08:04 UTC · dfa70c9ee0fff25c00331df25c81880b21b5189f7ea646ea170f882b6f6354e2

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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"
    }
  }
}