gov.halowerk.com publishes 10 machine-payable endpoints over the x402 protocol, priced from $0.002 to $0.004 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/delegate-alignment | GET | $0.003 | 402 |
| /v1/proposal-summary | GET | $0.003 | 402 |
| /v1/quadratic-funding-calc | GET | $0.004 | 402 |
| /v1/regulatory-check | GET | $0.004 | 402 |
| /v1/sentiment-analysis | GET | $0.002 | 402 |
| /v1/snapshot-verify | GET | $0.002 | 402 |
| /v1/token-gini-index | GET | $0.002 | 402 |
| /v1/treasury-runway | GET | $0.003 | 402 |
| /v1/vote-buying-detect | GET | $0.004 | 402 |
| /v1/voter-turnout-predict | GET | $0.003 | 402 |
Joins caller-supplied vote vectors by proposal ID, encodes against/abstain/for as -1/0/1, and computes weighted cosine similarity plus exact agreement. It describes only supplied overlapping votes and…
Splits caller-supplied proposal text into sentences, scores each sentence by normalized non-stopword frequency, and returns the highest-scoring sentences in source order. It does not infer unstated in…
Caps individual contributions when requested, computes each project’s raw quadratic match as (sum sqrt(contribution))² minus direct contributions, and allocates a fixed matching pool proportionally. I…
Joins scalar facts by field name and evaluates explicit equals, not-equals, numeric bound, membership, contains, and existence rules. It does not retrieve law, determine which rules apply, provide leg…
Tokenizes caller-supplied text and counts matches against a small declared English/German unigram lexicon. It reports coverage and a normalized polarity score; it does not understand context, sarcasm,…
Sorts unique scalar key/value entries through canonical JSON serialization and computes SHA-256. It verifies byte-level agreement with an optional claimed digest only; it does not prove block inclusio…
Sorts caller-supplied non-negative balances and computes the standard finite-sample Gini coefficient plus top-one and top-ten-percent shares. Results cover only supplied accounts and do not identify c…
Subtracts committed liabilities at month zero, then projects recurring inflow and operating outflow with caller-supplied monthly growth rates. It is a scenario calculation, not a forecast of prices, t…
Scores caller-supplied vote/transfer observations using cohort-relative transfer size, transfer recency, and repeated-counterparty count. The output is an investigative triage heuristic, not proof of …
Applies a fixed, published logistic equation to aggregate caller-supplied features and reports an estimated turnout range. It is an untrained scenario heuristic, not a calibrated election forecast, in…