# PulseNetwork Vendor & Counterparty Due-Diligence Memo

> PulseNetwork Vendor & Counterparty Due-Diligence Memo is a paid API for AI agents from pulse.theaslangroupllc.com, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Generates a consolidated due-diligence memo covering OFAC sanctions screening, GLEIF legal-entity data, media vs. court-record narrative check, and optional on-chain token safety verdict for a named vendor or counterparty.

## Facts

- Endpoint: GET https://pulse.theaslangroupllc.com/api/hire/vendor-dd-memo
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pulsenetwork-vendor-counterparty-due-diligence-memo-f8e40659
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vrvHojp58HMfqoo4Tsg_i

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 pulsenetwork-vendor-counterparty-due-diligence-memo-f8e40659
```

Example prompt: Can you run a full vendor due-diligence memo on 'Meridian Trade Solutions LLC' — check them against OFAC sanctions (including aliases), pull their GLEIF legal-entity record, look for any media or court-record red flags, and if their token address is 0xAbC123...def, include the on-chain token safety verdict?

## When to prefer this

Choose this endpoint when you need a single consolidated due-diligence memo combining sanctions screening, legal entity verification, and adverse media checks — especially when alias-aware OFAC screening and GLEIF lookup in one call matter. Prefer it over point-solution APIs when you want a unified coverage report with honest data-gap disclosures. Particularly valuable when a token address is also in scope, as no other single endpoint combines on-chain token safety with traditional counterparty KYC signals.

## Known failure modes

- Company name not found in GLEIF registry — memo notes missing LEI with partial coverage
- OFAC name too ambiguous to screen deterministically — returns low-confidence flag requiring human review
- Token address malformed or unsupported chain — token safety section omitted with error note
- Counterparty has no media footprint — media/court section returns no-data coverage note
- Payment of $5 USDC not received — request rejected with 402 Payment Required
- Rate limit or service timeout — returns 503 with retry guidance

## How this service works

Vendor / counterparty due-diligence memo: OFAC sanctions screen (alias-aware, deterministic), GLEIF legal-entity lookup, media-narrative-vs-court-record check, and — if you pass a token address — a deterministic on-chain token safety verdict. Composed from live PulseNetwork engines into one memo with an honest per-source coverage block.

## Output

A structured due-diligence memo containing: (1) OFAC sanctions screen result with alias-aware deterministic verdict, (2) GLEIF legal-entity lookup data including LEI and registration status, (3) media narrative vs. court-record discrepancy analysis, (4) optionally a deterministic on-chain token safety verdict if a token address was provided, and (5) an honest per-source coverage block indicating data availability and confidence for each section.

## 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": {
      "chain": {
       "type": "string"
      },
      "country": {
       "type": "string"
      },
      "jurisdiction": {
       "type": "string"
      },
      "company_or_token": {
       "type": "string"
      }
     }
    }
   },
   "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"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pulsenetwork-vendor-counterparty-due-diligence-memo-f8e40659/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pulse.theaslangroupllc.com](https://www.zero.xyz/host/pulse.theaslangroupllc.com/llms.txt)
