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.
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
| Category | Commerce and shopping |
|---|---|
| Provider host | api.paylyte.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 0 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"
}