# AirdropPulse GigaDex Points Campaign Entry Guide

> AirdropPulse GigaDex Points Campaign Entry Guide is a paid API for AI agents from airdroppulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns the full GigaDex points-campaign entry reference for Robinhood Chain — campaign clock, eligible pool table ranked by multiplier and TVL, on-chain participation mechanics, and risk warnings.

## Facts

- Endpoint: GET https://airdroppulse.theaslangroupllc.com/api/points/entry-guide
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/airdroppulse-gigadex-points-campaign-entry-guide-38a66969
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yFApbsrJA9PClCKLiuobj

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 airdroppulse-gigadex-points-campaign-entry-guide-38a66969
```

Example prompt: Give me the full GigaDex points campaign entry guide on Robinhood Chain — I want to see the campaign clock, all eligible pools ranked by multiplier and TVL, the on-chain participation steps and contract addresses, and any official risk warnings.

## When to prefer this

Use this endpoint when you need a comprehensive, single-call reference for entering the GigaDex points campaign on Robinhood Chain — combining the campaign clock, ranked pool table, participation mechanics, and risk warnings in one response. Prefer this over the points-per-dollar ranking endpoint (which only ranks pools) or the campaign clock endpoint (which only returns timing data) when you need the full entry picture. Best for onboarding new LPs or planning a multi-pool farming strategy.

## Known failure modes

- Campaign not active — returns empty clock or zero remaining time if the points campaign has ended
- No eligible pools found — table may be empty if GigaDex has suspended pool eligibility
- Stale data — TVL and multiplier rankings may lag behind real-time chain state
- Network connectivity issues to Robinhood Chain RPC — may result in incomplete on-chain data
- Rate limiting or payment failure — x402 payment of 0.1 USDC must succeed for response to be returned

## How this service works

GigaDex points-campaign entry reference (Robinhood Chain) — campaign clock, the full eligible-pool table ranked by multiplier and TVL, deterministic on-chain participation mechanics (network, contracts, flow), and load-bearing risk warnings drawn from official GigaDex docs. Analytics only, not investment advice.

## Output

Returns a structured analytics payload including: campaign clock with status, elapsed and remaining days, and farmer count; a complete table of eligible GigaDex pools ranked by points multiplier and TVL; deterministic on-chain participation mechanics covering network details, relevant contract addresses, and participation flow; and load-bearing risk warnings drawn from official GigaDex documentation. No investment advice is included.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "min_tvl_usd": {
       "type": "string",
       "description": "exclude pools below this TVL in USD when listing eligible pools (default: 1000)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "method": "Static reference facts + a live-ranked pool table; not a recommendation to enter any position.",
  "campaign": {
   "id": "giga-points-season-1",
   "status": "ACTIVE",
   "days_left": 36.7,
   "days_elapsed": 24.3
  },
  "warnings": [
   "GIGA Protect: per official GigaDex docs, rapid add/remove liquidity cycling can forfeit campaign rewards…"
  ],
  "disclaimer": "Educational analytics… not investment advice.",
  "eligible_pools": [
   {
    "pair": "WETH/PONS",
    "address": "0x50e4…",
    "tvl_usd": 37800,
    "fee_tier": 3000,
    "multiplier": 1.5,
    "tick_spacing": 60
   }
  ],
  "participation_mechanics": {
   "network": "Robinhood Chain (Arbitrum Orbit, chain id 4663)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/airdroppulse-gigadex-points-campaign-entry-guide-38a66969/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from airdroppulse.theaslangroupllc.com](https://www.zero.xyz/host/airdroppulse.theaslangroupllc.com/llms.txt)
