Cleared Index
← Index

Verification

Cleared Check

Paste any origin URL. We return a trust score (0-100) and binary PASS/FAIL. Add ?entropy=1 for regime endpoints — or run the full unified loop.

0

Checks today

4,664

Total checks

46.64

$AEO burned

0.01

Per check

Scoring rubric

Manifest reachable15Origin serves /.well-known/x402.json
Schema valid15Manifest conforms to x402 spec
Endpoint responds15At least 1 endpoint returns expected status
Receipt settles20Canary probe payment completes on-chain
Disclosure present10No fabricated data claims
Uptime stable153+ successful rechecks over time
Identity verified10Operator claimed + email confirmed
Pass threshold70+Cleared eligible

Certified Hash

Per-transaction attestation

Attestation receipt, not insurance. Authority without liability. Add ?certify=certified to any check call to receive a SHA-256 attestation receipt — cryptographic proof that Cleared verified this endpoint at this exact timestamp.

$0.01per transaction — full score breakdown, manifest snapshot, methodology lock, 24h re-verification
POST /api/cleared/certify
{ "origin": "https://api.example.com", "tier": "certified" }

Certified Hash is an attestation receipt — a cryptographic proof that Cleared verified this endpoint at this timestamp using this methodology version. It is NOT insurance, a guarantee, or a warranty. It speaks to verification authority, not financial liability.

API

GET /api/cleared/check?origin=https://example.com

Returns JSON with pass, score, and full checks breakdown.

SDK

import { check } from "@cleared/sdk";
const result = await check("https://api.example.com");
if (result.pass) proceed();

3 lines. Your agent only pays endpoints that pass.