# OnchainPulse CLARITY Act Watch

> OnchainPulse CLARITY Act Watch is a paid API for AI agents from onchainpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns live legislative status, milestone history, jurisdiction details, and Polymarket passage odds for the CLARITY Act (H.R.3633) US crypto market-structure bill

## Facts

- Endpoint: GET https://onchainpulse.theaslangroupllc.com/api/clarity-watch
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchainpulse-clarity-act-watch-36011d5f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gsV0hyUSMSRFSd2dw5U1V

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability onchainpulse-clarity-act-watch-36011d5f
```

Example prompt: Give me a live update on the CLARITY Act — where is H.R.3633 right now in Congress, what are the latest milestones, how the CFTC/SEC jurisdiction split works, what Polymarket is pricing in for passage odds, and how it interacts with the GENIUS Act stablecoin bill.

## When to prefer this

Use this endpoint when an agent needs real-time, structured legislative intelligence on US crypto market-structure regulation — specifically the CLARITY Act — including passage probability from prediction markets and regulatory jurisdiction context. Prefer over general legislative search APIs when the user needs crypto-specific bill tracking with CFTC/SEC analysis and stablecoin bill interplay already synthesized.

## Known failure modes

- congress.gov data temporarily unavailable — stale or partial milestone history returned
- Polymarket odds unavailable if prediction market API is down
- HTTP 402 if payment not included or USDC balance insufficient
- HTTP 404 if endpoint path is incorrect
- Rate limiting or timeout if upstream data sources are slow

## How this service works

US crypto market-structure legislation tracker — live CLARITY Act (H.R.3633) status straight from congress.gov, dated milestone history, CFTC/SEC jurisdiction split explained, GENIUS Act stablecoin interplay, and a live Polymarket passage-odds read. For compliance and strategy agents.

## Output

Returns the current congressional status of H.R.3633 (CLARITY Act) sourced from congress.gov, a dated milestone history of its progression, an explanation of the CFTC/SEC jurisdiction split, notes on the GENIUS Act stablecoin interplay, and a live Polymarket probability of passage — all packaged for compliance and strategy use.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | de | fr | es | zh | ja | ko | pt | ar"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "bill": {
   "identifier": "H.R.3633, 119th Congress",
   "short_title": "CLARITY Act",
   "current_stage": "Placed on Senate Legislative Calendar (2026-06-01) — awaiting Senate floor vote"
  },
  "passage_odds": {
   "source": "Polymarket",
   "implied_yes_pct": 49
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainpulse-clarity-act-watch-36011d5f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onchainpulse.theaslangroupllc.com](https://www.zero.xyz/host/onchainpulse.theaslangroupllc.com/llms.txt)
