# HALOWERK agriwerk > HALOWERK agriwerk 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/soil-moisture Runs a deterministic bucket balance for each supplied day. Rain is reduced by a caller-selected runoff fraction, evapotranspiration is subtracted, water above field capacity is reported as drainage, and storage is bounded at zero. This is a root-zone accounting model, not a sensor reading, weather forecast, hydraulic simulation or irrigation command. - Preis: 0.003 USDC - MCP-Werkzeug: `agriwerk_soil_moisture` - Eingabe: `["initial_water_mm","field_capacity_mm","rainfall_mm","irrigation_mm","evapotranspiration_mm","runoff_fraction"]` ### POST /v1/pest-outbreak Accumulates simple daily degree-days above a supplied base temperature and combines threshold progress with mean humidity and host availability. The score is a deterministic planning heuristic over caller data; it does not identify a pest, ingest surveillance data, model population dynamics or prescribe pesticide use. - Preis: 0.003 USDC - MCP-Werkzeug: `agriwerk_pest_outbreak` - Eingabe: `["daily_conditions","base_temperature_c","outbreak_degree_day_threshold","host_availability_fraction"]` ### POST /v1/fertilizer-map For each field cell, subtracts measured available nutrient from a supplied target and divides positive deficits by an explicit recovery fraction. It reports per-hectare rates and area totals. It does not infer crop targets, validate laboratory samples, account for nutrient chemistry or constitute an agronomic application prescription. - Preis: 0.004 USDC - MCP-Werkzeug: `agriwerk_fertilizer_map` - Eingabe: `["cells","recovery_fraction","maximum_rate_kg_per_ha"]` ### POST /v1/livestock-health Compares temperature, heart rate and an activity ratio with ranges supplied by the caller, then reports normalized deviations and a simple screening band. It is species-agnostic arithmetic, not veterinary diagnosis, remote monitoring, triage or treatment advice; reference ranges must come from a qualified source. - Preis: 0.003 USDC - MCP-Werkzeug: `agriwerk_livestock_health` - Eingabe: `["animals","reference_ranges"]` ### POST /v1/harvest-window Adds simple degree-days from caller-supplied daily temperatures to an existing accumulation, then marks days that meet a supplied maturity threshold, crop-moisture interval and maximum rain constraint. It does not obtain a forecast, model crop physiology, inspect a field or guarantee harvestability. - Preis: 0.003 USDC - MCP-Werkzeug: `agriwerk_harvest_window` - Eingabe: `["accumulated_degree_days","maturity_degree_days","base_temperature_c","acceptable_crop_moisture_percent","maximum_rain_mm","daily_forecast"]` ### POST /v1/carbon-capture Converts area, sampling depth, bulk density and initial/final organic-carbon mass fractions into stock estimates and a gross CO2-equivalent difference. This is a simple stock-difference calculation; it does not establish additionality, permanence, leakage, sampling representativeness, credit eligibility or verified carbon removal. - Preis: 0.003 USDC - MCP-Werkzeug: `agriwerk_carbon_capture` - Eingabe: `["area_hectares","sampling_depth_cm","bulk_density_kg_per_m3","initial_organic_carbon_percent","final_organic_carbon_percent"]` ### POST /v1/vertical-farm-hvac Adds lighting, equipment, people, envelope and ventilation heat flows at one supplied operating point, and converts evapotranspiration into a latent moisture-removal load. It is a steady-state sizing estimate without duct losses, thermal mass, equipment curves, controls, infiltration uncertainty or psychrometric state validation. - Preis: 0.004 USDC - MCP-Werkzeug: `agriwerk_vertical_farm_hvac` - Eingabe: `["lighting_kw","equipment_kw","people_count","sensible_heat_per_person_w","envelope_area_m2","envelope_u_value_w_per_m2k","outdoor_temperature_c","indoor_setpoint_c","ventilation_m3_per_s","evapotranspiration_l_per_hour"]` ### POST /v1/drone-spray-path Builds parallel passes over an axis-aligned rectangle using supplied swath width and overlap, alternating travel direction to reduce deadhead distance. Coordinates are in caller-supplied local units. It does not use maps, terrain, wind, obstacles, battery limits, no-fly zones, chemical rules or flight-control integration. - Preis: 0.004 USDC - MCP-Werkzeug: `agriwerk_drone_spray_path` - Eingabe: `["origin","width","height","swath_width","overlap_fraction","orientation"]` ### POST /v1/seed-germination Computes the observed germination rate and a Wilson score interval from germinated and tested counts using a supplied normal critical value. It does not correct sampling bias, test vigor, identify disease or predict field emergence. - Preis: 0.002 USDC - MCP-Werkzeug: `agriwerk_seed_germination` - Eingabe: `["germinated_count","tested_count","critical_z"]` ### POST /v1/supply-spoilage Converts each supplied storage segment into equivalent ageing at a reference temperature using a caller-supplied Q10 factor, then compares the sum with nominal shelf life. This empirical approximation is not a microbial model, food-safety decision, sensor feed, cold-chain certification or release authorization. - Preis: 0.003 USDC - MCP-Werkzeug: `agriwerk_supply_spoilage` - Eingabe: `["nominal_shelf_life_days","reference_temperature_c","q10_factor","temperature_history"]` ## Weitere Flächen - OpenAPI: https://agri.halowerk.com/openapi.json - Preise: https://agri.halowerk.com/pricing - x402-Manifest: https://agri.halowerk.com/.well-known/x402 - Bazaar: https://agri.halowerk.com/.well-known/x402/bazaar - MCP: https://agri.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.