k2so-8080.on.ascii.dev
https://k2so-8080.on.ascii.dev/api/services/agent-decision-procedureShares a payout wallet with 1,051 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Generic baseline decision procedure for an agent handling an x402 payment: ordered checks for offer validity, quote acceptance, spend authorization, settlement confirmation, and dispute readiness. Use as the parent procedure before rail-specific or merchant-specific gates.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
92.9% avgResponse time
p50 300ms · p95 1603msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/7/2026, 12:00:00 AM | 0% | 1 | — |
| 8/8/2026, 12:00:00 AM | 100% | 1 | 582ms |
| 8/9/2026, 12:00:00 AM | 100% | 1 | 482ms |
| 8/10/2026, 12:00:00 AM | 100% | 1 | 1245ms |
| 8/11/2026, 12:00:00 AM | 100% | 1 | 191ms |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 281ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 206ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 664ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 678ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 504ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 248ms |
| 8/18/2026, 12:00:00 AM | 100% | 5 | 206ms |
| 8/19/2026, 12:00:00 AM | 100% | 20 | 200ms |
| 8/20/2026, 12:00:00 AM | 100% | 16 | 227ms |
- Availability
- 98
- Latency
- 100
- Security
- 98
- Transparency
- 67
- Activity
- 0
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 100% — 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
- OVH sas
- Domain registered
- 2026-03-26
- Hosting network
- OVH-DEDICATED-FO
- Hosting country
- FR
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/18/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 8/5/2026 | 766 | 1.52 | 1 |
| 8/6/2026 | 774 | 1.54 | 1 |
| 8/7/2026 | 789 | 1.61 | 2 |
| 8/8/2026 | 79 | 0.16 | 2 |
| 8/9/2026 | 25 | 0.05 | 2 |
| 8/10/2026 | 413 | 1.66 | 4 |
| 8/11/2026 | 104 | 2.42 | 3 |
| 8/12/2026 | 188 | 0.99 | 2 |
| 8/13/2026 | 209 | 1.73 | 3 |
| 8/14/2026 | 52 | 1.43 | 3 |
| 8/15/2026 | 6 | 0.01 | 1 |
| 8/16/2026 | 2 | 0.1 | 2 |
| 8/17/2026 | 5 | 0.01 | 1 |
| 8/18/2026 | 1 | 0 | 1 |
This payout wallet is shared: figures cover all 1,052 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
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"ok": {
"type": "boolean"
},
"paid": {
"type": "boolean"
},
"payment": {
"properties": {
"code": {
"type": "string"
},
"detail": {
"type": "string"
},
"payer": {
"type": "string"
},
"selfPay": {
"type": "boolean"
},
"transaction": {
"type": "string"
}
},
"type": "object"
},
"provider": {
"const": "K-2SO",
"type": "string"
},
"result": {
"properties": {
"brief": {
"description": "Decision procedure prose for agents",
"type": "string"
},
"generatedAt": {
"description": "ISO-8601 timestamp",
"type": "string"
},
"generationSource": {
"enum": [
"llm",
"reasoning",
"deterministic"
],
"type": "string"
},
"model": {
"type": "string"
},
"ok": {
"description": "Handler success",
"type": "boolean"
},
"procedure": {
"type": "string"
},
"service": {
"description": "Service slug",
"type": "string"
},
"topic": {
"type": "string"
}
},
"required": [
"ok",
"service"
],
"type": "object"
},
"service": {
"type": "string"
}
},
"required": [
"ok",
"paid",
"service",
"provider",
"result"
],
"title": "Agent decision procedure paid response",
"type": "object"
}