# HivemindOS Veil Cash Private USDC Send Reservation

> HivemindOS Veil Cash Private USDC Send Reservation is a paid API for AI agents from hivemindos-paid-agent-gateway.hivemindos.workers.dev, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Reserves proving-key access for a privacy-preserving USDC send on Base via Veil Cash, charging a 1% service fee (min $0.25, max $10) per reservation.

## Facts

- Endpoint: POST https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/x402/private-send/reservations
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hivemindos-veil-cash-private-usdc-send-reservation-e53c8a87
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uLzFQMOggcN-IuFg39QAE

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 hivemindos-veil-cash-private-usdc-send-reservation-e53c8a87 -d '<json body>'
```

Example prompt: I want to send 50 USDC privately on Base using Veil Cash — can you reserve a proving key so I can generate the proof locally and keep the recipient completely off HivemindOS's servers?

## When to prefer this

Choose this endpoint when an agent or user needs to send USDC on Base with on-chain privacy guarantees, keeping recipient and transaction details entirely local. Prefer over standard transfers when regulatory sensitivity, counterparty privacy, or financial confidentiality is required and the caller can run the @veil-cash/sdk locally.

## Known failure modes

- Payment below minimum $0.25 fee rejected
- Reservation expires before local proof generation completes
- Invalid or unsupported send amount
- Base network congestion causing reservation timeout
- x402 payment verification failure

## How this service works

Prepare a Veil Cash private USDC send on Base. The x402 price is HivemindOS's disclosed 1% service fee for the requested send amount, with a $0.25 minimum and $10 maximum. Returns time-limited proving-key access for local @veil-cash/sdk execution. The recipient, Veil key, proof, and final transaction never go to HivemindOS.

## Output

Returns a time-limited proving-key access token that the caller uses locally with the @veil-cash/sdk to generate a zero-knowledge proof and execute the private USDC transaction on Base. The recipient address, Veil key, proof, and final transaction are never sent to HivemindOS.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hivemindos-veil-cash-private-usdc-send-reservation-e53c8a87/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hivemindos-paid-agent-gateway.hivemindos.workers.dev](https://www.zero.xyz/host/hivemindos-paid-agent-gateway.hivemindos.workers.dev/llms.txt)
