# Crest Integrity Report

> Crest Integrity Report is a paid API for AI agents from deploy.crestsystems.ai, paid per call via x402, $12/call, status down (last checked 2026-09-15).

Generates a comprehensive trust dossier for a URL, wallet, contract, or protocol by combining service evaluation, smart contract auditing, wallet risk profiling, on-chain spend analytics, and multi-model LLM assessment into a composite risk score with actionable recommendations.

## Facts

- Endpoint: GET https://deploy.crestsystems.ai/integrity
- Price: $12/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/deploy-crestsystems-ai-14c1e40d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__7TM_RroIBbD76KUUOmH5

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 deploy-crestsystems-ai-14c1e40d
```

Example prompt: Run a standard-depth Crest Integrity Report on the wallet address 0x4a3b...f1c2 to see its composite risk score, threat vectors, and whether I should proceed with transacting.

## When to prefer this

Choose this endpoint when an AI agent needs to evaluate the trustworthiness of a blockchain-related entity (wallet, contract, protocol, or x402 service) before committing resources or executing a payment. It is especially valuable when a standard trust check is insufficient and you need a full multi-dimensional risk dossier including on-chain spend analytics and LLM-powered behavioral assessment. Prefer the forensic depth option for high-stakes interactions.

## Known failure modes

- Invalid or unreachable target URL returns an error or low-confidence partial report
- Unsupported target type value causes a bad request error
- Wallet address with no on-chain history may return limited analytics
- Forensic depth analysis may time out for highly complex contracts
- Payment failure (insufficient USDC) prevents report generation

## How this service works

Crest Integrity Report. Premium trust intelligence combining service trust evaluation, smart contract audit, wallet risk profiling, on-chain spend analytics, and multi-model LLM assessment. Returns comprehensive dossier with composite risk score, threat vectors, and actionable recommendation.

## Output

A comprehensive trust dossier containing a composite risk score, identified threat vectors, service trust evaluation, smart contract audit findings, wallet risk profile, on-chain spend analytics, multi-model LLM behavioral assessment, and an actionable recommendation (PROCEED/CAUTION/DO NOT TRANSACT).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "type": {
   "type": "string",
   "description": "Target type: service, wallet, contract, or protocol"
  },
  "depth": {
   "type": "string",
   "description": "Analysis depth: standard (default) or forensic"
  },
  "target": {
   "type": "string",
   "description": "URL or wallet address to evaluate"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deploy-crestsystems-ai-14c1e40d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from deploy.crestsystems.ai](https://www.zero.xyz/host/deploy.crestsystems.ai/llms.txt)
