# Vealth Eco-Food-Retire Agent Bundle (SDG + Michelin + LBC + Bankr)

> Vealth Eco-Food-Retire Agent Bundle (SDG + Michelin + LBC + Bankr) 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).

Runs a 4-leg agent bundle in one payment: SDG solar credit issuance, Michelin Green Star gap analysis, LBC scoring, and a two-child (wind + solar) retirement settled via the Bankr retire x402 rail.

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/cdp/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-agent-bundle-sdg-michelin-lbc-bankr-2c4fb3e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-0fVcUhok1LYOCtaPKbox

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-agent-bundle-sdg-michelin-lbc-bankr-2c4fb3e6 -d '<json body>'
```

Example prompt: Run the full eco-food-retire bundle for me — I want SDG solar credit issuance, a Michelin Green Star gap analysis, LBC scoring, and a two-child wind-and-solar carbon retirement all settled in one shot, and tell me the on-chain status for each retirement child.

## When to prefer this

Choose this endpoint when you need to execute all four sustainability operations (SDG solar issuance, Michelin gap analysis, LBC scoring, and dual-child carbon retirement) atomically in a single x402-settled call rather than orchestrating four separate API calls. Ideal for agents that want to minimize latency, payment overhead, and coordination complexity across eco and food sustainability workflows.

## Known failure modes

- Payment not authorized or x402 header missing — endpoint returns 402 Payment Required
- One or more child retirements fail on-chain — per-child failed status returned in response
- Malformed request body — 400 Bad Request if required fields are missing
- Upstream Bankr retire rail unavailable — retirement legs may return failed status while scoring legs succeed
- NREL or Regen Ledger data unavailable — SDG leg may return partial or error result

## How this service works

Agent Bundle · SDG + Michelin + LBC + Bankr retire (CDP-settled mirror) — 4-leg agent bundle. One payment runs SDG + Michelin + LBC in-process and settles a two-child (wind + solar) retirement through the Bankr retire x402 rail. Honest on_chain / prepared / failed status per child.

## Output

Returns a combined result covering all four legs: SDG 7 solar credit issuance data, Michelin Green Star sustainability gap scores, LBC result, and individual wind/solar retirement outcomes from the Bankr x402 rail — each child showing honest on_chain, prepared, or failed status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-eco-food-retire-agent-bundle-sdg-michelin-lbc-bankr-2c4fb3e6/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)
