# Strale Web3 Counterparty KYB

> Strale Web3 Counterparty KYB is a paid API for AI agents from api.strale.io, paid per call via x402, $0.756/call, status unknown (last checked 2026-09-15).

Performs Know Your Business (KYB) verification and sanctions screening for Web3 counterparties (companies, DAOs, or projects) using their domain and entity name.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/web3-counterparty-kyb
- Price: $0.756/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-web3-counterparty-kyb-99a6547e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J0lOZyyHbIAX1s1yccspC

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 strale-web3-counterparty-kyb-99a6547e -d '<json body>'
```

Example prompt: Can you run a KYB and sanctions screen on the Web3 company Uniswap Labs — their domain is uniswap.org — before we sign a partnership agreement with them?

## When to prefer this

Use this endpoint when you need to perform compliance-grade KYB and sanctions screening specifically on Web3-native entities such as DAOs, DeFi protocols, or crypto projects. It is purpose-built for Web3 counterparties and returns cryptographically auditable records suitable for regulatory documentation. Prefer this over generic KYB tools when your counterparty is blockchain-native and traditional company registries may not have coverage.

## Known failure modes

- Domain not found or unreachable — entity cannot be matched to a known organization
- Entity name ambiguous — multiple matches found, requiring disambiguation
- Entity is on a sanctions list — result flags the match with relevant list details
- Input validation failure — malformed domain or missing required fields
- Timeout — external data sources for KYB unavailable
- Insufficient data — entity too new or obscure to verify conclusively

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns a KYB verification report for the specified Web3 entity including identity verification status, sanctions screening results, entity metadata, and a tamper-evident audit record with cryptographic chain hashing for compliance documentation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Counterparty website domain"
  },
  "entity_name": {
   "type": "string",
   "description": "Company, DAO, or project name for sanctions screening"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-web3-counterparty-kyb-99a6547e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
