# Strale Token Project Due Diligence

> Strale Token Project Due Diligence is a paid API for AI agents from api.strale.io, paid per call via x402, $0.669601/call, status unknown (last checked 2026-09-14).

Performs sanctions screening and compliance checks on a crypto/DeFi token project given its website domain and entity name

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/token-project-dd
- Price: $0.669601/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-token-project-due-diligence-a0ff21e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6cmzF1hqGjyhYeeBpWso3

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-token-project-due-diligence-a0ff21e1 -d '<json body>'
```

Example prompt: Can you run a sanctions and compliance check on the token project Uniswap — their domain is uniswap.org — and tell me if they're clean before we proceed?

## When to prefer this

Use this endpoint when you need to perform sanctions screening or compliance due diligence specifically on a crypto token project or DeFi protocol before engaging with it, investing in it, or listing it. It combines domain-based lookup with entity name screening, making it suitable for automated AML/compliance workflows in Web3 contexts.

## Known failure modes

- Domain not found or unresolvable — returns error indicating unknown domain
- Entity name not recognized or too ambiguous — may return low-confidence or empty results
- Sanctions database unavailable — service error or timeout
- Invalid input format for domain or entity_name — 400 validation error
- Project has no public data — returns empty or partial compliance record

## How this service works

Evaluates a token project's legitimacy before investment or integration. Checks domain infrastructure, security posture, sanctions status, and technology stack. The answer to "is this token project real?"

## Output

Structured JSON with compliance and sanctions screening result for the token project, including audit trail data indicating whether the project or associated entity appears on sanctions lists or fails financial validation checks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Token project website domain (e.g. uniswap.org)"
  },
  "entity_name": {
   "type": "string",
   "description": "Project or company name for sanctions screening"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-token-project-due-diligence-a0ff21e1/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)
