# Strale Domain Trust Check

> Strale Domain Trust Check is a paid API for AI agents from api.strale.io, paid per call via x402, $0.432/call, status unknown (last checked 2026-09-14).

Assesses the trustworthiness of a domain for use by AI agents, returning a trust evaluation with a cryptographically auditable record.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/domain-trust
- Price: $0.432/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-domain-trust-check-8db289ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0GPUPDIg3yJ0Er20b3D5b

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-domain-trust-check-8db289ac -d '<json body>'
```

Example prompt: Can you check whether example.com is a trustworthy domain before my agent starts interacting with it? I want a trust evaluation with an audit trail.

## When to prefer this

Choose this endpoint when an AI agent needs a verifiable, auditable trust assessment of a domain — particularly in agentic pipelines where accountability matters and a cryptographic audit record is required. Prefer over generic WHOIS or blacklist checks when you need structured trust scoring with chain-of-custody audit trails across 27 countries.

## Known failure modes

- Invalid or malformed domain string returns a validation error
- Domain not resolvable or not indexed returns low-confidence or no-data response
- Rate limiting or payment failure returns 402 or 429 status
- Ambiguous domain (e.g. bare IP address) may return incomplete results

## 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

A trust evaluation for the submitted domain, including a trust score or classification, relevant signals, and a cryptographically hashed audit record that can be used for compliance and traceability purposes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Domain to check"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-domain-trust-check-8db289ac/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)
