# HivemindOS Testnet Faucet Claim Gateway

> HivemindOS Testnet Faucet Claim Gateway is a paid API for AI agents from hivemindos-paid-agent-gateway.hivemindos.workers.dev, paid per call via x402, $0.99/call, status unknown (last checked 2026-09-14).

Routes a testnet token faucet claim through verified CDP and Paxos providers, dispensing free test tokens to a specified wallet address across multiple chains, with payment handling via x402.

## Facts

- Endpoint: POST https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/x402/testnet-faucet/claims
- Price: $0.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hivemindos-testnet-faucet-claim-gateway-cd831082
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S91eYwWhQNlZDpEMomarC

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-testnet-faucet-claim-gateway-cd831082 -d '<json body>'
```

Example prompt: Can you claim some testnet ETH for my wallet 0xAbC123... on Base Sepolia using the HivemindOS faucet gateway? I need tokens to test a smart contract deployment.

## When to prefer this

Choose this endpoint when you need programmatic, agent-friendly testnet token dispensing without solving CAPTCHAs or navigating web UIs. It is ideal for CI/CD pipelines, automated testing workflows, or AI agents that need to autonomously fund wallets across multiple chains. Prefer it over manual faucet sites when quota enforcement, provider routing redundancy (CDP + Paxos), and x402 machine-payable access are required.

## Known failure modes

- Quota exceeded — the wallet or API key has already claimed tokens within the rate-limit window
- Invalid wallet address format — malformed or unsupported address
- Unsupported chain or token type — requested network not available through routing
- x402 payment failure — insufficient USDC balance or payment header missing
- Provider outage — upstream CDP or Paxos faucet temporarily unavailable
- Idempotency conflict — duplicate claim request detected within enforcement window

## How this service works

Agent-friendly multi-chain faucet routing through verified CDP and Paxos testnet providers. The asset-specific x402 charge pays HivemindOS for programmatic payment, provider routing, idempotency, and quota enforcement; test tokens have no sale price or monetary value.

## Output

Returns a confirmation of the testnet token claim including the provider used (CDP or Paxos), transaction hash or claim ID, the amount of test tokens dispensed, the target wallet address, and the chain on which they were sent. Test tokens have no monetary value.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hivemindos-testnet-faucet-claim-gateway-cd831082/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)
