# AlphaPipeline Dump Risk

> AlphaPipeline Dump Risk is a paid API for AI agents from alphapipeline-eu.onrender.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns crypto tokens with high locked/vesting supply relative to circulating supply, flagging future sell/dump pressure risk.

## Facts

- Endpoint: GET https://alphapipeline-eu.onrender.com/v1/unlocks/dump-risk
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alphapipeline-dump-risk-a2327e4e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cm0-wM9WzsK4jy2Uj9BJP

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 alphapipeline-dump-risk-a2327e4e
```

Example prompt: Which crypto tokens currently have the highest dump risk from locked or vesting supply unlocks? I want to see the risk level, what percentage of supply is unlocking, and whether insiders or VCs are involved.

## When to prefer this

Choose this endpoint when you need a ready-made screener for token dump/sell pressure risk based on locked and vesting supply — especially when you want to cross-reference insider/VC unlock flags and onchain Sablier contract data without building your own tokenomics pipeline. Prefer it over generic token data APIs when the specific question is about future supply dilution risk rather than current price or liquidity.

## Known failure modes

- Empty or null unlocks array if no tokens meet the dump-risk threshold at query time
- Stale data if underlying DropsTab or Sablier onchain feeds have not updated recently
- Missing optional fields (unlock_date_utc, volume_impact_pct) for tokens with incomplete data
- 402 Payment Required if x402 payment header is missing or insufficient
- Service unavailable if the Render-hosted backend is cold-starting or down

## How this service works

Tokens with large amounts of currently-locked or vesting supply relative to circulating supply - a proxy for future sell/dump pressure.

## Output

A JSON object containing a list of tokens flagged for dump risk, each with: token symbol, unlock supply percentage, risk level (e.g. high/medium/low), category, days until unlock, unlock date (UTC), unlock amount, whether the unlock is from insiders/VCs/team, onchain contract address, volume impact percentage, data source, and timing precision. Also includes metadata like total count, supply percentage threshold used, number of protocols scanned, and generation timestamp.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alphapipeline-dump-risk-a2327e4e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from alphapipeline-eu.onrender.com](https://www.zero.xyz/host/alphapipeline-eu.onrender.com/llms.txt)
