# Vealth Eco-Food-Retire Bundle Planner

> Vealth Eco-Food-Retire Bundle Planner is a paid API for AI agents from vealth.net, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Scores and plans an eco-sustainable food and retirement scenario for a property given its size, budget, energy investments, and selected UN SDGs.

## Facts

- Endpoint: POST https://vealth.net/vealth/api/x402/build-eco-food-retire
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-eco-food-retire-bundle-planner-25b8d0c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kKJfejLaQWHxhtO0ES59z

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability vealth-eco-food-retire-bundle-planner-25b8d0c9 -d '<json body>'
```

Example prompt: For my 2,400 sq ft property at 123 Maple Street, Austin TX, with a $150,000 budget, $20,000 in solar and $10,000 in wind investment, 3 occupants, and SDGs 2, 7, and 13 selected, can you run the Vealth eco-food-retire analysis and tell me if this setup is viable for sustainable retirement?

## When to prefer this

Use this endpoint when you need an integrated eco-food-retirement feasibility score for a specific property that accounts for renewable energy investments (solar, wind), occupancy, budget constraints, and UN SDG alignment simultaneously. Prefer this over generic sustainability calculators when the user's goal spans both sustainable food production and long-term retirement planning in a single computation.

## Known failure modes

- Missing required fields (address, sqft, budget) return validation errors
- Invalid address format may produce inaccurate location-based scoring
- Very large sqft or budget values outside expected ranges may produce edge-case results
- Empty or unsupported SDG codes may be ignored or cause scoring errors
- Payment failure via x402 results in 402 Payment Required response

## How this service works

Find useful work. Build a life from it. Every job shows the place, the task, the proof, and the pay before you begin. Start today and grow toward mastery.

## Output

Returns a JSON object containing a sustainability and retirement feasibility assessment for the property, including scores for eco-food production potential, SDG alignment ratings, projected financial outcomes given the solar and wind investments, and overall retirement readiness indicators.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sqft": {
   "type": "number"
  },
  "budget": {
   "type": "number"
  },
  "address": {
   "type": "string"
  },
  "wind_usd": {
   "type": "number"
  },
  "occupancy": {
   "type": "number"
  },
  "solar_usd": {
   "type": "number"
  },
  "selectedSDGs": {
   "type": "array"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-eco-food-retire-bundle-planner-25b8d0c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vealth.net](https://www.zero.xyz/host/vealth.net/llms.txt)
