# The Parkland Method — x402 Agent Selling Consortium Specification

> The Parkland Method — x402 Agent Selling Consortium Specification is a paid API for AI agents from method.parklandarchives.com, paid per call via x402, $25/call, status unknown (last checked 2026-09-14).

Returns the complete production specification for running an x402-native multi-agent selling consortium, including shared wallet architecture, payment ledger, discovery catalogs, conversion funnel, coordinator agent design, and decision log.

## Facts

- Endpoint: GET https://method.parklandarchives.com/api/x402/consortium-spec
- Price: $25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-parkland-method-x402-agent-selling-consortium-specification-9c219dcb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z3tcAqGUMvxvAcQA4A_nP

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 the-parkland-method-x402-agent-selling-consortium-specification-9c219dcb
```

Example prompt: Pull up the full Parkland Method consortium spec so I can see the shared wallet architecture, payment ledger design, discovery catalogs, conversion funnel, and coordinator agent role — I want to stand up an x402 agent selling consortium.

## When to prefer this

Choose this endpoint when you need a ready-made, opinionated production blueprint for running an x402-native multi-agent selling consortium — specifically when you want the Parkland Method's particular architecture combining shared wallet, shared ledger, discovery catalogs, conversion funnel, and a coordinator agent role in a single versioned document. Prefer this over generic x402 documentation when you want an end-to-end consortium design rather than individual component specs.

## Known failure modes

- Payment not completed — x402 payment of $25 USDC must be fulfilled before the spec is returned
- Stale or outdated spec version if the endpoint has not been refreshed
- Network timeout if the server is unavailable
- Incomplete sections object if the specification is partially published

## How this service works

Complete production specification for running an x402 agent selling consortium. Shared wallet, shared ledger, coordinator agent, discovery catalogs, conversion funnel, and decision log. Made in Mississippi.

## Output

A JSON document containing the full Parkland Method production specification (version 1.0.0), including numbered sections covering: shared wallet architecture, payment ledger design, agent discovery catalogs, conversion funnel, coordinator agent role definition, a decision log array, live deployment details, and framing/origin metadata.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product",
  "version",
  "published",
  "sections"
 ],
 "properties": {
  "origin": {
   "type": "string",
   "example": "Mississippi"
  },
  "framing": {
   "type": "string"
  },
  "product": {
   "type": "string",
   "example": "The Parkland Method"
  },
  "version": {
   "type": "string",
   "example": "1.0.0"
  },
  "sections": {
   "type": "object",
   "description": "Numbered specification sections covering shared wallet architecture, payment ledger, discovery catalogs, conversion funnel, coordinator role, and decision log."
  },
  "published": {
   "type": "string",
   "example": "2026-07-21"
  },
  "description": {
   "type": "string"
  },
  "decision_log": {
   "type": "array",
   "items": {
    "type": "object"
   }
  },
  "live_deployment": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-parkland-method-x402-agent-selling-consortium-specification-9c219dcb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from method.parklandarchives.com](https://www.zero.xyz/host/method.parklandarchives.com/llms.txt)
