kairostamp.com
https://kairostamp.com/api/v1/robots-checkShares a payout wallet with 9 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
robots.txt check: fetches the origin's /robots.txt server-side and reports whether a given URL path is allowed or blocked for a user agent, with the matched rule, the robots URL, the HTTP status, a timestamp and a tamper-evident receipt. Query parameters: url (required), user_agent (optional, defaults to *). Only robots.txt is fetched; no crawling. Pair with GET /api/v1/link-map or /api/v1/sitemap to plan an allowed fetch.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 319ms · p95 700msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/23/2026, 11:00:00 AM | 100% | 1 | 304ms |
| 8/23/2026, 12:00:00 PM | 100% | 1 | 527ms |
| 8/23/2026, 1:00:00 PM | 100% | 1 | 539ms |
| 8/23/2026, 3:00:00 PM | 100% | 1 | 298ms |
| 8/23/2026, 4:00:00 PM | 100% | 1 | 728ms |
| 8/23/2026, 5:00:00 PM | 100% | 1 | 319ms |
| 8/23/2026, 6:00:00 PM | 100% | 1 | 673ms |
| 8/23/2026, 7:00:00 PM | 100% | 1 | 301ms |
| 8/23/2026, 8:00:00 PM | 100% | 1 | 306ms |
| 8/23/2026, 9:00:00 PM | 100% | 1 | 301ms |
- Availability
- 100
- Latency
- 100
- 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 20% — 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": {
"chain_hash": {
"description": "Tamper-evident hash-chain value.",
"type": [
"string",
"null"
]
},
"decision": {
"enum": [
"allowed",
"blocked",
"unknown"
],
"type": "string"
},
"fetched_at": {
"format": "date-time",
"type": [
"string",
"null"
]
},
"matched_rule": {
"type": [
"string",
"null"
]
},
"matched_user_agent": {
"type": [
"string",
"null"
]
},
"note": {
"type": "string"
},
"receipt_id": {
"format": "uuid",
"type": [
"string",
"null"
]
},
"robots_status": {
"type": [
"integer",
"null"
]
},
"robots_url": {
"format": "uri",
"type": [
"string",
"null"
]
},
"target_url": {
"format": "uri",
"type": "string"
},
"user_agent": {
"type": "string"
}
},
"required": [
"target_url",
"decision",
"robots_url"
],
"type": "object"
}