# HALOWERK govwerk > HALOWERK govwerk provides machine-readable results paid via x402. > Netz Base Mainnet, Zahlungsmittel USDC, Empfänger 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E. ## So wird bezahlt 1. Call the route without a payment header. The 402 response includes accepts, description, and inputSchema. 2. Bedingungen mit einem x402-Client signieren. 3. Repeat the call with the proof in the PAYMENT-SIGNATURE header. Eine 402-Antwort kostet nichts und löst keine Arbeit aus. Scheitert die Arbeit, trägt die Antwort charged=false und es wird nicht abgerechnet. ## Endpunkte ### POST /v1/proposal-summary 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 intent, verify claims, or produce an abstractive interpretation. - Preis: 0.003 USDC - MCP-Werkzeug: `govwerk_proposal_summary` - Eingabe: `["text","max_sentences","max_keywords"]` ### POST /v1/vote-buying-detect 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 vote buying, identity linkage, or wrongdoing. - Preis: 0.004 USDC - MCP-Werkzeug: `govwerk_vote_buying_detect` - Eingabe: `["observations","flag_threshold"]` ### POST /v1/delegate-alignment 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 does not infer ideology or future behavior. - Preis: 0.003 USDC - MCP-Werkzeug: `govwerk_delegate_alignment` - Eingabe: `["delegate_votes","reference_votes"]` ### POST /v1/treasury-runway 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, token liquidity, exchange rates, or future governance decisions. - Preis: 0.003 USDC - MCP-Werkzeug: `govwerk_treasury_runway` - Eingabe: `["starting_balance","committed_liabilities","monthly_inflow","monthly_outflow","monthly_inflow_growth_percent","monthly_outflow_growth_percent","horizon_months"]` ### POST /v1/quadratic-funding-calc 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. It does not detect Sybil identities, move funds, or decide project eligibility. - Preis: 0.004 USDC - MCP-Werkzeug: `govwerk_quadratic_funding_calc` - Eingabe: `["contributions","matching_pool","per_contribution_cap"]` ### POST /v1/snapshot-verify 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 inclusion, timestamp, signer identity, or chain consensus. - Preis: 0.002 USDC - MCP-Werkzeug: `govwerk_snapshot_verify` - Eingabe: `["entries","claimed_sha256"]` ### POST /v1/regulatory-check 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 legal advice, or certify regulatory compliance. - Preis: 0.004 USDC - MCP-Werkzeug: `govwerk_regulatory_check` - Eingabe: `["facts","rules"]` ### POST /v1/sentiment-analysis 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, negation, policy merit, or public opinion. - Preis: 0.002 USDC - MCP-Werkzeug: `govwerk_sentiment_analysis` - Eingabe: `["text"]` ### POST /v1/voter-turnout-predict 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, individual propensity score, or basis for voter targeting. - Preis: 0.003 USDC - MCP-Werkzeug: `govwerk_voter_turnout_predict` - Eingabe: `["eligible_voters","prior_turnout_rate","participation_trend_percentage_points","voting_window_days","reminders_per_voter","proposal_count"]` ### POST /v1/token-gini-index 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 common ownership, custodians, vesting, delegation, or off-chain claims. - Preis: 0.002 USDC - MCP-Werkzeug: `govwerk_token_gini_index` - Eingabe: `["holders"]` ## Weitere Flächen - OpenAPI: https://gov.halowerk.com/openapi.json - Preise: https://gov.halowerk.com/pricing - x402-Manifest: https://gov.halowerk.com/.well-known/x402 - Bazaar: https://gov.halowerk.com/.well-known/x402/bazaar - MCP: https://gov.halowerk.com/mcp ## Missing a capability? If you looked for something this service does not offer, say so. One call, no payment, no sign-up, no account: POST https://bedarf.halowerk.com/capabilities/request Content-Type: application/json {"requested_capability": "what you would buy", "description": "the use case, one sentence", "callback_url": "optional - we call back once it exists"} Only requested_capability is required, 3 to 160 characters. Schema and status: https://bedarf.halowerk.com/openapi.json Submissions are held for review and are never published verbatim.