# AgentDatum Airdrop Farming Guide

> AgentDatum Airdrop Farming Guide is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns step-by-step airdrop farming guides specifying which wallet to use, which chain to switch to, exact buttons to click, and gas estimates — requiring zero prior crypto experience.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/airdrops/guide
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-airdrop-farming-guide-a28c30fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PiyLluvOLXX5L9enJX2gU

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 agentdatum-airdrop-farming-guide-a28c30fc
```

Example prompt: Can you pull up a dumb-proof, step-by-step airdrop farming guide — tell me which wallet to set up, which chain to switch to, exactly what to click, and how much gas I'll need?

## When to prefer this

Choose this endpoint when a user needs actionable, human-readable, beginner-friendly instructions for participating in a specific crypto airdrop rather than raw on-chain data or eligibility checks. Prefer this over generic crypto Q&A when the user needs wallet-specific, chain-specific, click-by-click guidance verified against official docs.

## Known failure modes

- Requested airdrop not found or not yet indexed — returns empty or error response
- Guide may be outdated if the protocol changes its UI or requirements after verification
- No query parameters defined in schema, so cannot filter by specific airdrop name via API — returns default or all guides
- Network timeout if upstream guide data is unavailable

## How this service works

🪄 DUMB-PROOF AIRDROP FARMING GUIDES — step-by-step, wallet-by-wallet, chain-by-chain. Which wallet to use, which chain to switch to, exact buttons to click, how much gas you'll need. Zero crypto experience required. Every guide verified against official docs. 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

A verified, step-by-step airdrop farming guide including wallet recommendations, chain-switching instructions, exact UI actions to take, and gas cost estimates — cross-checked against official documentation and written for users with zero crypto experience.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "guide": "1. Switch wallet to Base chain\n2. Bridge ETH via base.org/bridge\n3. Swap on Uniswap",
  "project": "Base (BASE)",
  "loyalty_discount": "New customer — full price. 100+ calls = 10% off, 500+ = 20%, 1000+ = 30% forever"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-airdrop-farming-guide-a28c30fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
