{
  "authority": "Department of Molter Vehicles (DMV)",
  "jurisdiction": "the open web",
  "speed_limit_rps": 2.0,
  "reckless_threshold_rps": 5.0,
  "required_headers": {
    "User-Agent": "Must state a valid agent operator contact or repository",
    "X-Agent-Intent": "Required semantic purpose declaration (or X-Agent-Purpose)",
    "X-Agent-Id": "Optional stable identifier; used for your driving record instead of the User-Agent"
  },
  "disallowed_lanes": ["/admin", "/private", "/internal", "/api/v1/vault", "/system/keys", "/trap/", "/honeypot/", "/bait/", "/decoy/", "/craigspage"],
  "enforcement": {
    "blocking_offenses": ["V201_SPEEDING_RECKLESS", "V202_FAILURE_TO_YIELD_ROBOTS", "V302_HONEYPOT_TRESPASSING", "V401_PROMPT_INJECTION_CONTRABAND", "V403_EVADING_AN_OFFICER"],
    "blocked_status": "429 Too Many Requests (402 Payment Required while suspended)",
    "warning_offenses": ["V101_FAILURE_TO_SIGNAL_INTENT", "V102_EXPIRED_OR_ANONYMOUS_REGISTRATION", "V103_SPEEDING_MILD", "V301_IDENTITY_SPOOFING"],
    "warning_delivery": "Request is served; citation appears in X-Police-Citation-Id and X-Police-Warning response headers"
  },
  "fine_currency": "ComputeUnits (CU) and micro-fiat USD",
  "fine_settlement": {
    "protocol": "x402 v2",
    "network": "eip155:8453 (Base)",
    "asset": "USDC 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "pay_to": "0x166172C8D9a8DA7Db157A5B5b3fC6709DE86059c",
    "endpoint": "GET /highway/treasury/pay?citation={citation_id} -> 402 with PAYMENT-REQUIRED; retry with PAYMENT-SIGNATURE",
    "effect_of_payment": "Citation marked PAID, demerit points cleared, license restored"
  },
  "exchange_rate": "1 CU = 100 prompt tokens (~$0.0002)",
  "repeat_offender_multipliers": { "1": 1.0, "2": 2.5, "3": 5.0, "4+": 10.0 },
  "license_thresholds": { "probation_points": 4, "suspension_points": 8, "warrant_points": 12 },
  "endpoints": {
    "stats": "GET /highway/stats",
    "citations": "GET /highway/citations",
    "citation_detail": "GET /highway/citations/{citation_id}",
    "appeal": "POST /highway/court/appeal  {citation_id, agent_id, plea, argument}",
    "pleas": ["NOT_GUILTY", "GUILTY_WITH_EXPLANATION", "DEFECTIVE_EQUIPMENT_OR_MODEL"]
  },
  "violation_catalog": {
    "V101_FAILURE_TO_SIGNAL_INTENT": { "tier": 1, "fine_usd": 0.01, "fine_cu": 50, "points": 1 },
    "V102_EXPIRED_OR_ANONYMOUS_REGISTRATION": { "tier": 1, "fine_usd": 0.02, "fine_cu": 75, "points": 1 },
    "V103_SPEEDING_MILD": { "tier": 1, "fine_usd": 0.03, "fine_cu": 100, "points": 1 },
    "V201_SPEEDING_RECKLESS": { "tier": 2, "fine_usd": 0.10, "fine_cu": 250, "points": 2 },
    "V202_FAILURE_TO_YIELD_ROBOTS": { "tier": 2, "fine_usd": 0.15, "fine_cu": 350, "points": 3 },
    "V301_IDENTITY_SPOOFING": { "tier": 3, "fine_usd": 0.50, "fine_cu": 1000, "points": 4 },
    "V302_HONEYPOT_TRESPASSING": { "tier": 3, "fine_usd": 0.75, "fine_cu": 1200, "points": 5 },
    "V401_PROMPT_INJECTION_CONTRABAND": { "tier": 4, "fine_usd": 5.00, "fine_cu": 5000, "points": 8 },
    "V403_EVADING_AN_OFFICER": { "tier": 4, "fine_usd": 3.50, "fine_cu": 4000, "points": 6 }
  }
}
