witness.outbid.sh

https://witness.outbid.sh/witness

Independent fact + signed receipt. $0.01 USDC.

63
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

100.0% avg
0% 50% 100% Aug 31Sep 1Sep 2Sep 3

Response time

p50 176ms · p95 299ms
0ms 100ms 200ms Aug 31Sep 1Sep 2Sep 3
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
8/31/2026, 12:00:00 AM 100% 18 174ms
9/1/2026, 12:00:00 AM 100% 21 199ms
9/2/2026, 12:00:00 AM 100% 20 176ms
9/3/2026, 12:00:00 AM 100% 2 196ms
63
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
100

How often it was reachable when we probed it (weight 35%).

Latency
100

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
49

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
19

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Facilitator
unknown
SDK
x402-express

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Domain registered
Hosting network
CLOUDFLARENET
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

359
payments (30d)
1.91
USD volume (30d)
7
paying wallets (30d)

Payments per day

last payment 9/2/2026
0 100 200 Aug 24Aug 30Aug 31Sep 2
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
8/24/2026 7 0.04 2
8/29/2026 1 0.05 1
8/30/2026 124 0.63 2
8/31/2026 113 0.58 2
9/1/2026 85 0.45 1
9/2/2026 29 0.17 3

Only payments settled on chains and facilitators we index.

Response schema
{
  "properties": {
    "agreement": {
      "type": "string"
    },
    "assertion": {
      "description": "Echoed post-condition; null when the request omitted it.",
      "type": [
        "string",
        "null"
      ]
    },
    "changed": {
      "description": "Change Proof — true when source bytes differ from the attached prior receipt; present only when prior_receipt was attached.",
      "type": "boolean"
    },
    "evidence": {
      "description": "Short cited snippet(s) around the extracted value(s), up to 160 characters.",
      "type": "string"
    },
    "method": {
      "description": "Full canonical method {url, retrieval, extract, assertion} — signed inside the receipt, so a second vantage can re-observe.",
      "type": "object"
    },
    "observed_at": {
      "format": "date-time",
      "type": "string"
    },
    "previous_source_hash": {
      "description": "Change Proof — the prior receipt source_hash; present only when prior_receipt was attached.",
      "type": "string"
    },
    "receipt": {
      "description": "ed25519 signature over deep canonical JSON; verify with GET /pubkey.",
      "type": "string"
    },
    "source_hash": {
      "description": "sha256 of the retrieved source text.",
      "type": "string"
    },
    "spec_hash": {
      "description": "sha256 of the deep-canonical method; same method => same spec_hash.",
      "type": "string"
    },
    "valid_until": {
      "description": "observed_at + 1h; receipts perish.",
      "format": "date-time",
      "type": "string"
    },
    "value": {
      "type": "object"
    },
    "vantage": {
      "type": "string"
    }
  },
  "required": [
    "value",
    "assertion",
    "observed_at",
    "source_hash",
    "evidence",
    "agreement",
    "method",
    "spec_hash",
    "valid_until",
    "vantage",
    "receipt"
  ],
  "type": "object"
}