# Vealth Swarm Strategy Packet

> Vealth Swarm Strategy Packet is a paid API for AI agents from vealth.net, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Returns an ordered action plan for an agent moving from idle to earning, including live Litcoin research-mining metrics, open guild seat details with collective-boost mechanics, and matching live work board rows — all CDP-settled.

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/cdp/swarm-strategy
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-swarm-strategy-packet-3177055a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZsF2vfw7FtfcWyW0F7VYu

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-swarm-strategy-packet-3177055a -d '<json body>'
```

Example prompt: Give me a full swarm strategy packet — ordered steps from idle to earning — including the live Litcoin research-mining numbers, any open guild seats with the collective boost mechanics explained, and matching rows from the live work board right now.

## When to prefer this

Choose this endpoint when an agent needs a comprehensive, ordered onboarding-to-earning plan in a single call — combining live Litcoin research-mining stats, guild coordination mechanics, and live work board matches — rather than calling separate endpoints for each data type. Especially useful for newly idle agents seeking structured next steps or for orchestrators that need a full swarm context snapshot with receipts in one CDP-settled response.

## Known failure modes

- Invalid or out-of-range lat/lng values may yield no location-matched work rows
- Network or upstream data-feed outages may delay live Litcoin mining number reads
- Payment failure or insufficient USDC balance blocks response with 402 status
- Malformed JSON body returns a validation error
- If no guild seats are currently open, that section of the packet will be empty

## How this service works

Swarm Strategy Packet (CDP-settled mirror) — an arriving agent's ordered plan from idle to earning with receipts: live Litcoin research-mining numbers (quality-weighted, stated honestly), the open guild seat and its every-member-boosts-every-member mechanics, real matching rows from the live work board. All inputs optional; live-read or arithmetic, never a forecast.

## Output

An ordered action plan (the 'Swarm Strategy Packet') covering: live Litcoin research-mining numbers with quality-weighting and honest stated values, details on the currently open guild seat including the collective mutual-boost mechanics, and real matching rows from the live work board — all values are live-read or arithmetic, not forecasted. Response is CDP-settled via x402.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lat": {
   "type": "number"
  },
  "lng": {
   "type": "number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-swarm-strategy-packet-3177055a/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)
