{
  "name": "OnchainPulse",
  "description": "Intelligence API for the onchain financial transition. Decodes legislation, tracks real world asset tokenization, models sector impact scenarios, guides onchain integration, and monitors institutional adoption. Global scope. 10 endpoints. x402 micropayment protocol on Base.",
  "version": "1.0.0",
  "url": "https://onchainpulse-nine.vercel.app",
  "contact": "info@theaslangroupllc.com",
  "payment": {
    "type": "x402",
    "network": "base",
    "asset": "USDC",
    "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "price_range_usd": "0.05-0.20"
  },
  "capabilities": [
    "legislation_intelligence",
    "rwa_market_tracking",
    "scenario_modeling",
    "compliance_guidance",
    "onchain_transition",
    "institutional_monitoring",
    "tokenization_guide",
    "yield_intelligence",
    "glossary_decoder",
    "macro_snapshot"
  ],
  "use_cases": [
    "Decode pending legislation (GENIUS Act, MiCA, DORA) into plain English with sector impact",
    "Track institutional RWA tokenization: BlackRock BUIDL, DTCC, JPMorgan, NYSE onchain",
    "Model if/then sector scenarios for regulatory and institutional developments",
    "Guide businesses, individuals, and developers through onchain integration",
    "Monitor weekly institutional onchain activity across all major players",
    "Assess compliance requirements by jurisdiction for crypto/stablecoin use cases",
    "Explain tokenization for specific asset types with honest cost and liquidity analysis",
    "Compare tokenized yield products (T-bills, stablecoin yield, MMFs) with live data",
    "Decode any onchain finance or regulatory term in plain English",
    "Generate weekly/monthly state-of-the-transition macro briefs"
  ],
  "endpoints": [
    {
      "path": "/api/legislation",
      "method": "GET",
      "price_usd": 0.15,
      "description": "Plain English translation of any bill globally with sector impact and passage probability",
      "params": ["q", "jurisdiction (us|eu|uk|global)", "action (summary|status|impact|timeline)", "lang"]
    },
    {
      "path": "/api/rwa",
      "method": "GET",
      "price_usd": 0.15,
      "description": "Real world asset market intelligence with live DefiLlama protocol data and institutional tracking",
      "params": ["action (market|asset-class|institutional|pipeline)", "asset_class", "lang"]
    },
    {
      "path": "/api/scenario",
      "method": "GET",
      "price_usd": 0.20,
      "description": "Conditional sector impact modeling for regulatory or institutional developments",
      "params": ["trigger", "sector", "action (ifthen|probability|timeline)", "lang"]
    },
    {
      "path": "/api/transition",
      "method": "GET",
      "price_usd": 0.10,
      "description": "Practical step-by-step guide for entering the onchain economy by type",
      "params": ["type (individual|business|developer|payment)", "context", "lang"]
    },
    {
      "path": "/api/monitor",
      "method": "GET",
      "price_usd": 0.10,
      "description": "Weekly/monthly brief on institutional onchain activity across tokenization, legislation, infrastructure",
      "params": ["period (week|month)", "topic (rwa|legislation|institutional|all)", "lang"]
    },
    {
      "path": "/api/compliance",
      "method": "GET",
      "price_usd": 0.15,
      "description": "Jurisdiction-specific regulatory framework intelligence for crypto, stablecoin, tokenized asset activities",
      "params": ["jurisdiction (us|eu|uk|sg|uae|global)", "use_case", "framework", "lang"]
    },
    {
      "path": "/api/tokenize",
      "method": "GET",
      "price_usd": 0.15,
      "description": "How tokenization works for any asset type: process, platforms, legal structure, honest costs",
      "params": ["asset_type", "action (guide|platforms|process|legal)", "lang"]
    },
    {
      "path": "/api/yield",
      "method": "GET",
      "price_usd": 0.10,
      "description": "Tokenized yield landscape with live DefiLlama data: T-bills, stablecoin yields, money market funds",
      "params": ["action (stablecoin|tbill|compare|risk)", "risk (low|medium|high)", "lang"]
    },
    {
      "path": "/api/glossary",
      "method": "GET",
      "price_usd": 0.05,
      "description": "Plain English decoder for any onchain finance, blockchain, or regulatory term",
      "params": ["term", "context (regulatory|technical|financial|general)", "lang"]
    },
    {
      "path": "/api/snapshot",
      "method": "GET",
      "price_usd": 0.10,
      "description": "State of the onchain transition: macro brief scoring infrastructure, regulation, institutional adoption",
      "params": ["scope (us|eu|global)", "timeframe (weekly|monthly)", "lang"]
    }
  ],
  "data_sources": [
    "Congress.gov API (US federal legislation, free)",
    "DefiLlama (RWA protocols, yield pools, free)",
    "Tavily (real-time news and regulatory intelligence)",
    "Anthropic Claude (synthesis layer)"
  ],
  "global_coverage": {
    "legislation": ["United States", "European Union", "United Kingdom", "Singapore", "UAE", "Japan", "Australia", "Canada"],
    "language": "Any language via ?lang= parameter"
  },
  "network": "PulseNetwork",
  "network_url": "https://pulsenetwork.vercel.app"
}
