Six expert-grade x402 endpoints for permaculture design, zone-aware growing plans, soil health, wildcrafting field guides, food preservation, and herbal properties. LLM-backed with vertical-specialized system prompts. $0.01–$0.05 per call. No signup, settled on Base mainnet.
Each returns structured guidance grounded in permaculture principles, USDA zone data, and field-tested practices. One curl call, one micropayment, one answer.
Standard x402: HTTP 402 challenge → sign EIP-3009 USDC transfer → resubmit. CDP facilitator handles settlement. ~2–5 sec total.
# 1. Initial request — server returns 402 with payment instructions curl -X POST https://x402.adametherzlab.com/api/companion-planting \ -H "Content-Type: application/json" \ -d '{"query": "tomato in zone 8a sandy loam"}' # 2. Sign EIP-3009 with @x402/client, resubmit with payment-signature header: curl -X POST https://x402.adametherzlab.com/api/companion-planting \ -H "Content-Type: application/json" \ -H "payment-signature: <base64 EIP-3009 signed payload>" \ -d '{"query": "tomato in zone 8a sandy loam"}' # Returns: { "endpoint": "/api/companion-planting", "name": "Companion Planting Recommendations", "vertical": "Permaculture", "query": "...", "result": "<structured guild design with companion plants, spacing, timing, benefits>", "pricing": { "amount": "0.01", "currency": "USDC", "network": "base" }, "meta": { "model": "meta-llama/llama-3.3-70b-instruct" } }
Use any x402 client:
MCP server,
@x402/client npm, or
Coinbase CDP SDK.
Most endpoints are $0.01. Soil-health is $0.05 (deeper analysis). No monthlies, no minimums.
100 companion planting queries = $1. 1,000 wildcrafting lookups = $10. Cheap enough to run in a homesteading-bot cron.
Yes — that's the target. A bot that emails you weekly companion-planting tweaks for your beds, or a script that crosses your shopping list against your zone's frost date. The cost per call is low enough that running it in cron makes economic sense.
Use it as a starting point, not as a final ID. Always cross-reference with a regional field guide and confirm visually with an expert before consuming any wild plant. The endpoint surfaces best-practice ethnobotanical patterns; it isn't a substitute for in-person plant identification.
The model knows USDA's 2023 plant hardiness zone update and standard heat-zone references. For micro-climate verification, combine with local agricultural extension office data.
Because monthly subscriptions don't fit hobbyists or small operators. A homesteader who needs 30 lookups a year shouldn't pay $20/month. With per-call pricing, you pay exactly for what you use — $0.30 for the year if that's what you need.
Any wallet with USDC on Base works. The protocol uses EIP-3009 transferWithAuthorization — sign off-chain, facilitator settles. No KYC, no signup.