x402.halowerk.com
https://x402.halowerk.com/receipt/verifyShares a payout wallet with 376 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Cryptographic verification of the offer-receipt extension of x402. Accepts a signed offer in eip712, jws or eip191 form — either bundled as {format, payload, signature} or as payload plus a separate signature — and an optional signed receipt. Recovers the signer, compares it with the payTo of the offer, compares receipt and offer field by field and names every divergence with the value on each side, checks whether the offer has expired and whether the receipt timestamps are plausible against sta
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
41.7% avgResponse time
p50 234ms · p95 242msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/10/2026, 12:00:00 AM | 0% | 1 | — |
| 8/11/2026, 12:00:00 AM | 0% | 1 | — |
| 8/12/2026, 12:00:00 AM | 0% | 1 | — |
| 8/13/2026, 12:00:00 AM | 0% | 1 | — |
| 8/14/2026, 12:00:00 AM | 0% | 1 | — |
| 8/15/2026, 12:00:00 AM | 0% | 1 | — |
| 8/16/2026, 12:00:00 AM | 0% | 1 | — |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 230ms |
| 8/18/2026, 12:00:00 AM | 100% | 1 | 231ms |
| 8/19/2026, 12:00:00 AM | 100% | 20 | 236ms |
| 8/20/2026, 12:00:00 AM | 100% | 21 | 233ms |
| 8/21/2026, 12:00:00 AM | 100% | 7 | 234ms |
- Availability
- 88
- Latency
- 100
- Security
- 100
- 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
- RegistryGate GmbH
- Domain registered
- 2026-08-06
- Hosting network
- CLOUD-NBG1
- Hosting country
- DE
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/21/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 7/30/2026 | 1 | 0.02 | 1 |
| 8/3/2026 | 2 | 0.04 | 1 |
| 8/6/2026 | 4 | 0.01 | 2 |
| 8/7/2026 | 87 | 0.37 | 1 |
| 8/9/2026 | 126 | 0.49 | 1 |
| 8/10/2026 | 22 | 0.13 | 2 |
| 8/11/2026 | 237 | 1.21 | 2 |
| 8/12/2026 | 20 | 0.07 | 2 |
| 8/13/2026 | 94 | 0.4 | 2 |
| 8/14/2026 | 26 | 0.08 | 3 |
| 8/15/2026 | 2 | 1.3 | 1 |
| 8/16/2026 | 62 | 0.27 | 1 |
| 8/17/2026 | 9 | 0.03 | 2 |
| 8/18/2026 | 20 | 0.05 | 3 |
| 8/19/2026 | 18 | 0.05 | 2 |
| 8/20/2026 | 14 | 0.06 | 2 |
| 8/21/2026 | 2 | 0 | 1 |
This payout wallet is shared: figures cover all 377 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": {
"expired": {
"type": [
"boolean",
"null"
]
},
"fields_compared": {
"items": {
"type": "string"
},
"type": "array"
},
"mismatches": {
"items": {
"properties": {
"feld": {
"type": "string"
},
"im_angebot": {
"type": [
"string",
"null"
]
},
"im_beleg": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": "array"
},
"offer_signature_valid": {
"type": [
"boolean",
"null"
]
},
"receipt_matches_offer": {
"type": [
"boolean",
"null"
]
},
"receipt_signature_valid": {
"type": [
"boolean",
"null"
]
},
"signer": {
"type": [
"string",
"null"
]
},
"signer_matches_pay_to": {
"type": [
"boolean",
"null"
]
},
"thresholds_used": {
"type": "object"
},
"timestamps_plausible": {
"type": [
"boolean",
"null"
]
},
"unavailable_fields": {
"items": {
"type": "string"
},
"type": "array"
},
"verdict": {
"enum": [
"gueltig",
"abweichung",
"ungueltig",
"nicht_pruefbar"
],
"type": "string"
},
"verdict_reasons": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}