# Strale Web3 Token Safety

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

Checks a token contract address for safety signals including scam risk, reputation, and on-chain risk indicators across multiple chains

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/web3-token-safety
- Price: $0.0864/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-token-safety-163d5148
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_--j0Amg-HC6gIuTVOshBy

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-token-safety-163d5148 -d '<json body>'
```

Example prompt: Can you check whether the token contract 0xdAC17F958D2ee523a2206206994597C13D831ec7 on Ethereum (chain ID 1) is safe — scan it for scam signals and check the project domain tether.to while you're at it?

## When to prefer this

Choose this endpoint when you need a quick, auditable safety check on a specific token contract before interacting with it, investing, or listing it. Particularly useful when you need cryptographic audit trails of the safety check. Best when you have a contract address and optionally a project domain to cross-reference reputation signals.

## Known failure modes

- Invalid or malformed contract address returns validation error
- Unsupported chain_id returns unsupported network error
- Unknown or unindexed contract may return limited data
- Project domain not found may return null reputation score
- Rate limiting or payment failure returns 402 or 429 status

## 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 safety assessment for the given token contract including risk score, scam indicators, honeypot flags, on-chain reputation signals, and project domain reputation. Every response includes a cryptographically hashed audit record for verifiability.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-web3-token-safety-163d5148/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)
