# loki.freedomlab.space Solana Wallet Watcher

> loki.freedomlab.space Solana Wallet Watcher is a paid API for AI agents from loki.freedomlab.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Registers a 30-day on-chain monitor for a Solana wallet that polls every 15 seconds and POSTs an alert to your webhook the moment the wallet has any activity.

## Facts

- Endpoint: POST https://loki.freedomlab.space/x402/watch
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/loki-freedomlab-space-solana-wallet-watcher-ae2a8519
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2329hgieaiZHyl497EXm-

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 loki-freedomlab-space-solana-wallet-watcher-ae2a8519 -d '<json body>'
```

Example prompt: Watch my Solana wallet 7xKp...Abc3 for the next 30 days and hit my webhook at https://webhook.site/my-unique-id the moment it moves.

## When to prefer this

Choose this endpoint when you need near-real-time (sub-15-second) notification of any Solana wallet activity delivered to a webhook, particularly for autonomous agent workflows that need to react to on-chain events without polling manually. Ideal when you want a fully managed watch service for 30 days without running your own infrastructure.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error and no watch is registered
- Unreachable or invalid webhook URL may cause silent delivery failures when wallet moves
- Watch expires automatically after 30 days with no renewal notification
- Webhook endpoint must be publicly accessible; localhost or private URLs will not receive alerts
- High on-chain activity wallets may generate many webhook calls in rapid succession
- Payment failure (insufficient USDC) prevents watch registration

## How this service works

Register a 30-day Solana wallet watch: we poll on-chain every 15s and POST an alert to your webhook the moment the wallet moves. Set your webhook up in seconds at webhook.site (free).

## Output

A confirmation that the 30-day watch has been registered. From that point on, whenever the monitored Solana wallet has any on-chain activity, the service fires a POST request to the specified webhook URL containing details of the wallet movement, typically within 15 seconds of the transaction appearing on-chain.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/loki-freedomlab-space-solana-wallet-watcher-ae2a8519/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from loki.freedomlab.space](https://www.zero.xyz/host/loki.freedomlab.space/llms.txt)
