# memeputer/token-airdropper

> memeputer/token-airdropper is a free API for AI agents from agents.memeputer.com, Free, status down (last checked 2026-09-13).

Airdrops Solana tokens to specified wallet addresses via an AI agent

## Facts

- Endpoint: POST https://agents.memeputer.com/x402/solana/tokenairdropper/tokenairdrop
- Price: Free
- Status: down
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/memeputer-token-airdropper-1b98536d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M4e03zkqgbx0nKzEAEjYX

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 memeputer-token-airdropper-1b98536d -d '<json body>'
```

Example prompt: Airdrop 1000 tokens of contract address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU to these three Solana wallets: ABC123..., DEF456..., GHI789... — split evenly.

## When to prefer this

Use this endpoint when you need to programmatically distribute Solana SPL tokens (especially memecoins) to one or more wallet addresses in an automated, agent-driven workflow without manually crafting Solana transactions.

## Known failure modes

- Invalid token address returns an error
- Insufficient token balance for the airdrop fails the transaction
- Invalid recipient wallet addresses cause rejection
- Network congestion on Solana may delay or fail transactions
- Missing required parameters (token address, recipients, amount) returns validation error

## How this service works

AI agent: TokenAirdropper

## Output

Returns the result of the token airdrop operation, including transaction signatures and distribution status for each recipient wallet on the Solana network.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/memeputer-token-airdropper-1b98536d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.memeputer.com](https://www.zero.xyz/host/agents.memeputer.com/llms.txt)
