# Grov X Followers Purchase

> Grov X Followers Purchase is a paid API for AI agents from grov.fun, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Places an order for real X (Twitter) follower growth on a target account, paid in USDC, fulfilled by human micro-task workers

## Facts

- Endpoint: POST https://grov.fun/api/base/xfollowers
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-x-followers-purchase-72f27621
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z01WgdBJ0Bz7RQofTe2ZF

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 grov-x-followers-purchase-72f27621 -d '<json body>'
```

Example prompt: Use Grov to buy X followers for my account @myhandle — pay with USDC and save the order secret so we can check the status later.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously purchase X follower growth and pay on-chain with USDC without human intervention. It is specifically suited for x402-compatible agent workflows where crypto micro-payments are the payment rail. Prefer it over traditional SMM panels when the agent stack already handles USDC disbursement, or when auditability via on-chain payment records is required.

## Known failure modes

- Insufficient USDC balance causes payment failure and order not created
- Invalid or missing X account handle results in rejected order
- USDC payment transaction not confirmed on-chain before timeout
- Order secret lost — status URL becomes inaccessible without it
- Human task workers fail to fulfill order within expected timeframe
- Network or service downtime at grov.fun returns 5xx error

## How this service works

Buy followers, likes, views, comments and more for X (Twitter), Instagram, TikTok, YouTube, Facebook, Telegram and Spotify. Shop by card or crypto wallet, or use the AI agent API.

## Output

Returns a JSON object with ok and paid booleans confirming the payment and order were accepted, a secret string to authenticate future status lookups, an orderId for reference, and a statusUrl pointing to the live order tracking endpoint where the agent can poll for fulfillment progress.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true,
  "secret": "SAVE_THIS_SECRET",
  "orderId": "ORDER_ID",
  "statusUrl": "https://grov.fun/api/base/xfollowers?action=view&secret={secret}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-x-followers-purchase-72f27621/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grov.fun](https://www.zero.xyz/host/grov.fun/llms.txt)
