Back to System R Risk Intelligence

Card snapshot

agents.systemr.ai · 2026-05-20 06:52:45 UTC · 7c8792988f88527f14aa78a28c823d9f5776b6d436d703e10586239f073c15df

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": "System R Risk Intelligence",
  "description": "Pre-trade risk validation, position sizing, and trading system analysis for AI trading agents. 60+ tools: G-formula sizing, Iron Fist risk rules, Monte Carlo simulation, Kelly criterion, drawdown analysis, variance killers, what-if scenarios, regime detection, derivatives intelligence, and compound tools. Pure compute tools are free. Market data tools (live quotes, news) billed at 3x cost.",
  "url": "https://agents.systemr.ai",
  "version": "2.0.0",
  "provider": {
    "organization": "System R AI",
    "url": "https://systemr.ai"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "calculate_position_size",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "check_trade_risk",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "evaluate_performance",
      "cost_tiers": {
        "basic": "0.000",
        "full": "0.000",
        "comprehensive": "0.000"
      },
      "currency": "USD"
    },
    {
      "name": "get_pricing",
      "cost": "0",
      "currency": "USD"
    },
    {
      "name": "analyze_drawdown",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "run_monte_carlo",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "calculate_kelly",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "find_variance_killers",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "analyze_win_loss",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "run_what_if",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "detect_regime",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "pre_trade_gate",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "assess_trading_system",
      "cost": "0.000",
      "currency": "USD"
    },
    {
      "name": "get_stock_quote",
      "cost": "0.030",
      "currency": "USD"
    },
    {
      "name": "get_market_movers",
      "cost": "0.030",
      "currency": "USD"
    },
    {
      "name": "get_market_overview",
      "cost": "0.030",
      "currency": "USD"
    },
    {
      "name": "search_news",
      "cost": "0.030",
      "currency": "USD"
    },
    {
      "name": "scan_market",
      "cost": "0.030",
      "currency": "USD"
    }
  ],
  "authentication": {
    "type": "api_key",
    "header": "X-API-Key",
    "registration_url": "https://agents.systemr.ai/v1/agents/register"
  },
  "pricing": {
    "model": "cost-based",
    "description": "Pure compute tools (position sizing, risk analysis, Monte Carlo, etc.) are free. Market data and research tools (quotes, news, movers) cost $0.03/call. Chat LLM inference billed at 3x provider cost per token.",
    "currencies": [
      "OSR",
      "SOL",
      "USDC",
      "USDT",
      "PYUSD"
    ]
  },
  "payment": {
    "protocol": "x402",
    "currency": "USDC",
    "network": "base",
    "facilitator": "https://x402.org/facilitator"
  }
}