Four x402 endpoints for renewable energy economics, household carbon math, regional water quality, and facility emissions modeling. LLM-backed with sustainability-specialized prompts. $0.05 per call. Settled on Base mainnet.
Each returns structured analysis grounded in IRS energy tax credit rules, EPA emissions factors, and regional water quality monitoring data. Useful for ESG bots, residential decision tools, and quick facility-level scoping.
Standard x402: 402 challenge → sign EIP-3009 USDC transfer → resubmit. Settlement on Base mainnet.
# 1. Initial request — server returns 402 with payment instructions curl -X POST https://x402.adametherzlab.com/api/carbon-footprint \ -H "Content-Type: application/json" \ -d '{"query": "1000 sqft home gas heat 12k mi/yr beef-heavy annual CO2"}' # 2. Sign EIP-3009, resubmit: curl -X POST https://x402.adametherzlab.com/api/carbon-footprint \ -H "Content-Type: application/json" \ -H "payment-signature: <base64 EIP-3009 signed payload>" \ -d '{"query": "1000 sqft home gas heat 12k mi/yr beef-heavy annual CO2"}' # Returns: { "endpoint": "/api/carbon-footprint", "name": "Household Carbon Footprint", "vertical": "Energy/Environmental", "query": "...", "result": "<structured CO2 estimate broken out by category with US-average comparison and reduction levers>", "pricing": { "amount": "0.05", "currency": "USDC", "network": "base" } }
Compatible with the MCP server, @x402/client npm, and the CDP SDK.
All four endpoints cost the same. No subscription, no commitment, no "ESG plus" upsell.
100 carbon footprint calculations = $5. 1,000 solar payback estimates = $50. Useful pricing for ESG dashboards, residential decision tools, sustainability bots.
For preliminary screening and back-of-envelope, yes. For audited Scope 1/2/3 reporting you still need a domain-specific tool (Sphera, Watershed, Persefoni). GreenLedger is for fast cheap math that scales to thousands of calls — the part where heavy tools are overkill.
Good for go/no-go scoping, not for a final installer bid. Real payback varies with roof orientation, shading, panel degradation, utility rate plan changes, and tax structure. Use as a starting point, then get a real quote.
Because a homeowner thinking about solar shouldn't pay $20/month for a tool they'll use three times. A school running a class on carbon footprints shouldn't pay enterprise SaaS pricing. Pay-per-call means proportional cost — $0.15 for the homeowner, $5 for the class of 100.
The model trains on EPA + state water quality reports through 2024. For real-time current data, hit the EPA's water quality data portal directly. GreenLedger is best at synthesizing patterns across years and watersheds.
Any wallet on Base with USDC works. EIP-3009 transferWithAuthorization — sign off-chain, facilitator settles on-chain. No KYC, no signup.