Agent-friendly multi-chain faucet routing through verified CDP and Paxos testnet
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
536 msmedian answer time
$0.99listed price per call
$0.99price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/x402/testnet-faucet/claims
| Category | Market data |
|---|---|
| Provider host | hivemindos-paid-agent-gateway.hivemindos.workers.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.99 | 536 ms |
Example input (from the provider)
{
"body": {
"asset": "usdg",
"idempotencyKey": "agent-run-20260723-001",
"network": "robinhood-testnet",
"recipient": "0xbD62F8DCB52E21CA5BDf20ba173488Da101eBCf0"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"asset": {
"description": "Test asset to request. Read the free assets catalog for valid combinations, amounts, and exact prices.",
"enum": [
"eth",
"usdc",
"eurc",
"cbbtc",
"sol",
"usdg",
"pyusd",
"usdp"
],
"type": "string"
},
"idempotencyKey": {
"description": "Caller-stable key for this logical claim.",
"pattern": "^[A-Za-z0-9][A-Za-z0-9:._/-]{0,199}$",
"type": "string"
},
"network": {
"description": "Test network to fund. Read the free assets catalog for supported network/asset pairs.",
"enum": [
"base-sepolia",
"ethereum-sepolia",
"solana-devnet",
"xlayer-testnet",
"arbitrum-sepolia",
"ink-sepolia",
"robinhood-testnet",
"stellar-testnet",
"polygon-amoy"
],
"type": "string"
},
"recipient": {
"description": "Recipient address in the selected network's EVM, Solana, or Stellar format.",
"maxLength": 56,
"minLength": 32,
"type": "string"
}
},
"required": [
"network",
"asset",
"recipient",
"idempotencyKey"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}