Skip to content
Back to PreReason

Card snapshot

api.prereason.com · 2026-08-17 23:20:48 UTC · 52ce758797325167879ce3fd94a53a88165042b24953890479a312dd538adc03

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.

{
  "id": "prereason-financial-intelligence",
  "name": "PreReason",
  "description": "Pre-reasoned Bitcoin, macro, and cross-asset market briefings for AI agents. Returns trend signals, confidence scores, regime classification, correlation matrices, and causal narratives instead of raw numbers. 18 briefings covering BTC price, on-chain analytics, mining economics, energy costs, corporate treasury holdings, spot BTC ETF flows, Fed/M2/yields, FX liquidity, and cross-asset correlations. 30 individual metrics with interpretation. Pay per request via x402 (USDC on Base) or subscribe with API key.",
  "version": "1.0.0",
  "url": "https://api.prereason.com",
  "provider": {
    "organization": "PreReason",
    "url": "https://www.prereason.com"
  },
  "keywords": [
    "bitcoin",
    "btc",
    "crypto",
    "cryptocurrency",
    "market data",
    "financial data",
    "macroeconomic",
    "fed",
    "federal reserve",
    "treasury yields",
    "liquidity",
    "m2 supply",
    "on-chain",
    "blockchain analytics",
    "mining",
    "hash rate",
    "hashprice",
    "difficulty",
    "correlation",
    "regime detection",
    "momentum",
    "technical analysis",
    "percentile",
    "portfolio context",
    "risk assessment",
    "trading signals",
    "market intelligence",
    "financial API",
    "context API",
    "x402",
    "micropayments",
    "pay per request",
    "USDC",
    "energy cost",
    "miner economics",
    "production cost",
    "corporate treasury",
    "SEC filings",
    "net liquidity",
    "yield curve",
    "VIX",
    "DXY",
    "dollar index",
    "FX",
    "market briefing",
    "AI agent",
    "LLM context",
    "MCP server"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "btc-market-intelligence",
      "name": "Bitcoin Market Intelligence",
      "description": "Regime classification, confidence scores, trend analysis, momentum, percentile rankings, and causal attribution for BTC. Covers price, hash rate, difficulty, mining production costs, and treasury holdings."
    },
    {
      "id": "macro-indicators",
      "name": "Macro Economic Indicators",
      "description": "Fed balance sheet, M2 supply, Treasury 10Y yield, reverse repo, net liquidity, and yield curve with trend analysis and regime context."
    },
    {
      "id": "cross-asset-correlations",
      "name": "Cross-Asset Correlation Analysis",
      "description": "BTC correlation matrix against SPY, QQQ, VXX, UUP as relationship signals. Market breadth and regime detection across asset classes."
    },
    {
      "id": "treasury-intelligence",
      "name": "Corporate Bitcoin Treasury Holdings",
      "description": "Public company BTC holdings from SEC EDGAR filings and CoinGecko. MicroStrategy, Marathon, Riot, Coinbase and 26 more companies. Miner vs corporate split, accumulation trends, institutional adoption signals."
    },
    {
      "id": "mining-economics",
      "name": "Mining Economics and Energy Analysis",
      "description": "Bitcoin production cost model, hashprice, hash ribbon, energy pressure from natural gas. Miner stress scoring, survival index, and profitability signals for mining sector analysis."
    },
    {
      "id": "momentum-technical",
      "name": "Momentum and Technical Signals",
      "description": "90-day momentum with percentile rankings, 200-day moving average support/resistance, RSI-style trend strength, Bollinger band signals. Quantitative BTC indicators for systematic trading agents."
    }
  ],
  "securitySchemes": [
    {
      "type": "http",
      "scheme": "bearer",
      "description": "API key as Bearer token. Get a free key at https://www.prereason.com/signup"
    },
    {
      "type": "x402",
      "networks": [
        "eip155:8453"
      ],
      "description": "USDC micropayments on Base. No API key needed. $0.01-$0.03 per request."
    }
  ],
  "protocols": {
    "mcp": {
      "url": "https://api.prereason.com/api/mcp",
      "transport": "streamable-http",
      "npm": "@prereason/mcp"
    },
    "rest": {
      "url": "https://api.prereason.com/api",
      "openApiUrl": "https://api.prereason.com/api/openapi/spec.json"
    }
  },
  "documentationUrl": "https://www.prereason.com/docs",
  "openApiUrl": "https://api.prereason.com/api/openapi/spec.json"
}