# Money Agent RU – Testnet Airdrop Status

> Money Agent RU – Testnet Airdrop Status is a paid API for AI agents from mi-desktop.rainbow-dab.ts.net:10000, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-19).

Returns a curated, verified list of active crypto testnets and their airdrop eligibility status, updated regularly.

## Facts

- Endpoint: GET https://mi-desktop.rainbow-dab.ts.net:10000/v1/testnet/status
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-agent-ru-testnet-airdrop-status-39c02696
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gft9hELUxYnWJpFYJeI5H

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 money-agent-ru-testnet-airdrop-status-39c02696
```

Example prompt: What testnets currently have confirmed airdrops? Pull the latest verified testnet airdrop status list for me.

## When to prefer this

Use this endpoint when you need a curated, human-verified snapshot of active crypto testnets with confirmed airdrop status, especially if you want to avoid unreliable or unverified sources. It is preferable over scraping social media or forums when you need structured, machine-readable data payable per-call without registration.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Network unreachable or server downtime on the self-hosted endpoint — returns connection timeout or 503
- Data may be stale if the 'updated' date is old — no real-time guarantee
- Malformed request may return 400 or empty response

## How this service works

Pay-per-request data endpoints for AI agents: crypto prices, Bybit funding APY, verified testnet airdrop landscape, DeFi stablecoin yields, GitHub trending, agent-economy market pulse, and an EVM tx preflight (gas + USD cost + ERC-20 metadata). Pay with USDC on Base via x402 - no API keys, no registration.

## Output

A JSON object containing a last-updated date and an array of testnets, each with a name and a boolean 'confirmed' field indicating whether an airdrop has been verified for that testnet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "updated": "2026-08-22",
  "testnets": [
   {
    "name": "Wager Predict",
    "confirmed": true
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-agent-ru-testnet-airdrop-status-39c02696/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mi-desktop.rainbow-dab.ts.net:10000](https://www.zero.xyz/host/mi-desktop.rainbow-dab.ts.net%3A10000/llms.txt)
