# Strale Web3 DApp Trust Check

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

Checks a Web3 decentralized application (dApp) URL for trust, quality, compliance, and risk signals, returning structured JSON with an audit trail.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/web3-dapp-trust
- Price: $0.280801/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-web3-dapp-trust-check-690c8b7c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Yc5OyKfRg0PCSJ6Mca-VO

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-dapp-trust-check-690c8b7c -d '<json body>'
```

Example prompt: Can you run a trust and compliance check on this dApp — https://app.uniswap.org — and tell me if it's safe to connect my wallet, including any risk flags or quality issues?

## When to prefer this

Use this endpoint when an AI agent or user needs to assess the trustworthiness, compliance status, or risk profile of a Web3 dApp before interacting with it — especially before wallet connections or financial transactions. Prefer this over generic web reputation tools when the target is specifically a blockchain/DeFi application.

## Known failure modes

- Invalid or non-resolvable URL returns a validation error
- Non-dApp URLs (e.g. regular websites) may return low-confidence or inconclusive results
- Payment failure (insufficient USDC) results in 402 response and no data returned
- Timeout if the dApp URL is unreachable or slow to respond
- Unknown or very new dApp may return limited signals due to lack of historical data

## How this service works

Before connecting your wallet to a dApp, verify it's not a phishing clone. Combines GoPlus phishing detection with deep domain intelligence — reputation scoring, SSL verification, WHOIS data, and technology stack analysis.

## Output

Structured JSON containing trust score, compliance status, quality assessment, risk signals, and an audit trail for the submitted dApp URL.

## Example request

```json
{
 "url": "https://app.uniswap.org"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "dApp URL to check"
  }
 }
}
```

## More

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