kairostamp.com
https://kairostamp.com/api/v1/verifyShares a payout wallet with 9 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Receipt verification: read-only hash-chain verification of one existing Kairostamp receipt id. Recomputes the canonical SHA-256 digest, compares it with the stored chain hash, checks linkage to the preceding entry and reports whether the entry is covered by an on-chain checkpoint. Performs no outbound fetch. Single GET query parameter (receipt_id).
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
93.3% avgResponse time
p50 595ms · p95 1557msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/23/2026, 11:00:00 AM | 0% | 1 | — |
| 8/24/2026, 11:00:00 AM | 0% | 1 | — |
| 8/25/2026, 11:00:00 AM | 100% | 1 | 2843ms |
| 8/25/2026, 1:00:00 PM | 100% | 1 | 1858ms |
| 8/25/2026, 4:00:00 PM | 100% | 1 | 696ms |
| 8/25/2026, 7:00:00 PM | 100% | 1 | 460ms |
| 8/25/2026, 9:00:00 PM | 100% | 1 | 462ms |
| 8/26/2026, 12:00:00 AM | 100% | 1 | 673ms |
| 8/26/2026, 2:00:00 AM | 100% | 1 | 763ms |
| 8/26/2026, 5:00:00 AM | 100% | 1 | 438ms |
| 8/26/2026, 8:00:00 AM | 100% | 1 | 438ms |
| 8/26/2026, 10:00:00 AM | 100% | 1 | 457ms |
| 8/26/2026, 1:00:00 PM | 100% | 1 | 658ms |
| 8/26/2026, 4:00:00 PM | 100% | 1 | 867ms |
| 8/26/2026, 6:00:00 PM | 100% | 1 | 434ms |
| 8/26/2026, 9:00:00 PM | 100% | 1 | 437ms |
| 8/26/2026, 11:00:00 PM | 100% | 1 | 596ms |
| 8/27/2026, 2:00:00 AM | 100% | 1 | 635ms |
| 8/27/2026, 5:00:00 AM | 100% | 1 | 442ms |
| 8/27/2026, 7:00:00 AM | 100% | 1 | 440ms |
| 8/27/2026, 10:00:00 AM | 100% | 1 | 1106ms |
| 8/27/2026, 1:00:00 PM | 100% | 1 | 648ms |
| 8/27/2026, 3:00:00 PM | 100% | 1 | 449ms |
| 8/27/2026, 4:00:00 PM | 100% | 1 | 674ms |
| 8/27/2026, 5:00:00 PM | 100% | 1 | 452ms |
| 8/27/2026, 6:00:00 PM | 100% | 1 | 736ms |
| 8/27/2026, 7:00:00 PM | 100% | 1 | 456ms |
| 8/27/2026, 9:00:00 PM | 100% | 1 | 441ms |
| 8/27/2026, 10:00:00 PM | 100% | 1 | 461ms |
| 8/27/2026, 11:00:00 PM | 100% | 1 | 595ms |
- Availability
- 93
- Latency
- 92
- Security
- 100
- Transparency
- 67
- Activity
- 1
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
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 60% — 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
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- Porkbun LLC
- Domain registered
- 2026-08-21
- Hosting network
- DET-FRA-CUSTOMERS
- Hosting country
- EU
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)
Payments per day
last payment 8/23/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 8/23/2026 | 11 | 0.04 | 2 |
This payout wallet is shared: figures cover all 10 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"properties": {
"anchor": {
"properties": {
"chain_seq": {
"type": [
"integer",
"null"
]
},
"covered": {
"description": "True when a checkpoint covers this entry.",
"type": "boolean"
},
"network": {
"type": [
"string",
"null"
]
},
"note": {
"type": "string"
},
"status": {
"type": [
"string",
"null"
]
}
},
"required": [
"covered"
],
"type": "object"
},
"chain": {
"properties": {
"chain_hash": {
"type": [
"string",
"null"
]
},
"chain_seq": {
"type": "integer"
},
"linked": {
"description": "True when the stored previous hash matches the preceding entry.",
"type": [
"boolean",
"null"
]
},
"previous_chain_hash": {
"type": [
"string",
"null"
]
}
},
"required": [
"chain_seq",
"chain_hash",
"previous_chain_hash",
"linked"
],
"type": "object"
},
"codes": {
"items": {
"type": "string"
},
"type": "array"
},
"exists": {
"type": "boolean"
},
"method": {
"description": "Verification method used.",
"type": "string"
},
"receipt_id": {
"format": "uuid",
"type": "string"
},
"verdict": {
"description": "Result of recomputing the canonical digest for this entry.",
"enum": [
"valid",
"invalid",
"indeterminate",
"quarantined_legacy"
],
"type": "string"
}
},
"required": [
"receipt_id",
"exists",
"verdict",
"chain"
],
"type": "object"
}