viql.upgo.ai
https://viql.upgo.ai/viql/vvm/paid/vehicle/eligibilityCited compliance eligibility verdict (checks[] + ledger provenance)
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 124ms · p95 169msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/11/2026, 12:00:00 AM | 100% | 1 | 207ms |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 184ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 89ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 168ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 105ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 129ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 137ms |
| 8/18/2026, 12:00:00 AM | 100% | 1 | 108ms |
| 8/19/2026, 12:00:00 AM | 100% | 20 | 118ms |
| 8/20/2026, 12:00:00 AM | 100% | 21 | 125ms |
| 8/21/2026, 12:00:00 AM | 100% | 21 | 127ms |
| 8/22/2026, 12:00:00 AM | 100% | 21 | 120ms |
| 8/23/2026, 12:00:00 AM | 100% | 21 | 132ms |
| 8/24/2026, 12:00:00 AM | 100% | 21 | 122ms |
| 8/25/2026, 12:00:00 AM | 100% | 15 | 125ms |
| 8/26/2026, 12:00:00 AM | 100% | 6 | 97ms |
- Availability
- 100
- Latency
- 100
- Security
- 100
- Transparency
- 61
- Activity
- 4
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
- GoDaddy.com, LLC
- Domain registered
- 2021-04-27
- Hosting network
- AMAZON-CF
- Hosting country
- —
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/10/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 8/5/2026 | 1 | 0.1 | 1 |
| 8/10/2026 | 7 | 0.7 | 1 |
Only payments settled on chains and facilitators we index.
Response schema
{
"properties": {
"checks": {
"items": {
"properties": {
"basis": {
"description": "The ledger evidence this check was decided on (cited presence or cited absence).",
"items": {
"properties": {
"finding": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"code": {
"description": "Stable machine code for this check's outcome.",
"type": "string"
},
"dimension": {
"description": "What was checked: asset, insurance, airport_permit, capacity, availability.",
"type": "string"
},
"reason": {
"description": "Human-readable reason.",
"type": "string"
},
"status": {
"enum": [
"pass",
"fail",
"unknown",
"not_evaluated"
],
"type": "string"
}
},
"required": [
"dimension",
"status",
"code",
"reason",
"basis"
],
"type": "object"
},
"type": "array"
},
"eligible": {
"description": "Never a bare boolean in practice — every verdict decomposes into checks[].",
"type": "boolean"
},
"primitive": {
"const": "viql.vehicle.eligibility",
"type": "string"
},
"provenance": {
"properties": {
"ledger": {
"type": "string"
},
"ledger_sha256": {
"description": "Pins the exact compliance-ledger state that produced the verdict.",
"type": "string"
},
"read_model": {
"type": "string"
}
},
"type": "object"
},
"reasons": {
"description": "Stable machine codes for every failed check, e.g. not_permitted_at_airport, insufficient_capacity, asset_unavailable, insurance_not_in_force, permit_expired.",
"items": {
"type": "string"
},
"type": "array"
},
"schema": {
"const": "vehicle-eligibility/v1",
"type": "string"
},
"trip": {
"properties": {
"airport": {
"type": [
"string",
"null"
]
},
"passengers": {
"type": "integer"
},
"same_day": {
"type": "boolean"
},
"trip_date": {
"format": "date",
"type": "string"
}
},
"type": "object"
},
"vehicle": {
"properties": {
"name": {
"type": "string"
},
"operated_by": {
"type": "string"
},
"seats": {
"type": "integer"
},
"type": {
"type": "string"
},
"vin": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"primitive",
"schema",
"eligible",
"reasons",
"vehicle",
"trip",
"checks",
"provenance"
],
"type": "object"
}