The price.
One parcel. One payment. No retainer, no scope-of-work call, no invoice cycle.
A field-notebook screening report for any rural parcel up to 200 acres. Soil, terrain, imagery, and use-suitability, cross-checked against the raw source data before delivery. No drone capture. No surveyor stamp. No legal opinion.
One parcel. One payment. No retainer, no scope-of-work call, no invoice cycle.
Six artifacts per report, one polygon at a time.
USDA SSURGO map units intersecting your polygon, dominant components, drainage class, taxonomic order, shrink-swell behavior.
Slope, aspect, hillshade, and Topographic Wetness Index derived from USGS 3DEP LiDAR digital terrain models at 2 meter resolution.
NAIP aerial at 0.6 meter ground sample distance, plus Sentinel-2 multispectral at 10 meters for vegetation and recent cloud-free coverage.
Per-use scoring for homestead, orchard, garden, cattle, hay, solar, well siting, hunting. Expressed as "consistent with" plus confidence plus data gaps.
Field-notebook map with parcel polygon, Esri / OSM / OpenTopo basemap toggle, and seven overlay layers. Plus raw_data.json so you keep the underlying data.
Every number tagged inline like [NAIP-2022-09-12] or [SSURGO-MUKEY-575940] so you can verify the source without trusting the synthesizer.
The hard problem with AI on numeric data is silent invention. We run every claim through five gates before the report ships.
Send a GeoJSON polygon. Pay $25 USDC on Base. Receive report HTML plus raw_data.json. No login. No subscription.
# Discover payment requirements
curl -i https://landreport.adametherzlab.com/api/land-report/generate \
-X POST \
-H "Content-Type: application/json" \
-d '{
"plot_polygon_geojson": {
"type": "Polygon",
"coordinates": [[
[-95.5145, 30.7955],
[-95.5055, 30.7955],
[-95.5055, 30.8045],
[-95.5145, 30.8045],
[-95.5145, 30.7955]
]]
},
"intended_uses": "homestead,orchard,garden"
}'
# Response (first call): 402 Payment Required
# accepts[]: $25.00 USDC on Base to payTo address
# x402 client signs the payment and retries with X-Payment header
# Second call returns:
# {
# "plot_id": "lr_<uuid>",
# "price_usdc": 25,
# "report_html_url": "/api/land-report/result/<uuid>.html",
# "report_json_url": "/api/land-report/result/<uuid>.json",
# "verification": { "gates_passed": 5, "contradicted_claims": 0 }
# }
Endpoint accepts plot_polygon_geojson or parcel_id: {state, county, apn} for parcels in the curated rural-TX lookup. Listed in the x402 manifest and discoverable via the Coinbase Bazaar.
The pieces a desk-screening consultant would assemble, done as a fact-checked AI synthesis.
| Dimension | Land Report v0 | Human land consultant |
|---|---|---|
| Price per parcel | $25 USDC | $200 to $500 typical |
| Turnaround | about 90 seconds | days to weeks |
| Onboarding | None. Send polygon, pay, done. | Intake call, scope of work, invoice |
| Data sources | NAIP, Sentinel-2, USGS 3DEP, USDA SSURGO | Usually the same public sources |
| Hallucination risk | Five gate verification, zero contradicted required | Depends on the consultant |
| Citation trail | Every claim tagged inline | Usually a bibliography page |
| Raw data | raw_data.json downloadable | Usually not delivered |
| Legal weight | Screening only. Not a survey. | Depends on credentials |
If you need a stamped engineering opinion, hire a human. If you need to know whether a parcel is worth a closer look, Land Report is 8 to 20 times cheaper and runs in a minute and a half.
Six things customers tend to ask before paying.
Twenty-five USDC per parcel, paid on-chain via x402 on Base. A human consultant typically charges $200 to $500 for the same desktop screening scope.
No. Screening-tier desktop analysis only. Not a survey, not legal, not a soils investigation, not a substitute for ground truth.
NAIP 0.6 m aerial, Sentinel-2 10 m multispectral, USGS 3DEP 2 m LiDAR DTM, USDA SSURGO soils. All public datasets.
Five-gate pipeline: strict grounding prompt, source-grounded fact check, hard rules forbidding "fit for", contradicted-equals-blocked, numeric-string coercion.
200 acres per report. For larger parcels email adametherzlab@gmail.com.
Land Report is desktop-only AI grounded in public data. Land3D is the sibling product that adds drone and 3D Gaussian Splatting walkthroughs.
If you need any of the below, this is not the product.
Land Report v0 by AdametherzLab. Powered by NAIP, Sentinel-2, USGS 3DEP LiDAR, USDA SSURGO, and Claude Sonnet 4.6 via OpenRouter.