# StablecoinPulse Issuer GENIUS Act Compliance Check

> StablecoinPulse Issuer GENIUS Act Compliance Check is a paid API for AI agents from stablecoinpulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns GENIUS Act compliance profile for a named stablecoin issuer — charter type, regulator, attestation cadence, reserve composition, and live Federal Register rulemaking citations.

## Facts

- Endpoint: GET https://stablecoinpulse.theaslangroupllc.com/api/issuer-check
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablecoinpulse-issuer-genius-act-compliance-check-9575c726
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wadOXml-bYsH0bztWE5va

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 stablecoinpulse-issuer-genius-act-compliance-check-9575c726
```

Example prompt: Pull up the GENIUS Act compliance profile for Circle — I need their charter type, which regulator oversees them, how often they attest to reserves, what their reserve composition looks like, and any live Federal Register rulemaking citations.

## When to prefer this

Use this endpoint when you need a structured, regulation-specific compliance snapshot for a specific stablecoin issuer under the GENIUS Act — particularly when you need charter type, regulator identity, attestation cadence, reserve breakdown, and Federal Register citations in one call. Prefer this over generic search when you need structured, grounded regulatory data rather than raw web results.

## Known failure modes

- Unknown or misspelled issuer name returns a not-found or low-confidence result
- Issuer has not publicly disclosed reserve composition, resulting in partial data
- Federal Register API unavailable, causing incomplete rulemaking citation data
- Issuer is too new or obscure to have established GENIUS Act compliance posture
- Rate limiting or payment failure resulting in 402 response

## How this service works

GENIUS Act compliance read for a named stablecoin issuer — charter type, regulator, attestation cadence, and reserve composition where publicly disclosed, plus current Federal Register rulemaking citations. Grounded in live search and the Federal Register API.

## Output

A structured compliance profile for the named stablecoin issuer including: charter type (e.g. federal trust, state money transmitter), the applicable regulator, attestation frequency, publicly disclosed reserve composition, and current Federal Register rulemaking citations relevant to the GENIUS Act — all grounded in live search and the Federal Register API.

## 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": "e.g. en, es, fr, de, ja, zh, ko, pt, ar (default: en; forwarded to the model, not strictly validated)"
      },
      "issuer": {
       "type": "string",
       "description": "Issuer name, e.g. Circle | Tether | Paxos | Ripple (one of issuer or stablecoin required)"
      },
      "stablecoin": {
       "type": "string",
       "description": "Stablecoin ticker, e.g. USDT | USDC | PYUSD (one of issuer or stablecoin required)"
      }
     }
    }
   },
   "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": {
  "issuer": "Circle Internet Financial",
  "regulator": "New York Department of Financial Services",
  "confidence": "medium",
  "stablecoin": "USDC",
  "charter_type": "NY DFS-regulated trust company (Circle affiliate)"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablecoinpulse-issuer-genius-act-compliance-check-9575c726/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablecoinpulse.theaslangroupllc.com](https://www.zero.xyz/host/stablecoinpulse.theaslangroupllc.com/llms.txt)
