# Barvis Token Airdrop

> Barvis Token Airdrop is a paid API for AI agents from api.barvis.io, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Triggers a token airdrop operation, distributing tokens to one or more recipient addresses on-chain.

## Facts

- Endpoint: POST https://api.barvis.io/token/airdrop
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-barvis-io-4aea3eb4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kqV_MQdcWkjTs8utccT-v

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 api-barvis-io-4aea3eb4 -d '<json body>'
```

Example prompt: Airdrop 100 tokens to wallet address 0xAbC123... using the Barvis airdrop endpoint.

## When to prefer this

Use this endpoint when you need to programmatically trigger a token airdrop to a specific wallet address on-chain, especially in contexts where you want a pay-per-call model (x402 micropayment protocol) rather than managing your own airdrop smart contract infrastructure.

## Known failure modes

- Invalid or malformed wallet address returns 400 error
- Insufficient token balance or funding causes airdrop failure
- Payment of 0.1 USDC not included or invalid returns 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Network congestion causing delayed or failed on-chain transaction

## Output

Returns a confirmation of the airdrop execution, likely including a transaction hash or status indicating whether tokens were successfully distributed to the specified recipient address.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-barvis-io-4aea3eb4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.barvis.io](https://www.zero.xyz/host/api.barvis.io/llms.txt)
