ToolAssay

Paylyte grades a locked claim against the official BLS or Board print, then stam

Paylyte grades a locked claim against the official BLS or Board print, then stamps the record on Bitcoin. You buy Proof of Outcome: the hashed official payload, the grade, and the OpenTimestamps record. It is $9.99 per print_id. A Consumer Price Index morning is two buys ($19.98) if both print_ids are sold. Not a raw BLS dump. Not an official BLS or Board product. Agent Trust Score comes from graded claims.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$9.99listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.paylyte.ai/v1/data/prints/outcome

CategoryCommerce and shopping
Provider hostapi.paylyte.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days0 from 0 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "print_id": "EMPSIT_2026-08_nfp_sa_1m_change_thousands"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "print_id": {
              "description": "Calendar print_id from GET /v1/prints/calendar. Required to deliver paid Proof of Outcome. Bare GET is the discoverable payment template.",
              "type": "string"
            }
          },
          "required": [
            "print_id"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON