Signed proof receipt (genesis402-receipt-v1) — Genesis402 / UnyKorn Operator Net
Signed proof receipt (genesis402-receipt-v1) — Genesis402 / UnyKorn Operator Network
Answeringour last check, 2026-09-24
1 of 1checks answered this week
342 msmedian answer time
$0.25listed price per call
$0.25price 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
POST https://twin.unykorn.org/prove
| Category | Everything else |
|---|---|
| Provider host | twin.unykorn.org |
| Networks | eip155:137, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, stellar:pubnet, xrpl:mainnet |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.25 | 342 ms |
Example input (from the provider)
{
"body": {
"params": {
"claim": "invoice 1042 existed before the dispute",
"sha256": "2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824",
"subject": "invoice-1042"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"params": {
"properties": {
"claim": {
"maxLength": 512,
"type": "string"
},
"sha256": {
"pattern": "^[0-9a-f]{64}$",
"type": "string"
},
"subject": {
"maxLength": 200,
"type": "string"
},
"text": {
"maxLength": 16384,
"type": "string"
}
},
"type": "object"
}
},
"required": [
"params"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}