# OnchainPulse RWA Issuer & Redemption Risk Reader

> OnchainPulse RWA Issuer & Redemption Risk Reader is a paid API for AI agents from onchainpulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns issuer risk, redemption mechanics, NAV publication cadence, attestation frequency, and chain/bridge risk for named tokenized real-world asset products (BUIDL, USDY, OUSG, USYC, USTB, BENJI, and others).

## Facts

- Endpoint: GET https://onchainpulse.theaslangroupllc.com/api/rwa-risk
- 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/onchainpulse-rwa-issuer-redemption-risk-reader-58745583
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q2_IkJQNeqSBRAbVTYScw

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-rwa-issuer-redemption-risk-reader-58745583
```

Example prompt: Pull the full issuer and redemption risk profile for BUIDL — I need the regulator, NAV publication cadence, attestation frequency, and any chain or bridge risks before we add it to the treasury.

## When to prefer this

Choose this endpoint when an AI agent or treasury operator needs structured due-diligence data on a specific named tokenized RWA product — particularly issuer risk, regulatory status, redemption liquidity, and onchain attestation hygiene. Prefer this over generic RWA market data endpoints when the task is risk assessment or compliance review of a specific product like BUIDL, USDY, OUSG, USYC, USTB, or BENJI, rather than broad market intelligence.

## Known failure modes

- Unknown or unsupported product ticker returns an error or empty result
- Stale attestation or NAV data if the issuer has not recently published updates
- Product ticker ambiguity (e.g. similar names across chains) may return incorrect profile
- Network/payment failure via x402 results in 402 or timeout
- Rate limiting if called excessively in short succession

## How this service works

Issuer and redemption risk read for a named tokenized RWA product (BUIDL, USDY, OUSG, USYC, USTB, BENJI, and others) — regulator, redemption mechanics, NAV publication, attestation cadence, chain/bridge risk. For due-diligence and treasury agents.

## Output

A structured risk profile for the specified tokenized RWA product, including: issuer identity and regulatory oversight, redemption mechanics and liquidity constraints, NAV publication frequency, attestation cadence, and any chain or bridge-related risks relevant for due-diligence or treasury allocation decisions.

## 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"
      },
      "product": {
       "type": "string",
       "description": "BUIDL | USDY | OUSG | USYC | USTB | BENJI | any other RWA product name"
      }
     }
    }
   },
   "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": {
  "product": "BUIDL",
  "red_flags": [
   "Issuer-marked NAV, not an independent oracle",
   "Multi-chain deployment across 8 networks increases bridge/wrapping surface"
  ],
  "issuer_profile": {
   "issuer": "BlackRock Financial Management, Inc.",
   "regulator_or_structure": "Reg D private fund; Securitize Markets LLC is SEC-registered transfer agent"
  },
  "redemption_mechanics": "Same-day settlement 8am-3pm ET via Securitize; $250,000 minimum"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainpulse-rwa-issuer-redemption-risk-reader-58745583/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)
