# vealth.net Method Template Packet

> vealth.net Method Template Packet is a paid API for AI agents from vealth.net, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a canonical execution method template for a registered work type, including reference method, equipment, steps, acceptance criteria, and decision rules.

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/cdp/method-template
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-net-method-template-packet-b65883b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YmDG5FO4u_vKv6XUeO8UH

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-net-method-template-packet-b65883b0 -d '<json body>'
```

Example prompt: What is the canonical method template for soil carbon sampling — give me the reference method, required equipment, steps, acceptance criteria, and decision rules for that work type.

## When to prefer this

Use this endpoint when you need the official, deterministic canonical method specification for a registered work or measurement type — especially for ecological, environmental, or regenerative agriculture contexts. Prefer this over ad-hoc documentation lookups when you need structured, machine-readable method packets with defined acceptance criteria and decision rules suitable for work verification pipelines.

## Known failure modes

- Unknown or unregistered workType returns an error or empty result
- Malformed workType string causes validation failure
- Payment failure via x402 CDP settlement returns 402 status before content is delivered
- Network timeout or service unavailability returns 5xx error

## How this service works

Method Template Packet (CDP-settled mirror) — canonical execution method for a registered standard or work type: reference method, equipment, steps, acceptance criteria, decision rules. Deterministic.

## Output

A structured method template packet containing: the reference method, required equipment, execution steps, acceptance criteria, and decision rules for the specified work type. Output is deterministic given the same workType input.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "workType": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-net-method-template-packet-b65883b0/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)
